Ignore:
Timestamp:
Jun 27, 2012, 6:45:22 PM (12 years ago)
Author:
sommeria
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/find_file_series.m

    r484 r485  
    233233%% introduce the frame index in case of movies or multimage type
    234234if isfield(FileInfo,'NumberOfFrames') && FileInfo.NumberOfFrames >1
    235     'TEST'
    236235    if isempty(i1_series)
    237236        i1_series=(1:FileInfo.NumberOfFrames)';
     
    250249            end
    251250            if ~isempty(rr)
    252                 RootFile=[RootFile rr.i1];% new root file
    253                 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;
    257256                j1_input=1;
    258257                j2_input=[];
Note: See TracChangeset for help on using the changeset viewer.