Index: /branches/eam_branches/ipp-20110710/psphot/src/psphotReadout.c
===================================================================
--- /branches/eam_branches/ipp-20110710/psphot/src/psphotReadout.c	(revision 32242)
+++ /branches/eam_branches/ipp-20110710/psphot/src/psphotReadout.c	(revision 32243)
@@ -155,5 +155,5 @@
 
     // mark blended peaks PS_SOURCE_BLEND (detections->newSources)
-    if (!psphotBasicDeblend (config, view, filerule)) {
+    if (false && !psphotBasicDeblend (config, view, filerule)) {
         psError (PSPHOT_ERR_UNKNOWN, false, "failed on deblend analysis");
         return psphotReadoutCleanup (config, view, filerule);
@@ -218,7 +218,4 @@
     psphotBlendFit (config, view, filerule); // pass 1 (detections->allSources)
     psphotDumpChisqs (config, view, filerule);
-
-    // XXX note above the extended sources have their moments remeasured with a larger window,
-    // but the result is replaced with the original PSF-scaled window
 
     // replace all sources
@@ -368,4 +365,6 @@
     }
 
+    psLogMsg ("psphot.readout", PS_LOG_WARN, "complete psphot readout : %f sec\n", psTimerMark ("psphotReadout"));
+
     // create the exported-metadata and free local data
     return psphotReadoutCleanup(config, view, filerule);
