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/pmSourceOutputs.c

    r34515 r35643  
    107107        }
    108108        if (isfinite(PAR[PM_PAR_SXX]) && isfinite(PAR[PM_PAR_SXY]) && isfinite(PAR[PM_PAR_SYY])) {
    109             axes = pmPSF_ModelToAxes (PAR, 20.0, model->type);
     109            axes = pmPSF_ModelToAxes (PAR, model->type);
    110110            outputs->psfMajor = axes.major;
    111111            outputs->psfMinor = axes.minor;
Note: See TracChangeset for help on using the changeset viewer.