MeasureLinearityTask¶
MeasureLinearityTask is the gen2 wrapper task around the gen3 implementation task (listed below).
Processing summary¶
MeasureLinearityTask runs these operations:
- Runs - LinearitySolveTaskto generate a linearity solution (a- Linearizer) from the input photon transfer curve.
Python API summary¶
from lsst.cp.pipe.linearity import MeasureLinearityTask
- 
classMeasureLinearityTask(**kwargs)
- Stand alone Gen2 linearity measurement - ...
- attributeconfig
- Access configuration fields and retargetable subtasks. 
- 
methodrunDataRef(dataRef)
- Run new linearity code for gen2 - ...
See also
See the MeasureLinearityTask API reference for complete details.
Retargetable subtasks¶
solver¶
- Default
- lsst.cp.pipe.linearity.LinearitySolveTask
- Field type
Task to convert PTC data to linearity solutions.
Configuration fields¶
No configuration fields.