Changeset 406 for trunk/src/civ.m
- Timestamp:
- May 3, 2012, 7:30:05 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/civ.m
r399 r406 1253 1253 Param.Civ1.ImageWidth=ImageInfo.Width; 1254 1254 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); 1257 1257 % read mask parameters 1258 1258 if Param.Civ1.CheckMask % the lines below should be changed with the new gui … … 1431 1431 Param.Civ2.ImageWidth=ImageInfo.Width; 1432 1432 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); 1435 1435 switch CivMode 1436 1436 case 'CivX' … … 1586 1586 if isempty(errormsg) 1587 1587 display([filecell.nc.civ1{ifile,j} ' written']) 1588 % else1589 % msgbox_uvmat('ERROR',errormsg)1590 1588 end 1591 1589 end
Note: See TracChangeset
for help on using the changeset viewer.