Changeset 371 for trunk/src/series.m


Ignore:
Timestamp:
Jan 14, 2012, 1:44:13 PM (12 years ago)
Author:
sommeria
Message:

various bug fixes with file indexing. mode displacement from a fixed image introduced.
PIV stereo suppressed (todo: introduce in the GUI series).
find_file_series cleaned, with a change in the function arguments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series.m

    r360 r371  
    11771177nbfield=cell2mat(Series.IndexRange.MaxIndex);
    11781178nb=min(nbfield,1);
    1179 nbfield=nb(1);
    1180 nbfield2=nb(2);
     1179% nbfield=nb(1);
     1180% nbfield2=nb(2);
    11811181
    11821182%get complementary information from the 'series' interface
     
    21942194%% look for min and max indices existing in the file series and update SeriesData
    21952195errormsg='';
    2196 [RootPath,RootFile,i1_series,i2_series,j1_series,j2_series,NomType,FileType,Object]=find_file_series(fileinput);
     2196[RootPath,FileName,FileExt]=fileparts(fileinput);
     2197[RootFile,i1_series,i2_series,j1_series,j2_series,NomType,FileType,Object]=find_file_series(RootPath,[FileName FileExt]);
    21972198if isempty(RootFile)&&isempty(i1_series)
    21982199    errormsg='no input file in the series';
Note: See TracChangeset for help on using the changeset viewer.