Changeset 25924 for branches/pap/ppStack/src/ppStackLoop.c
- Timestamp:
- Oct 22, 2009, 2:19:10 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
r25911 r25924 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, false, false)) { 99 if (!ppStackCombineFinal(options->outRO, stack, options->convCovars, options, config, 100 false, false, false)) { 100 101 psError(PS_ERR_UNKNOWN, false, "Unable to perform final combination."); 101 102 psFree(stack); … … 132 133 } 133 134 psTrace("ppStack", 2, "Stack of unconvolved images....\n"); 134 if (!ppStackCombineFinal(options->unconvRO, stack, options->origCovars, options, config, true, true)) { 135 if (!ppStackCombineFinal(options->unconvRO, stack, options->origCovars, options, config, 136 true, true, true)) { 135 137 psError(PS_ERR_UNKNOWN, false, "Unable to perform unconvolved combination."); 136 138 psFree(stack);
Note:
See TracChangeset
for help on using the changeset viewer.
