Index: /branches/eam_branch_20080926/psphot/src/psphotFindDetections.c
===================================================================
--- /branches/eam_branch_20080926/psphot/src/psphotFindDetections.c	(revision 19853)
+++ /branches/eam_branch_20080926/psphot/src/psphotFindDetections.c	(revision 19854)
@@ -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);
