Index: trunk/psphot/src/psphotReadout.c
===================================================================
--- trunk/psphot/src/psphotReadout.c	(revision 12632)
+++ trunk/psphot/src/psphotReadout.c	(revision 12665)
@@ -108,4 +108,7 @@
     }
 
+    // plot positive + negative sources (replace, then remove)
+    psphotSourcePlots (readout, sources, recipe);
+
     // non-linear PSF and EXT fit to brighter sources
     psphotBlendFit (readout, sources, recipe, psf);
@@ -113,4 +116,7 @@
     // replace all sources
     psphotReplaceAll (sources);
+
+    // plot positive sources 
+    // psphotSourcePlots (readout, sources, recipe);
 
     // linear PSF fit to remaining peaks
