Index: trunk/psphot/src/psphotReadout.c
===================================================================
--- trunk/psphot/src/psphotReadout.c	(revision 17111)
+++ trunk/psphot/src/psphotReadout.c	(revision 17112)
@@ -179,11 +179,9 @@
 finish:
 
-    // plot positive sources
-    if (!havePSF) {
-        // psphotSourcePlots (readout, sources, recipe);
-    }
+    // plot positive sources 
+    // psphotSourcePlots (readout, sources, recipe); 
 
     // measure aperture photometry corrections
-    if (!havePSF && !psphotApResid (readout, sources, recipe, psf)) {
+    if (!psphotApResid (readout, sources, recipe, psf)) {
         psLogMsg ("psphot", 3, "failed on psphotApResid");
         return psphotReadoutCleanup (config, readout, recipe, detections, psf, sources);
