lsst.cp.pipe
20.0.0-27-g64178ef+90db5cc129
|
Public Member Functions | |
def | __init__ (self, **kwargs) |
def | runDataRef (self, dataRef) |
Static Public Attributes | |
ConfigClass = MeasureLinearityConfig | |
Stand alone Gen2 linearity measurement. This class wraps the Gen3 linearity task to allow it to be run as a Gen2 CmdLineTask.
Definition at line 411 of file linearity.py.
def lsst.cp.pipe.linearity.MeasureLinearityTask.__init__ | ( | self, | |
** | kwargs | ||
) |
Definition at line 420 of file linearity.py.
def lsst.cp.pipe.linearity.MeasureLinearityTask.runDataRef | ( | self, | |
dataRef | |||
) |
Run new linearity code for gen2. Parameters ---------- dataRef : `lsst.daf.persistence.ButlerDataRef` Input dataref for the photon transfer curve data. Returns ------- results : `lsst.pipe.base.Struct` The results struct containing: ``outputLinearizer`` : `lsst.ip.isr.Linearizer` Final linearizer calibration. ``outputProvenance`` : `lsst.ip.isr.IsrProvenance` Provenance data for the new calibration.
Definition at line 424 of file linearity.py.
|
static |
Definition at line 417 of file linearity.py.