Index: /branches/eam_branches/20091201/psphot/src/psphotReadoutFindPSF.c
===================================================================
--- /branches/eam_branches/20091201/psphot/src/psphotReadoutFindPSF.c	(revision 26610)
+++ /branches/eam_branches/20091201/psphot/src/psphotReadoutFindPSF.c	(revision 26611)
@@ -70,4 +70,11 @@
     psphotVisualShowPSFModel(readout, psf);
 
+# if 0
+    // XXX if we want to determine the aperture residual correction here, we either
+    // need to carry it out of the PSF determination analysis above, or save the model
+    // fits from that analysis, or run the linear PSF fit for all objects currently in hand
+    // construct an initial model for each object, set the radius to fitRadius, set circular fit mask
+    psphotGuessModels (config, readout, sources, psf);
+
     // measure aperture photometry corrections
     if (!psphotApResid (config, readout, sources, psf)) {
@@ -75,4 +82,5 @@
         return psphotReadoutCleanup (config, readout, recipe, detections, psf, sources);
     }
+# endif
 
     // drop the references to the image pixels held by each source
