Changeset 960 for trunk/src/series/merge_proj.m
- Timestamp:
- Jun 25, 2016, 11:20:40 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/merge_proj.m
r959 r960 111 111 end 112 112 113 %% root input file type113 %% root input file(s) name, type and index series 114 114 RootPath=Param.InputTable(:,1); 115 115 RootFile=Param.InputTable(:,3); … … 117 117 NomType=Param.InputTable(:,4); 118 118 FileExt=Param.InputTable(:,5); 119 120 hdisp=disp_uvmat('WAITING...','checking the file series',checkrun); 121 % gives the series of input file names and indices set by the input parameters: 119 122 [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, while122 123 % filecell{iview,fileindex}: 123 124 % iview: line in the table corresponding to a given file series 124 % fileindex: file index with in the file series,125 % fileindex: file index with i and j reshaped as a 1D array 125 126 % 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 126 127 % 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 128 if ~isempty(hdisp),delete(hdisp),end;%end the waiting display 129 132 130 NbView=numel(i1_series);%number of input file series (lines in InputTable) 133 131 NbField_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.