Changeset 397 for trunk/src/find_file_series.m
- Timestamp:
- Apr 26, 2012, 8:59:09 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/find_file_series.m
r395 r397 55 55 if strcmp( FileType,'multimage')||strcmp( FileType,'video') 56 56 NomType='*'; 57 i1_series=(1:FileInfo.N bFrame)';57 i1_series=(1:FileInfo.NumberOfFrames)'; 58 58 end 59 59 60 60 if strcmp(NomType,'')||strcmp(NomType,'*')||strcmp(option,'filetype') 61 61 if exist(fullfileinput,'file') 62 RootFile=fileinput;% case of constant name (no indexing)63 %[tild,RootFile]=fileparts(fileinput);% case of constant name (no indexing)62 % RootFile=fileinput;% case of constant name (no indexing) 63 [tild,RootFile]=fileparts(fileinput);% case of constant name (no indexing) 64 64 else 65 65 RootFile='';
Note: See TracChangeset
for help on using the changeset viewer.