lsst.ip.isr g7aa544c432+58f4610262
Public Member Functions | Static Public Attributes | List of all members
lsst.ip.isr.ampOffset.AmpOffsetTask Class Reference
Inheritance diagram for lsst.ip.isr.ampOffset.AmpOffsetTask:

Public Member Functions

def __init__ (self, *args, **kwargs)
 
def run (self, exposure)
 

Static Public Attributes

 ConfigClass = AmpOffsetConfig
 

Detailed Description

Calculate and apply amp offset corrections to an exposure.

Definition at line 79 of file ampOffset.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.ip.isr.ampOffset.AmpOffsetTask.__init__ (   self,
args,
**  kwargs 
)

Definition at line 85 of file ampOffset.py.

Member Function Documentation

◆ 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.

Member Data Documentation

◆ ConfigClass

lsst.ip.isr.ampOffset.AmpOffsetTask.ConfigClass = AmpOffsetConfig
static

Definition at line 82 of file ampOffset.py.


The documentation for this class was generated from the following file: