Ignore:
Timestamp:
Feb 12, 2015, 9:31:47 PM (9 years ago)
Author:
sommeria
Message:

python option added in series and bug corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/find_file_series.m

    r809 r867  
    6868    i1_series=[];i2_series=[];j1_series=[];j2_series=[];
    6969    i1_input=1;i2_input=[];j1_input=[];j2_input=[];
     70    if ~exist(fullfileinput,'file')
     71        RootFile='';
     72        return
     73    end
    7074end
    7175if ~exist(FilePath,'dir')
     
    7478if checkfileindexing
    7579NomTypePref='';
    76 if isempty(NomType)
     80if isempty(NomType)||strcmp(NomType,'*')
    7781    if exist(fullfileinput,'file')
    7882        [tild,RootFile]=fileparts(fileinput);% case of constant name (no indexing), get the filename without its extension
Note: See TracChangeset for help on using the changeset viewer.