Index: /trunk/psphot/src/psphotApResid.c
===================================================================
--- /trunk/psphot/src/psphotApResid.c	(revision 19909)
+++ /trunk/psphot/src/psphotApResid.c	(revision 19910)
@@ -223,4 +223,6 @@
     psFree (dMagSys);
     psFree (dMag);
+
+    psphotVisualPlotApResid (sources);
 
     return true;
Index: /trunk/psphot/src/psphotBlendFit.c
===================================================================
--- /trunk/psphot/src/psphotBlendFit.c	(revision 19909)
+++ /trunk/psphot/src/psphotBlendFit.c	(revision 19910)
@@ -120,4 +120,8 @@
 
     psLogMsg ("psphot.psphotBlendFit", PS_LOG_INFO, "fit models: %f sec for %d objects (%d psf, %d ext, %d failed, %ld skipped)\n", psTimerMark ("psphot"), Nfit, Npsf, Next, Nfail, sources->n - Nfit);
+
+    psphotVisualShowResidualImage (readout);
+    psphotVisualShowFlags (sources);
+
     return true;
 }
Index: /trunk/psphot/src/psphotFindDetections.c
===================================================================
--- /trunk/psphot/src/psphotFindDetections.c	(revision 19909)
+++ /trunk/psphot/src/psphotFindDetections.c	(revision 19910)
@@ -54,4 +54,9 @@
 
     psFree (significance);
+
+    // display the peaks and footprints
+    psphotVisualShowPeaks (detections);
+    psphotVisualShowFootprints (detections);
+
     return detections;
 }
Index: /trunk/psphot/src/psphotFitSourcesLinear.c
===================================================================
--- /trunk/psphot/src/psphotFitSourcesLinear.c	(revision 19909)
+++ /trunk/psphot/src/psphotFitSourcesLinear.c	(revision 19910)
@@ -222,4 +222,8 @@
 
     psLogMsg ("psphot.ensemble", PS_LOG_INFO, "measure ensemble of PSFs: %f sec\n", psTimerMark ("psphot"));
+
+    psphotVisualShowResidualImage (readout);
+    psphotVisualShowFlags (sources);
+
     return true;
 }
Index: /trunk/psphot/src/psphotSourceStats.c
===================================================================
--- /trunk/psphot/src/psphotSourceStats.c	(revision 19909)
+++ /trunk/psphot/src/psphotSourceStats.c	(revision 19910)
@@ -121,4 +121,6 @@
     psLogMsg ("psphot", PS_LOG_INFO, "%ld sources, %d moments, %d failed: %f sec\n", sources->n, Nmoments, Nfail, psTimerMark ("psphot"));
 
+    psphotVisualShowMoments (sources);
+
     return (sources);
 }
