Changeset 22730
- Timestamp:
- Mar 2, 2009, 10:39:25 AM (17 years ago)
- Location:
- trunk/ppStack/src
- Files:
-
- 2 edited
-
ppStackLoop.c (modified) (2 diffs)
-
ppStackPhotometry.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackLoop.c
r21526 r22730 1163 1163 fileActivation(config, photFiles, true); 1164 1164 pmFPAview *photView = filesIterateDown(config); 1165 fileActivation(config, combineFiles, true); 1166 1165 1167 if (!ppStackPhotometry(config, outRO, photView)) { 1166 1168 psError(PS_ERR_UNKNOWN, false, "Unable to perform photometry on output."); 1169 filesIterateUp(config); 1167 1170 psFree(outRO); 1168 1171 psFree(photView); … … 1170 1173 } 1171 1174 psFree(photView); 1172 1173 fileActivation(config, combineFiles, true);1174 1175 1175 1176 if (stats) { -
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.
