Changeset 25810 for branches/pap/ppStack/src/ppStackReadout.c
- Timestamp:
- Oct 8, 2009, 9:19:14 AM (17 years ago)
- File:
-
- 1 edited
-
branches/pap/ppStack/src/ppStackReadout.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/ppStack/src/ppStackReadout.c
r23577 r25810 39 39 40 40 psArray *args = job->args; // Arguments 41 p pStackThread *thread = args->data[0]; // Thread42 ppStack Options *options = args->data[1]; // Options43 p mConfig *config = args->data[2]; // Configuration44 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 46 46 psVector *mask = options->inputMask; // Mask for inputs 47 47 psArray *rejected = options->rejected; // Rejected pixels … … 49 49 psVector *addVariance = options->matchChi2; // Additional variance when rejecting 50 50 51 bool status = ppStackReadoutFinal(config, outRO, thread->readouts, mask, rejected,51 bool status = ppStackReadoutFinal(config, target, thread->readouts, mask, rejected, 52 52 weightings, addVariance); // Status of operation 53 53
Note:
See TracChangeset
for help on using the changeset viewer.
