Changeset 22730 for trunk/ppStack/src/ppStackPhotometry.c
- Timestamp:
- Mar 2, 2009, 10:39:25 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackPhotometry.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackPhotometry.c
r21259 r22730 149 149 if (!psphotReadoutKnownSources(config, view, inSources)) { 150 150 // Clear the error, so that the output files are written. 151 psWarning("Unable to perform photometry on stacked image."); 152 psErrorStackPrint(stderr, "Error stack from photometry:"); 153 psErrorClear(); 151 psError(PS_ERR_UNKNOWN, false, "Unable to perform photometry on stacked image."); 152 return false; 154 153 } 155 154
Note:
See TracChangeset
for help on using the changeset viewer.
