IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32563


Ignore:
Timestamp:
Oct 20, 2011, 1:05:44 PM (15 years ago)
Author:
eugene
Message:

need to have a non-zero value for sigma as well as radius...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmPSFEnvelope.c

    r31451 r32563  
    380380
    381381        // measure the source moments: tophat windowing, no pixel S/N cutoff
    382         if (!pmSourceMoments(source, maxRadius, 0.0, 0.0, 0.0, maskVal)) {
     382        if (!pmSourceMoments(source, maxRadius, 0.25*maxRadius, 0.0, 0.0, maskVal)) {
    383383            // Can't do anything about it; limp along as best we can
    384384            psErrorClear();
Note: See TracChangeset for help on using the changeset viewer.