Ignore:
Timestamp:
Jun 25, 2016, 11:20:40 AM (8 years ago)
Author:
sommeria
Message:

aver_stat modified to deal with volume slices

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series/merge_proj.m

    r959 r960  
    111111end
    112112
    113 %% root input file type
     113%% root input file(s) name, type and index series
    114114RootPath=Param.InputTable(:,1);
    115115RootFile=Param.InputTable(:,3);
     
    117117NomType=Param.InputTable(:,4);
    118118FileExt=Param.InputTable(:,5);
     119
     120hdisp=disp_uvmat('WAITING...','checking the file series',checkrun);
     121% gives the series of input file names and indices set by the input parameters:
    119122[filecell,i1_series,i2_series,j1_series,j2_series]=get_file_series(Param);
    120 %%%%%%%%%%%%
    121 % The cell array filecell is the list of input file names, while
    122123% filecell{iview,fileindex}:
    123124%        iview: line in the table corresponding to a given file series
    124 %        fileindex: file index within  the file series,
     125%        fileindex: file index with i and j reshaped as a 1D array
    125126% i1_series(iview,ref_j,ref_i)... are the corresponding arrays of indices i1,i2,j1,j2, depending on the input line iview and the two reference indices ref_i,ref_j
    126127% i1_series(iview,fileindex) expresses the same indices as a 1D array in file indices
    127 %%%%%%%%%%%%
    128 % NbSlice=1;%default
    129 % if isfield(Param.IndexRange,'NbSlice')&&~isempty(Param.IndexRange.NbSlice)
    130 %     NbSlice=Param.IndexRange.NbSlice;
    131 % end
     128if ~isempty(hdisp),delete(hdisp),end;%end the waiting display
     129
    132130NbView=numel(i1_series);%number of input file series (lines in InputTable)
    133131NbField_j=size(i1_series{1},1); %nb of fields for the j index (bursts or volume slices)
Note: See TracChangeset for help on using the changeset viewer.