Changeset 599 for trunk/src/civ.m
- Timestamp:
- Apr 3, 2013, 10:21:53 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/civ.m
r596 r599 433 433 % detect the file type, get the movie object if relevant, and look for the corresponding file series: 434 434 % the root name and indices may be corrected by including the first index i1 if a corresponding xml file exists 435 [RootPath,SubDirImages,RootFile,i1_series,tild,j1_series,tild,NomTypeIma,FileType, MovieObject]=find_file_series(FilePath,[FileName ImaExt]);435 [RootPath,SubDirImages,RootFile,i1_series,tild,j1_series,tild,NomTypeIma,FileType,FileInfo,MovieObject]=find_file_series(FilePath,[FileName ImaExt]); 436 436 switch FileType 437 437 case {'image','multimage','video','mmreader'} … … 2562 2562 % detect the file type, get the movie object if relevant, and look for the corresponding file series: 2563 2563 % the root name and indices may be corrected by including the first index i1 if a corresponding xml file exists 2564 [RootPath,SubDir,RootFile_1,i1_series,i2_series,j1_series,j2_series,nom_type_1,FileType, Object,i1,i2,j1,j2]=find_file_series(FilePath,[FileName Ext]);2564 [RootPath,SubDir,RootFile_1,i1_series,i2_series,j1_series,j2_series,nom_type_1,FileType,FileInfo,Object,i1,i2,j1,j2]=find_file_series(FilePath,[FileName Ext]); 2565 2565 2566 2566 %check image nom type
Note: See TracChangeset
for help on using the changeset viewer.