IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 22, 2014, 2:03:02 PM (12 years ago)
Author:
bills
Message:

set clamp on central pixel steps back to 121 (from 31)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/models/pmModel_SERSIC.c

    r36752 r36762  
    126126        psEllipseAxes axes = pmPSF_ModelToAxes(PAR, pmModelClassGetType ("PS_MODEL_SERSIC"));
    127127        int Nsub = 2 * ((int)(6.0*Sindex / axes.minor)) + 1;
    128         // Nsub = PS_MIN (Nsub, 121);
    129         Nsub = PS_MIN (Nsub, 31);
     128        Nsub = PS_MIN (Nsub, 121);
    130129        Nsub = PS_MAX (Nsub, 11);
    131130        f0 = pmModelCP_SersicSubpix (X, Y, PAR[PM_PAR_SXX], PAR[PM_PAR_SXY], PAR[PM_PAR_SYY], Sindex, Nsub);
Note: See TracChangeset for help on using the changeset viewer.