Changeset 41844
- Timestamp:
- Oct 17, 2021, 1:27:57 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ppStack.20211015/src/ppStackLoop.c
r41841 r41844 135 135 // Since we haven't convolved, I believe we do need to normalize here. 136 136 // MEH -- see below for comment on ppStackCombineFinal and bscaleOffset 137 if (!ppStackCombineFinal(stack, options->convCovars, options, config, false, true, true, true)) { 137 // last 4 parameters are: safe, normalize, grow, bscaleoffset 138 // EAM : looks like we do NOT need to normalize here because ppStackConvolve is still called and 139 // the inputs are normalized 140 if (!ppStackCombineFinal(stack, options->convCovars, options, config, false, false, true, true)) { 138 141 psError(psErrorCodeLast(), false, "Unable to perform final combination."); 139 142 psFree(stack);
Note:
See TracChangeset
for help on using the changeset viewer.
