Index: branches/eam_branches/psphot.stack.20100120/src/psphotReadoutFindPSF.c
===================================================================
--- branches/eam_branches/psphot.stack.20100120/src/psphotReadoutFindPSF.c	(revision 26748)
+++ branches/eam_branches/psphot.stack.20100120/src/psphotReadoutFindPSF.c	(revision 26772)
@@ -26,5 +26,5 @@
     }
 
-    // construct sources and measure basic stats (moments, local sky)
+    // construct detections->newSources and measure basic stats (moments, local sky)
     if (!psphotSourceStats(config, view, true)) {
         psError(PSPHOT_ERR_UNKNOWN, false, "failure to generate sources");
@@ -60,5 +60,11 @@
     // construct an initial model for each object, set the radius to fitRadius, set circular fit mask
     psphotGuessModels (config, view);
+# endif
 
+    // merge the newly selected sources into the existing list
+    // NOTE: merge OLD and NEW
+    psphotMergeSources (config, view); 
+
+# if 0
     // measure aperture photometry corrections
     if (!psphotApResid (config, view)) {
