IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24622


Ignore:
Timestamp:
Jun 26, 2009, 6:58:59 PM (17 years ago)
Author:
eugene
Message:

use 1 sigma clipping on source moments (probably not needed)

File:
1 edited

Legend:

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

    r24591 r24622  
    299299
    300300        // measure the source moments: tophat windowing, no pixel S/N cutoff
    301         if (!pmSourceMoments(source, maxRadius, 0.0, 0.0)) {
     301        if (!pmSourceMoments(source, maxRadius, 0.0, 1.0)) {
    302302            // Can't do anything about it; limp along as best we can
    303303            psErrorClear();
Note: See TracChangeset for help on using the changeset viewer.