Changeset 30800
- Timestamp:
- Mar 4, 2011, 1:27:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/ppStack/src/ppStackLoop.c
r30772 r30800 113 113 } 114 114 115 // Final combination 115 // Final combination. This one does NOT need to be normalized since the convolution takes care of that 116 116 psTrace("ppStack", 2, "Final stack of convolved images....\n"); 117 117 if (!ppStackCombineFinal(stack, options->convCovars, options, config, false, false, true)) { … … 180 180 } 181 181 182 // generate the unconvolved stack 182 // generate the unconvolved stack. NOTE: this one must be normalized since the inputs have not been 183 183 psTrace("ppStack", 2, "Stack of unconvolved images....\n"); 184 if (!ppStackCombineFinal(stack, options->origCovars, options, config, 185 false, true, false)) { 184 if (!ppStackCombineFinal(stack, options->origCovars, options, config, false, true, false)) { 186 185 psError(psErrorCodeLast(), false, "Unable to perform unconvolved combination."); 187 186 psFree(stack);
Note:
See TracChangeset
for help on using the changeset viewer.
