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/fullfile_uvmat.m

    r360 r371  
    115115    end
    116116end
    117 if ~isempty(i2_str)||~isempty(j2_str)
     117% if ~isempty(i2_str)||~isempty(j2_str)
    118118    filename=fullfile(RootPath,SubDir,RootFile);
    119 else
    120     filename=fullfile(RootPath,RootFile);
    121 end
     119% else
     120%     filename=fullfile(RootPath,RootFile);
     121% end
    122122filename=[filename sep1 i1_str sep2 i2_str sep3 j1_str sep4 j2_str FileExt];
    123123
Note: See TracChangeset for help on using the changeset viewer.