Commit a3d3c263 authored by mayucel's avatar mayucel
Browse files

mlAct back

parent 3e475b91
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -96,7 +96,12 @@ if flagtCCA
        t = data_y(iBlk).GetTime();
        fq = 1/(t(2)-t(1));
        ml = data_y(iBlk).GetMeasListSrcDetPairs();
        if isempty(mlActAuto{iBlk})
            mlActAuto{iBlk} = ones(size(ml,1),1);
        end
        mlAct = mlActAuto{iBlk};
    end

    
    %% find the list of short and long distance channels
    lst = 1:size(ml,1);