Calculate and apply amp offset corrections to an exposure.
Definition at line 79 of file ampOffset.py.
◆ __init__()
def lsst.ip.isr.ampOffset.AmpOffsetTask.__init__ |
( |
|
self, |
|
|
* |
args, |
|
|
** |
kwargs |
|
) |
| |
◆ run()
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 93 of file ampOffset.py.
◆ ConfigClass
The documentation for this class was generated from the following file: