Index: trunk/psphot/src/psphotFindDetections.c
===================================================================
--- trunk/psphot/src/psphotFindDetections.c	(revision 17870)
+++ trunk/psphot/src/psphotFindDetections.c	(revision 19869)
@@ -41,4 +41,7 @@
     psImage *significance = psphotSignificanceImage (readout, recipe, pass, maskVal);
 
+    // display the backsub and backgnd images
+    psphotVisualShowSignificance (significance);
+
     // detect the peaks in the significance image
     detections->peaks = psphotFindPeaks (significance, readout, recipe, threshold, NMAX);
