Index: /branches/eam_branches/20090715/psphot/src/psphotReadout.c
===================================================================
--- /branches/eam_branches/20090715/psphot/src/psphotReadout.c	(revision 25532)
+++ /branches/eam_branches/20090715/psphot/src/psphotReadout.c	(revision 25533)
@@ -79,5 +79,5 @@
 
     // construct sources and measure basic stats
-    psArray *sources = psphotSourceStats (config, readout, detections);
+    psArray *sources = psphotSourceStats (config, readout, detections, true);
     if (!sources) return false;
     if (!strcasecmp (breakPt, "PEAKS")) {
@@ -142,5 +142,4 @@
     // psphotGuessModels or fitted until psphotFitSourcesLinear.
     psphotVisualShowPSFStars (recipe, psf, sources);
-    psphotVisualShowSatStars (recipe, psf, sources);
 
     // identify CRs and extended sources
@@ -149,4 +148,5 @@
         goto finish;
     }
+    psphotVisualShowSatStars (recipe, psf, sources);
 
     // non-linear PSF and EXT fit to brighter sources
@@ -180,5 +180,5 @@
 
     // define new sources based on only the new peaks
-    psArray *newSources = psphotSourceStats (config, readout, detections);
+    psArray *newSources = psphotSourceStats (config, readout, detections, false);
 
     // set source type
