- Timestamp:
- Mar 5, 2009, 11:24:29 AM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090215
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppStack/src/ppStackPhotometry.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090215
- Property svn:mergeinfo changed
/trunk merged: 22727-22752,23115-23126,23128,23137-23157,23159-23174,23182-23195,23198
- Property svn:mergeinfo changed
-
branches/cnb_branches/cnb_branch_20090215/ppStack/src/ppStackPhotometry.c
r21536 r23199 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.
