Changeset 599 for trunk/src/civ.m


Ignore:
Timestamp:
Apr 3, 2013, 10:21:53 AM (11 years ago)
Author:
sommeria
Message:

various bug corrections. Steps further for civ_series (still development needed)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/civ.m

    r596 r599  
    433433% detect the file type, get the movie object if relevant, and look for the corresponding file series:
    434434% 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]);
    436436switch FileType
    437437    case {'image','multimage','video','mmreader'}
     
    25622562            % detect the file type, get the movie object if relevant, and look for the corresponding file series:
    25632563            % 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]);
    25652565           
    25662566            %check image nom type
Note: See TracChangeset for help on using the changeset viewer.