IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 22, 2009, 2:19:10 PM (17 years ago)
Author:
Paul Price
Message:

Unconvolved images shouldn't be combined without the SAFE setting unless the user desires it.

File:
1 edited

Legend:

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

    r25911 r25924  
    9797    // Final combination
    9898    psTrace("ppStack", 2, "Final stack of convolved images....\n");
    99     if (!ppStackCombineFinal(options->outRO, stack, options->convCovars, options, config, false, false)) {
     99    if (!ppStackCombineFinal(options->outRO, stack, options->convCovars, options, config,
     100                             false, false, false)) {
    100101        psError(PS_ERR_UNKNOWN, false, "Unable to perform final combination.");
    101102        psFree(stack);
     
    132133        }
    133134        psTrace("ppStack", 2, "Stack of unconvolved images....\n");
    134         if (!ppStackCombineFinal(options->unconvRO, stack, options->origCovars, options, config, true, true)) {
     135        if (!ppStackCombineFinal(options->unconvRO, stack, options->origCovars, options, config,
     136                                 true, true, true)) {
    135137            psError(PS_ERR_UNKNOWN, false, "Unable to perform unconvolved combination.");
    136138            psFree(stack);
Note: See TracChangeset for help on using the changeset viewer.