Changeset 5672 for trunk/psphot/src/pmPeaksSigmaLimit.c
- Timestamp:
- Dec 4, 2005, 5:33:32 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/pmPeaksSigmaLimit.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/pmPeaksSigmaLimit.c
r5617 r5672 23 23 // set peak threshold 24 24 NSIGMA = psMetadataLookupF32 (&status, config, "PEAKS_NSIGMA_LIMIT"); 25 threshold = NSIGMA*sky->sampleStdev + sky->sampleMean; 25 26 // threshold = NSIGMA*sky->sampleStdev + sky->sampleMean; 27 threshold = NSIGMA*sky->sampleStdev; 26 28 psLogMsg ("psphot", 3, "threshold: %f DN\n", threshold); 27 29
Note:
See TracChangeset
for help on using the changeset viewer.
