- Timestamp:
- Jun 27, 2012, 6:45:22 PM (12 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/civ.m
r484 r485 1324 1324 errormsg=['creation of .bat file: ' message]; 1325 1325 return 1326 end 1327 if ~isunix 1328 cmd=regexprep(cmd,'\\','\\\\'); 1326 1329 end 1327 1330 fprintf(fid,cmd); -
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.