- Timestamp:
- Feb 4, 2010, 6:40:11 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/psphot.stack.20100120/src/psphotApResid.c
r26748 r26772 19 19 for (int i = 0; i < num; i++) { 20 20 if (!psphotApResidReadout (config, view, "PSPHOT.INPUT", i, recipe)) { 21 psError (PSPHOT_ERR_CONFIG, false, "failed on saturated star deblend analysisfor PSPHOT.INPUT entry %d", i);21 psError (PSPHOT_ERR_CONFIG, false, "failed to measure aperture residual for PSPHOT.INPUT entry %d", i); 22 22 return false; 23 23 } … … 352 352 psFree (mag); 353 353 psFree (dMag); 354 return false; 354 return true; 355 // this is a quality error, not a programming error 355 356 } 356 357
Note:
See TracChangeset
for help on using the changeset viewer.
