Changeset 25964 for branches/pap/ppStack/src/ppStackLoop.c
- Timestamp:
- Oct 28, 2009, 5:35:05 PM (17 years ago)
- File:
-
- 1 edited
-
branches/pap/ppStack/src/ppStackLoop.c (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/ppStack/src/ppStackLoop.c
r25950 r25964 97 97 // Final combination 98 98 psTrace("ppStack", 2, "Final stack of convolved images....\n"); 99 if (!ppStackCombineFinal(options->outRO, stack, options->convCovars, options, config, 100 true, false, false)) { 99 if (!ppStackCombineFinal(options->outRO, stack, options->convCovars, options, config, false, false)) { 101 100 psError(PS_ERR_UNKNOWN, false, "Unable to perform final combination."); 102 101 psFree(stack); … … 106 105 psLogMsg("ppStack", PS_LOG_INFO, "Stage 5: Final Stack: %f sec", psTimerClear("PPSTACK_STEPS")); 107 106 ppStackMemDump("final"); 108 109 107 110 108 // Clean up … … 121 119 psFree(stack); 122 120 123 124 121 #if 1 125 122 // Unconvolved stack --- it's cheap to calculate, compared to everything else! … … 133 130 } 134 131 psTrace("ppStack", 2, "Stack of unconvolved images....\n"); 135 if (!ppStackCombineFinal(options->unconvRO, stack, options->origCovars, options, config, 136 true, true, true)) { 132 if (!ppStackCombineFinal(options->unconvRO, stack, options->origCovars, options, config, true, true)) { 137 133 psError(PS_ERR_UNKNOWN, false, "Unable to perform unconvolved combination."); 138 134 psFree(stack); … … 158 154 ppStackMemDump("photometry"); 159 155 160 161 156 // Finish up 162 157 psTrace("ppStack", 1, "Finishing up....\n"); … … 170 165 171 166 psFree(options); 167 172 168 return true; 173 169 }
Note:
See TracChangeset
for help on using the changeset viewer.
