IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 13, 2009, 11:12:03 AM (17 years ago)
Author:
Paul Price
Message:

Need to normalise the inputs that aren't being convolved before combining.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/ppStack/src/ppStackLoop.c

    r25812 r25830  
    9797    // Final combination
    9898    psTrace("ppStack", 2, "Final stack of convolved images....\n");
    99     if (!ppStackCombineFinal(options->outRO, stack, options, config, false)) {
     99    if (!ppStackCombineFinal(options->outRO, stack, options, config, false, false)) {
    100100        psError(PS_ERR_UNKNOWN, false, "Unable to perform final combination.");
    101101        psFree(stack);
     
    132132        }
    133133        psTrace("ppStack", 2, "Stack of unconvolved images....\n");
    134         if (!ppStackCombineFinal(options->unconvRO, stack, options, config, true)) {
     134        if (!ppStackCombineFinal(options->unconvRO, stack, options, config, true, true)) {
    135135            psError(PS_ERR_UNKNOWN, false, "Unable to perform unconvolved combination.");
    136136            psFree(stack);
Note: See TracChangeset for help on using the changeset viewer.