IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

replace code which converts the PAR[SXX,SXY,SYY] values to shape and then axes with calls to pmModelParamsToAxes; disable TEST1 and STRAIL models (never really finished)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130509/psphot/src/models/pmModel_TEST1.c

    r35559 r35651  
    264264    // convert to shape terms (SXX,SYY,SXY)
    265265    // XXX user-defined value for limit?
    266     if (!pmPSF_FitToModel (PAR, 0.1)) {
     266    bool useReff = pmModelUseReff (model->type);
     267    if (!pmPSF_FitToModel (PAR, 0.1, useReff)) {
    267268        psError(PM_ERR_PSF, false, "Failed to fit object at (r,c) = (%.1f,%.1f)", Xo, Yo);
    268269        return false;
Note: See TracChangeset for help on using the changeset viewer.