Index: trunk/psphot/src/pmPeaksSigmaLimit.c
===================================================================
--- trunk/psphot/src/pmPeaksSigmaLimit.c	(revision 5672)
+++ trunk/psphot/src/pmPeaksSigmaLimit.c	(revision 5772)
@@ -24,6 +24,6 @@
     NSIGMA    = psMetadataLookupF32 (&status, config, "PEAKS_NSIGMA_LIMIT");
     
-    // threshold = NSIGMA*sky->sampleStdev + sky->sampleMean; 
-    threshold = NSIGMA*sky->sampleStdev;
+    threshold = NSIGMA*sky->sampleStdev + sky->sampleMean; 
+    // threshold = NSIGMA*sky->sampleStdev;
     psLogMsg ("psphot", 3, "threshold: %f DN\n", threshold);
 
