Changeset 414 for trunk/src/civ.m


Ignore:
Timestamp:
May 8, 2012, 6:42:58 PM (12 years ago)
Author:
sommeria
Message:

bug corrected in civ (index j)
bug corrected in update_imadoc (geomtetry_calib)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/civ.m

    r413 r414  
    14311431            Param.Civ2.ImageWidth=ImageInfo.Width;
    14321432            Param.Civ2.ImageHeight=ImageInfo.Height;
    1433             Param.Civ2.i1=i1_civ2(ifile,j);
    1434             Param.Civ2.i2=i2_civ2(ifile,j);
     1433            Param.Civ2.i1=i1_civ2(ifile);
     1434            Param.Civ2.i2=i2_civ2(ifile);
    14351435            switch CivMode
    14361436                case 'CivX'
     
    30173017else
    30183018    ref_j=str2double(get(handles.ref_j,'String'));
     3019    if isnan(ref_j)
     3020        ref_j=1;
     3021    end
    30193022end
    30203023time=get(handles.ImaDoc,'UserData');%get the set of times
Note: See TracChangeset for help on using the changeset viewer.