Changeset 31414
- Timestamp:
- Apr 29, 2011, 4:42:09 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackLoop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackLoop.c
r31203 r31414 134 134 ppStackMemDump("final"); 135 135 136 // Update Header 137 // Do this before performing photometry so that the cmf header gets all of the information. 138 if (!ppStackUpdateHeader(stack, options, config)) { 139 psError(psErrorCodeLast(), false, "Unable to update header."); 140 psFree(stack); 141 return false; 142 } 143 136 144 // Photometry 137 145 psTrace("ppStack", 1, "Photometering stacked image....\n"); … … 143 151 ppStackMemDump("photometry"); 144 152 145 // Update Header146 if (!ppStackUpdateHeader(stack, options, config)) {147 psError(psErrorCodeLast(), false, "Unable to update header.");148 psFree(stack);149 return false;150 }151 153 // Create JPEGS 152 154 if (!ppStackJPEGs(stack, options, config)) {
Note:
See TracChangeset
for help on using the changeset viewer.
