IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41844


Ignore:
Timestamp:
Oct 17, 2021, 1:27:57 PM (5 years ago)
Author:
eugene
Message:

do not normalize in first CombineFinal if CONVOLVE=F (inputs are normalized anyway)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ppStack.20211015/src/ppStackLoop.c

    r41841 r41844  
    135135      // Since we haven't convolved, I believe we do need to normalize here.
    136136      // 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)) {
    138141        psError(psErrorCodeLast(), false, "Unable to perform final combination.");
    139142        psFree(stack);
Note: See TracChangeset for help on using the changeset viewer.