IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 4, 2011, 1:27:06 PM (15 years ago)
Author:
eugene
Message:

add some comments to clarify the re-normalization process

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110213/ppStack/src/ppStackLoop.c

    r30772 r30800  
    113113    }
    114114
    115     // Final combination
     115    // Final combination.  This one does NOT need to be normalized since the convolution takes care of that
    116116    psTrace("ppStack", 2, "Final stack of convolved images....\n");
    117117    if (!ppStackCombineFinal(stack, options->convCovars, options, config, false, false, true)) {
     
    180180        }
    181181
    182         // generate the unconvolved stack
     182        // generate the unconvolved stack. NOTE: this one must be normalized since the inputs have not been
    183183        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)) {
    186185            psError(psErrorCodeLast(), false, "Unable to perform unconvolved combination.");
    187186            psFree(stack);
Note: See TracChangeset for help on using the changeset viewer.