Index: /branches/eam_branches/ipp-20101205/psphot/src/psphotFindDetections.c
===================================================================
--- /branches/eam_branches/ipp-20101205/psphot/src/psphotFindDetections.c	(revision 30211)
+++ /branches/eam_branches/ipp-20101205/psphot/src/psphotFindDetections.c	(revision 30212)
@@ -86,9 +86,9 @@
     psImage *significance = psphotSignificanceImage (readout, recipe, maskVal);
 
-    // display the significance image
-    psphotVisualShowSignificance (significance, -1.0, PS_SQR(3.0*NSIGMA_PEAK));
-
     // display the log significance image
     psphotVisualShowLogSignificance (significance, 0.0, 4.5);
+
+    // display the significance image
+    psphotVisualShowSignificance (significance, 0.98*threshold, 1.02*threshold);
 
     // detect the peaks in the significance image
