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
-
class
MeasureLinearityTask(**kwargs) Stand alone Gen2 linearity measurement
...
- attributeconfig
Access configuration fields and retargetable subtasks.
-
method
runDataRef(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.