IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41871


Ignore:
Timestamp:
Oct 29, 2021, 5:16:49 AM (5 years ago)
Author:
eugene
Message:

comments

Location:
branches/eam_branches/ppStack.20211015/src
Files:
2 edited

Legend:

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

    r41844 r41871  
    136136      // MEH -- see below for comment on ppStackCombineFinal and bscaleOffset
    137137      // 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
     138      // EAM : looks like we do NOT need to normalize here eithr because ppStackConvolve is still called and
    139139      // the inputs are normalized
    140140      if (!ppStackCombineFinal(stack, options->convCovars, options, config, false, false, true, true)) {
  • branches/eam_branches/ppStack.20211015/src/ppStackReadout.c

    r41845 r41871  
    419419    }
    420420
     421    // XXX rename minRange to rejectFraction
    421422    if (!pmStackCombineByPercentile(outRO, stackData, minRange, maxRange, maskBad, maskSuspect, maskBlank)) {
    422423        psError(PS_ERR_UNKNOWN, false, "Unable to combine input readouts with rejection.");
Note: See TracChangeset for help on using the changeset viewer.