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/ppStackReadout.c

    r23577 r25810  
    3939
    4040    psArray *args = job->args;          // Arguments
    41     ppStackThread *thread = args->data[0]; // Thread
    42     ppStackOptions *options = args->data[1]; // Options
    43     pmConfig *config = args->data[2];   // Configuration
    44 
    45     pmReadout *outRO = options->outRO;  // Output readout
     41    pmReadout *target = args->data[0];  // Output readout
     42    ppStackThread *thread = args->data[1]; // Thread
     43    ppStackOptions *options = args->data[2]; // Options
     44    pmConfig *config = args->data[3];   // Configuration
     45
    4646    psVector *mask = options->inputMask; // Mask for inputs
    4747    psArray *rejected = options->rejected; // Rejected pixels
     
    4949    psVector *addVariance = options->matchChi2; // Additional variance when rejecting
    5050
    51     bool status = ppStackReadoutFinal(config, outRO, thread->readouts, mask, rejected,
     51    bool status = ppStackReadoutFinal(config, target, thread->readouts, mask, rejected,
    5252                                      weightings, addVariance); // Status of operation
    5353
Note: See TracChangeset for help on using the changeset viewer.