Changeset 84 for trunk/src/px_XYZ.m


Ignore:
Timestamp:
Apr 24, 2010, 2:07:22 PM (14 years ago)
Author:
sommeria
Message:

-update_imadoc: copy the timing information of the movie file avi in the new xml file when a geometry_calibration is performed
-set_grid: modified to produce grids in px coordiantes and to display the produced grid
-geometry_calib: display the point with max error
-civ: bug corrected for copying avi movies to png files
-uvmat: small bug fixes
-px_XYZ: introduce default values for Calib parameters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/px_XYZ.m

    r40 r84  
    1313    Zphys=0;
    1414end
    15 
     15if ~isfield(Calib,'f')
     16    Calib.f=1;
     17end
     18if ~isfield(Calib,'kappa1')
     19    Calib.kappa1=0;
     20end
     21if ~isfield(Calib,'sx')
     22    Calib.sx=1;
     23end
     24if ~isfield(Calib,'dpx')
     25    Calib.dpx=1;
     26end
     27if ~isfield(Calib,'dpy')
     28    Calib.dpy=1;
     29end
     30if ~isfield(Calib,'Cx')
     31    Calib.Cx=0;
     32end
     33if ~isfield(Calib,'Cy')
     34    Calib.Cy=0;
     35end
    1636%%%%%%%%%%%%%
    1737if isfield(Calib,'R')
Note: See TracChangeset for help on using the changeset viewer.