lsst.ip.isr g1885775544+6c2bae5111
|
Public Member Functions | |
def | __init__ (self, *args, **kwargs) |
def | run (self, exposure) |
Static Public Attributes | |
AmpOffsetConfig | ConfigClass = AmpOffsetConfig |
Static Protected Attributes | |
str | _DefaultName = "isrAmpOffset" |
Calculate and apply amp offset corrections to an exposure.
Definition at line 81 of file ampOffset.py.
def lsst.ip.isr.ampOffset.AmpOffsetTask.__init__ | ( | self, | |
* | args, | ||
** | kwargs | ||
) |
Definition at line 87 of file ampOffset.py.
def lsst.ip.isr.ampOffset.AmpOffsetTask.run | ( | self, | |
exposure | |||
) |
Calculate amp offset values, determine corrective pedestals for each amp, and update the input exposure in-place. This task is currently not implemented, and should be retargeted by a camera specific version. Parameters ---------- exposure : `lsst.afw.image.Exposure` Exposure to be corrected for any amp offsets.
Definition at line 95 of file ampOffset.py.
|
staticprotected |
Definition at line 85 of file ampOffset.py.
|
static |
Definition at line 84 of file ampOffset.py.