Changeset 31434 for branches/czw_branch/20110406/ppStack/src/ppStackLoop.c
- Timestamp:
- May 4, 2011, 3:20:38 PM (15 years ago)
- Location:
- branches/czw_branch/20110406
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppStack/src/ppStackLoop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20110406
- Property svn:mergeinfo changed
-
branches/czw_branch/20110406/ppStack/src/ppStackLoop.c
r31252 r31434 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.
