- Timestamp:
- Jan 6, 2009, 7:13:34 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20081230/ppMerge/src/ppMergeSetThreads.c
r19299 r21087 29 29 psScalar *maskVal = job->args->data[4]; 30 30 31 bool status = pmDarkCombine(outCell, fileGroup->readouts, iter->data.S32, rej->data.F32, maskVal->data. U8);31 bool status = pmDarkCombine(outCell, fileGroup->readouts, iter->data.S32, rej->data.F32, maskVal->data.PS_TYPE_IMAGE_MASK_DATA); 32 32 33 33 // after we are done, tell the I/O system that this file group is done … … 49 49 psScalar *maskVal = job->args->data[7]; 50 50 51 bool status = pmShutterCorrectionGenerate(output, pattern, fileGroup->readouts, shutterRef->data.F32, data, iter->data.S32, rej->data.F32, maskVal->data. U8);51 bool status = pmShutterCorrectionGenerate(output, pattern, fileGroup->readouts, shutterRef->data.F32, data, iter->data.S32, rej->data.F32, maskVal->data.PS_TYPE_IMAGE_MASK_DATA); 52 52 53 53 // after we are done, tell the I/O system that this file group is done
Note:
See TracChangeset
for help on using the changeset viewer.
