Index: /trunk/psphot/src/psphotReadout.c
===================================================================
--- /trunk/psphot/src/psphotReadout.c	(revision 14832)
+++ /trunk/psphot/src/psphotReadout.c	(revision 14833)
@@ -84,6 +84,6 @@
     // several functions below behave differently if we have a PSF model already
     bool havePSF = (psf != NULL);
-    
-    // find the peaks in the image.  
+
+    // find the peaks in the image.
 
     // XXX clean this up into a single function.  if psf is defined, we should treat this as
@@ -256,5 +256,7 @@
 
     // plot positive sources
-    psphotSourcePlots (readout, sources, recipe, maskVal);
+    if (!havePSF) {
+        psphotSourcePlots (readout, sources, recipe, maskVal);
+    }
 
     // measure aperture photometry corrections
