MeasureLinearityTask¶
MeasureLinearityTask
is the gen2 wrapper task around the gen3 implementation task (listed below).
Processing summary¶
MeasureLinearityTask
runs these operations:
- Runs
LinearitySolveTask
to generate a linearity solution from the input photon transfer curve.
Python API summary¶
from lsst.cp.pipe.linearity import MeasureLinearityTask
-
class
(**kwargs)MeasureLinearityTask
Stand alone Gen2 linearity measurement
...
-
attribute
config
Access configuration fields and retargetable subtasks.
-
method
(dataRef)runDataRef
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.