Changeset 840 for trunk/src/phys_ima.m


Ignore:
Timestamp:
Dec 10, 2014, 11:11:09 PM (10 years ago)
Author:
sommeria
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/phys_ima.m

    r835 r840  
    4949    Calib=XmlData{icell}.GeometryCalib;
    5050    % rescaling of the image coordinates without change of the image array
    51     if strcmp(Calib.CalibrationType,'rescale') && isequal(Calib,CalibIn{1})
     51    if strcmp(Calib.CalibrationType,'rescale') && isequal(Calib,XmlData{1}.GeometryCalib)
    5252        A_out{icell}=A{icell};%no transform
    5353        Rangx=[0.5 npx-0.5];%image coordiantes of corners
Note: See TracChangeset for help on using the changeset viewer.