IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32631 for trunk/psphot


Ignore:
Timestamp:
Nov 8, 2011, 2:47:16 PM (15 years ago)
Author:
eugene
Message:

need to supply a valid min radius now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotPSFConvModel.c

    r29004 r32631  
    4343    // adjust the pixels based on the footprint
    4444    float radius = psphotSetRadiusEXT (readout, source, markVal);
    45     if (!pmSourceMoments (source, radius, 0.0, 0.0, maskVal)) return false;
     45    if (!pmSourceMoments (source, radius, 0.25*radius, 0.0, maskVal)) return false;
    4646
    4747    // XXX test : modify the Io, SXX, SYY terms based on the psf SXX, SYY terms:
Note: See TracChangeset for help on using the changeset viewer.