IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 11, 2013, 9:23:27 AM (13 years ago)
Author:
eugene
Message:

new functions pmModelUseReff, pmModelAxesToParams, pmModelParamsToAxes; add useReff to pmModelSetShape; remove deprecated code (pmPSF_SXYtoModel, pmPSF_SXYtoModel); replace code which converts the PAR[SXX,SXY,SYY] values to shape and then axes with calls to pmModelParamsToAxes and pmModelAxesToParams

File:
1 edited

Legend:

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

    r34403 r35646  
    214214        assert (source->modelEXT); // all unmasked sources should have modelEXT
    215215
    216         psEllipsePol pol = pmPSF_ModelToFit (source->modelEXT->params->data.F32);
     216        bool useReff = pmModelUseReff (source->modelEXT->type);
     217        psEllipsePol pol = pmPSF_ModelToFit (source->modelEXT->params->data.F32, useReff);
    217218
    218219        e0->data.F32[i] = pol.e0;
Note: See TracChangeset for help on using the changeset viewer.