Index: /branches/eam_branches/ipp-20130904/psphot/src/psphotFullForceReadout.c
===================================================================
--- /branches/eam_branches/ipp-20130904/psphot/src/psphotFullForceReadout.c	(revision 36210)
+++ /branches/eam_branches/ipp-20130904/psphot/src/psphotFullForceReadout.c	(revision 36211)
@@ -49,15 +49,15 @@
     }
 
-    // include externally-supplied sources
+    // include externally-supplied sources (loaded onto detections->newSources)
     psphotLoadExtSources (config, view, filerule);
 
-    // merge the newly selected sources into the existing list
+    // merge the newly selected sources into the existing list (detections->allSources)
     // NOTE: merge OLD and NEW
     psphotMergeSources (config, view, filerule);
 
-    // construct sources and measure moments and other basic stats (saved on detections->newSources)
+    // construct sources and measure moments and other basic stats (saved on detections->allSources)
     // all sources use the auto-scaled window appropriate to a PSF, except for the saturated
     // stars : these use a larger window (3x the basic window)
-    if (!psphotSourceStats (config, view, filerule, true)) { // pass 1
+    if (!psphotFullForceSourceStats (config, view, filerule, true)) { // pass 1
         psError(PSPHOT_ERR_UNKNOWN, false, "failure to generate sources");
         return psphotReadoutCleanup (config, view, filerule);
