Changeset 485 for trunk/src/find_file_series.m
- Timestamp:
- Jun 27, 2012, 6:45:22 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/find_file_series.m
r484 r485 233 233 %% introduce the frame index in case of movies or multimage type 234 234 if isfield(FileInfo,'NumberOfFrames') && FileInfo.NumberOfFrames >1 235 'TEST'236 235 if isempty(i1_series) 237 236 i1_series=(1:FileInfo.NumberOfFrames)'; … … 250 249 end 251 250 if ~isempty(rr) 252 RootFile=[RootFile rr.i1];% new root file253 NomTypePref=r.tiretnum;254 NomType=regexprep(NomType,['^' NomTypePref],'');255 i1_input=j1_input;256 i2_input=j2_input;251 % RootFile=[RootFile rr.i1];% new root file 252 % NomTypePref=r.tiretnum; 253 % NomType=regexprep(NomType,['^' NomTypePref],''); 254 % i1_input=j1_input; 255 % i2_input=j2_input; 257 256 j1_input=1; 258 257 j2_input=[];
Note: See TracChangeset
for help on using the changeset viewer.