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_STRAIL.c

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