Index: branches/eam_branches/psphot.stack.20100120/src/psphotApResid.c
===================================================================
--- branches/eam_branches/psphot.stack.20100120/src/psphotApResid.c	(revision 26748)
+++ branches/eam_branches/psphot.stack.20100120/src/psphotApResid.c	(revision 26772)
@@ -19,5 +19,5 @@
     for (int i = 0; i < num; i++) {
 	if (!psphotApResidReadout (config, view, "PSPHOT.INPUT", i, recipe)) {
-            psError (PSPHOT_ERR_CONFIG, false, "failed on saturated star deblend analysis for PSPHOT.INPUT entry %d", i);
+            psError (PSPHOT_ERR_CONFIG, false, "failed to measure aperture residual for PSPHOT.INPUT entry %d", i);
 	    return false;
 	}
@@ -352,5 +352,6 @@
     psFree (mag);
     psFree (dMag);
-    return false;
+    return true;
+    // this is a quality error, not a programming error
 }
 
