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