MeasurePhotonTransferCurveTask¶
MeasurePhotonTransferCurveTask is a gen2 wrapper task that combines the lsst.cp.pipe.ptc.PhotonTransferCurveExtractTask and lsst.cp.pipe.ptc.PhotonTransferCurveSolveTask tasks together.
Python API summary¶
from lsst.cp.pipe.ptc.measurePtcGen2Task import MeasurePhotonTransferCurveTask
- 
classMeasurePhotonTransferCurveTask
- A class to calculate, fit, and plot a PTC from a set of flat pairs - ...
- 
attributeconfig
- Access configuration fields and retargetable subtasks. 
- 
methodrunDataRef
- Run the Photon Transfer Curve (PTC) measurement task - ...
See also
See the MeasurePhotonTransferCurveTask API reference for complete details.
Retargetable subtasks¶
extract¶
- Default
- lsst.cp.pipe.ptc.cpExtractPtcTask.PhotonTransferCurveExtractTask
- Field type
- ConfigurableField
Task to measure covariances from flats.
solve¶
- Default
- lsst.cp.pipe.ptc.cpSolvePtcTask.PhotonTransferCurveSolveTask
- Field type
- ConfigurableField
Task to fit models to the measured covariances.