IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24591


Ignore:
Timestamp:
Jun 25, 2009, 3:55:02 PM (17 years ago)
Author:
eugene
Message:

update to pmSourceMoments API -- turn off S/N clipping

File:
1 edited

Legend:

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

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