IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 23, 2009, 7:53:02 AM (17 years ago)
Author:
eugene
Message:

updates to fix moments problem and to do multi-plane photometry

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090522/psModules/src/imcombine/pmPSFEnvelope.c

    r24212 r24529  
    298298        }
    299299
    300         if (!pmSourceMoments(source, maxRadius)) {
     300        // measure the source moments: tophat windowing, pixel S/N > 1.0
     301        if (!pmSourceMoments(source, maxRadius, 0.0, 1.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.