Changeset 41871
- Timestamp:
- Oct 29, 2021, 5:16:49 AM (5 years ago)
- Location:
- branches/eam_branches/ppStack.20211015/src
- Files:
-
- 2 edited
-
ppStackLoop.c (modified) (1 diff)
-
ppStackReadout.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ppStack.20211015/src/ppStackLoop.c
r41844 r41871 136 136 // MEH -- see below for comment on ppStackCombineFinal and bscaleOffset 137 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 and138 // EAM : looks like we do NOT need to normalize here eithr because ppStackConvolve is still called and 139 139 // the inputs are normalized 140 140 if (!ppStackCombineFinal(stack, options->convCovars, options, config, false, false, true, true)) { -
branches/eam_branches/ppStack.20211015/src/ppStackReadout.c
r41845 r41871 419 419 } 420 420 421 // XXX rename minRange to rejectFraction 421 422 if (!pmStackCombineByPercentile(outRO, stackData, minRange, maxRange, maskBad, maskSuspect, maskBlank)) { 422 423 psError(PS_ERR_UNKNOWN, false, "Unable to combine input readouts with rejection.");
Note:
See TracChangeset
for help on using the changeset viewer.
