IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 12, 2008, 9:18:33 PM (18 years ago)
Author:
Paul Price
Message:

Apply threshold to stamps from list. Threshold is now specified as standard deviations above the background, instead of an absolute value.

File:
1 edited

Legend:

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

    r20465 r20714  
    301301                    fluxList->n = index;
    302302
    303                     goodStamp = true;
     303                    goodStamp = (fluxStamp > threshold) ? true : false;
    304304                } else {
    305305                    psTrace("psModules.imcombine", 9, "No sources in subregion %d", i);
Note: See TracChangeset for help on using the changeset viewer.