Index: /branches/eam_branches/20091201/psphot/src/psphotReadoutMinimal.c
===================================================================
--- /branches/eam_branches/20091201/psphot/src/psphotReadoutMinimal.c	(revision 26423)
+++ /branches/eam_branches/20091201/psphot/src/psphotReadoutMinimal.c	(revision 26424)
@@ -1,7 +1,7 @@
 # include "psphotInternal.h"
 
-// this badly-named function performs photometry assuming (a) a supplied PSF, (b)
-// background subtraction, (c) linear psf-model fits only.  it is currently only being
-// used by ppSub.
+// this badly-named function performs photometry assuming (a) a supplied PSF, (b) background
+// subtraction, (c) linear psf-model fits only, (d) a prior analysis has supplied the moments
+// window parameters.  It is currently only being used by ppSub.
 
 // NOTE: ppSub needs to perform extended source analysis for comets and trails.
@@ -56,5 +56,5 @@
 
     // construct sources and measure basic stats
-    psArray *sources = psphotSourceStats (config, readout, detections, true);
+    psArray *sources = psphotSourceStats (config, readout, detections, false);
     if (!sources) return false;
 
