Changeset 444 for trunk/src/civ.m


Ignore:
Timestamp:
Jun 7, 2012, 9:56:19 AM (12 years ago)
Author:
sommeria
Message:

masks and calibration updated to fit with the new conventions on file organisation.
bug corrected in mouse_up (object creation)
bug corrected in civ in mode TESTciv

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/civ.m

    r441 r444  
    39583958    Data.ListVarName={'ny','nx','A'};
    39593959    Data.VarDimName= {'ny','nx',{'ny','nx'}};
     3960
    39603961    Data.A=imread(filecell.ima1.civ1{1}); % read the first image
    39613962    if ndims(Data.A)==3 %case of color image
     
    39663967    Data.CoordUnit='pixel';% used to set equal scaling for x and y in image dispaly
    39673968    par_civ1=read_GUI(handles.Civ1);
     3969    par_civ1.FileTypeA=get_file_type(filecell.ima1.civ1{1});
    39683970    par_civ1.ImageWidth=size(Data.A,2);
    39693971    par_civ1.ImageHeight=size(Data.A,1);
Note: See TracChangeset for help on using the changeset viewer.