|
lsst.pipe.drivers gf8609944d8+09b21ed3d1
|
Public Member Functions | |
| def | applyOverrides (cls, config) |
| def | __init__ (self, *args, **kwargs) |
| def | processSingle (self, sensorRef) |
Static Public Attributes | |
| ConfigClass = FringeConfig | |
| string | calibName = "fringe" |
Fringe construction task The principal change from the base class is that the images are background-subtracted and rescaled by the background. XXX This is probably not right for a straight-up combination, as we are currently doing, since the fringe amplitudes need not scale with the continuum. XXX Would like to have this do PCA and generate multiple images, but that will take a bit of work with the persistence code.
Definition at line 1123 of file constructCalibs.py.
| def lsst.pipe.drivers.constructCalibs.FringeTask.__init__ | ( | self, | |
| * | args, | ||
| ** | kwargs | ||
| ) |
Constructor
Reimplemented from lsst.pipe.drivers.constructCalibs.CalibTask.
Definition at line 1145 of file constructCalibs.py.
| def lsst.pipe.drivers.constructCalibs.FringeTask.applyOverrides | ( | cls, | |
| config | |||
| ) |
Overrides for fringe construction
Definition at line 1141 of file constructCalibs.py.
| def lsst.pipe.drivers.constructCalibs.FringeTask.processSingle | ( | self, | |
| sensorRef | |||
| ) |
Subtract the background and normalise by the background level
Reimplemented from lsst.pipe.drivers.constructCalibs.CalibTask.
Definition at line 1151 of file constructCalibs.py.
|
static |
Definition at line 1138 of file constructCalibs.py.
|
static |
Definition at line 1136 of file constructCalibs.py.