Changeset 412 for trunk/src/civ.m


Ignore:
Timestamp:
May 7, 2012, 11:29:42 PM (12 years ago)
Author:
sommeria
Message:

bug corrected in file indexing in civ
bugs corrected in calc_field for new matlab PIV

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/civ.m

    r406 r412  
    12531253            Param.Civ1.ImageWidth=ImageInfo.Width;
    12541254            Param.Civ1.ImageHeight=ImageInfo.Height;
    1255             Param.Civ1.i1=i1_civ1(ifile,j);
    1256             Param.Civ1.i2=i2_civ1(ifile,j);
     1255            Param.Civ1.i1=i1_civ1(ifile);
     1256            Param.Civ1.i2=i2_civ1(ifile);
    12571257            % read mask parameters
    12581258            if Param.Civ1.CheckMask % the lines below should be changed with the new gui
Note: See TracChangeset for help on using the changeset viewer.