Index: trunk/psphot/src/psphotReadout.c
===================================================================
--- trunk/psphot/src/psphotReadout.c	(revision 14943)
+++ trunk/psphot/src/psphotReadout.c	(revision 15040)
@@ -171,5 +171,6 @@
 
     // XXX test the CR/EXT measurement
-    // psphotSourceSize (readout, sources, recipe);
+    // XXX we need to call this here and after the second pass: option for starting number?
+    psphotSourceSize (readout, sources, recipe);
 
     if (!strcasecmp (breakPt, "ENSEMBLE")) {
@@ -259,5 +260,5 @@
     // plot positive sources
     if (!havePSF) {
-        psphotSourcePlots (readout, sources, recipe, maskVal);
+        // psphotSourcePlots (readout, sources, recipe, maskVal);
     }
 
