Combine pre-processed dark frames into a proposed master calibration.
Definition at line 75 of file cpDarkTask.py.
◆ __init__()
def lsst.cp.pipe.cpDarkTask.CpDarkTask.__init__ |
( |
|
self, |
|
|
** |
kwargs |
|
) |
| |
◆ run()
def lsst.cp.pipe.cpDarkTask.CpDarkTask.run |
( |
|
self, |
|
|
|
inputExp |
|
) |
| |
Preprocess input exposures prior to DARK combination.
This task detects and repairs cosmic rays strikes.
Parameters
----------
inputExp : `lsst.afw.image.Exposure`
Pre-processed dark frame data to combine.
Returns
-------
outputExp : `lsst.afw.image.Exposure`
CR rejected, ISR processed Dark Frame."
Definition at line 87 of file cpDarkTask.py.
◆ ConfigClass
The documentation for this class was generated from the following file: