Changeset 25911 for branches/pap/ppStack/src/ppStackLoop.c
- Timestamp:
- Oct 21, 2009, 1:03:45 PM (17 years ago)
- File:
-
- 1 edited
-
branches/pap/ppStack/src/ppStackLoop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/ppStack/src/ppStackLoop.c
r25830 r25911 97 97 // Final combination 98 98 psTrace("ppStack", 2, "Final stack of convolved images....\n"); 99 if (!ppStackCombineFinal(options->outRO, stack, options , config, false, false)) {99 if (!ppStackCombineFinal(options->outRO, stack, options->convCovars, options, config, false, false)) { 100 100 psError(PS_ERR_UNKNOWN, false, "Unable to perform final combination."); 101 101 psFree(stack); … … 132 132 } 133 133 psTrace("ppStack", 2, "Stack of unconvolved images....\n"); 134 if (!ppStackCombineFinal(options->unconvRO, stack, options , config, true, true)) {134 if (!ppStackCombineFinal(options->unconvRO, stack, options->origCovars, options, config, true, true)) { 135 135 psError(PS_ERR_UNKNOWN, false, "Unable to perform unconvolved combination."); 136 136 psFree(stack);
Note:
See TracChangeset
for help on using the changeset viewer.
