Changeset 27532 for trunk/psphot/src/psphotReadout.c
- Timestamp:
- Mar 30, 2010, 1:33:47 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotReadout.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotReadout.c
r26894 r27532 91 91 return psphotReadoutCleanup (config, view); 92 92 } 93 if (!strcasecmp (breakPt, "MOMENTS")) {94 return psphotReadoutCleanup(config, view);95 }96 97 93 // if we were not supplied a PSF model, determine the IQ stats here (detections->newSources) 98 94 if (!psphotImageQuality (config, view)) { // pass 1 99 95 psError (PSPHOT_ERR_UNKNOWN, false, "failed to measure image quality"); 96 return psphotReadoutCleanup(config, view); 97 } 98 if (!strcasecmp (breakPt, "MOMENTS")) { 100 99 return psphotReadoutCleanup(config, view); 101 100 }
Note:
See TracChangeset
for help on using the changeset viewer.
