IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 22, 2008, 1:52:28 PM (18 years ago)
Author:
Paul Price
Message:

Reject anomalously low deviations as well.

File:
1 edited

Legend:

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

    r19164 r19170  
    698698            // subtract well, in which case very few (if any) stars will be legitimately rejected for being
    699699            // low.
    700             if (deviations->data.F32[i] - mean > limit) {
     700            if (fabsf(deviations->data.F32[i] - mean) > limit) {
    701701                // Mask out the stamp in the image so you it's not found again
    702702                psTrace("psModules.imcombine", 3, "Rejecting stamp %d (%d,%d)\n", i,
Note: See TracChangeset for help on using the changeset viewer.