IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 11, 2013, 8:59:28 AM (13 years ago)
Author:
eugene
Message:

pmPSF_ModelToAxes no longer passes the maxAspectRatio (this was always set to 20.0; perhaps remove as an argument to psEllipseMoments/ShapeToAxes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130509/psModules/src/objects/pmSourceIO_CMF.c.in

    r35038 r35643  
    851851                    psMetadataAddF32 (row, PS_LIST_TAIL, "EXT_THETA_ERR",     0, "EXT angle err (SXY, isnan)", dPAR[PM_PAR_SXY]);
    852852                } else {
    853                     psEllipseAxes axes = pmPSF_ModelToAxes (PAR, 20.0, model->type);
     853                    psEllipseAxes axes = pmPSF_ModelToAxes (PAR, model->type);
    854854                    psMetadataAddF32 (row, PS_LIST_TAIL, "EXT_WIDTH_MAJ",    0, "EXT width (major axis), length for trail", axes.major);
    855855                    psMetadataAddF32 (row, PS_LIST_TAIL, "EXT_WIDTH_MIN",    0, "EXT width (minor axis), sigma for trail",  axes.minor);
Note: See TracChangeset for help on using the changeset viewer.