IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 8, 2009, 9:19:14 AM (17 years ago)
Author:
Paul Price
Message:

Final combination has to go into a nominated readout.

File:
1 edited

Legend:

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

    r25797 r25810  
    9797    // Final combination
    9898    psTrace("ppStack", 2, "Final stack of convolved images....\n");
    99     if (!ppStackCombineFinal(stack, options, config)) {
     99    if (!ppStackCombineFinal(options->outRO, stack, options, config)) {
    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(stack, options, config)) {
     134        if (!ppStackCombineFinal(options->unconvRO, stack, options, config)) {
    135135            psError(PS_ERR_UNKNOWN, false, "Unable to perform unconvolved combination.");
    136136            psFree(stack);
Note: See TracChangeset for help on using the changeset viewer.