Changeset 406 for trunk/src/civ.m


Ignore:
Timestamp:
May 3, 2012, 7:30:05 PM (12 years ago)
Author:
sommeria
Message:

bugs corrected in civ_matlab and object projection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/civ.m

    r399 r406  
    12531253            Param.Civ1.ImageWidth=ImageInfo.Width;
    12541254            Param.Civ1.ImageHeight=ImageInfo.Height;
    1255             Param.Civ1.i1=i1_civ1;
    1256             Param.Civ1.i2=i2_civ1;
     1255            Param.Civ1.i1=i1_civ1(ifile,j);
     1256            Param.Civ1.i2=i2_civ1(ifile,j);
    12571257            % read mask parameters
    12581258            if Param.Civ1.CheckMask % the lines below should be changed with the new gui
     
    14311431            Param.Civ2.ImageWidth=ImageInfo.Width;
    14321432            Param.Civ2.ImageHeight=ImageInfo.Height;
    1433             Param.Civ2.i1=i1_civ2;
    1434             Param.Civ2.i2=i2_civ2;
     1433            Param.Civ2.i1=i1_civ2(ifile,j);
     1434            Param.Civ2.i2=i2_civ2(ifile,j);
    14351435            switch CivMode
    14361436                case 'CivX'
     
    15861586                        if isempty(errormsg)
    15871587                            display([filecell.nc.civ1{ifile,j} ' written'])
    1588 %                         else
    1589 %                             msgbox_uvmat('ERROR',errormsg)
    15901588                        end
    15911589                    end
Note: See TracChangeset for help on using the changeset viewer.