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 from the input photon transfer curve.
Python API summary¶
from lsst.cp.pipe.linearity import MeasureLinearityTask
- 
classMeasureLinearityTask
- Stand alone Gen2 linearity measurement - ...
- 
attributeconfig
- Access configuration fields and retargetable subtasks. 
- 
methodrunDataRef
- 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
- ConfigurableField
Task to convert PTC data to linearity solutions.
Configuration fields¶
No configuration fields.