Combine pre-processed fringe frames into a proposed master calibration.
Definition at line 73 of file cpFringeTask.py.
◆ __init__()
def lsst.cp.pipe.cpFringeTask.CpFringeTask.__init__ |
( |
|
self, |
|
|
** |
kwargs |
|
) |
| |
◆ run()
def lsst.cp.pipe.cpFringeTask.CpFringeTask.run |
( |
|
self, |
|
|
|
inputExp |
|
) |
| |
Preprocess input exposures prior to FRINGE combination.
This task scales and renormalizes the input frame based on the
image background, and then masks all pixels above the
detection threshold.
Parameters
----------
inputExp : `lsst.afw.image.Exposure`
Pre-processed fringe frame data to combine.
Returns
-------
outputExp : `lsst.afw.image.Exposure`
Fringe pre-processed frame.
Definition at line 86 of file cpFringeTask.py.
◆ ConfigClass
The documentation for this class was generated from the following file: