Index: /branches/eam_branches/ipp-20110213/psphot/src/psphotReadout.c
===================================================================
--- /branches/eam_branches/ipp-20110213/psphot/src/psphotReadout.c	(revision 30869)
+++ /branches/eam_branches/ipp-20110213/psphot/src/psphotReadout.c	(revision 30870)
@@ -14,4 +14,6 @@
     static int npass = 0;
     char filename[64];
+
+    return true;
 
     bool status = true;
@@ -145,8 +147,8 @@
 
     // find blended neighbors of very saturated stars (detections->newSources)
-    if (!psphotDeblendSatstars (config, view, filerule)) {
-        psError (PSPHOT_ERR_UNKNOWN, false, "failed on satstar deblend analysis");
-        return psphotReadoutCleanup (config, view, filerule);
-    }
+    // if (!psphotDeblendSatstars (config, view, filerule)) {
+    // psError (PSPHOT_ERR_UNKNOWN, false, "failed on satstar deblend analysis");
+    // return psphotReadoutCleanup (config, view, filerule);
+    // }
 
     // mark blended peaks PS_SOURCE_BLEND (detections->newSources)
