|
| def | __init__ (self, args, kwargs) |
| |
| def | run (self, sensorRefList, expScales=None, finalScale=None, inputName="postISRCCD") |
| | Combine calib images for a single sensor. More...
|
| |
| def | getDimensions (self, sensorRefList, inputName="postISRCCD") |
| |
| def | applyScale (self, exposure, scale=None) |
| |
| def | combine (self, target, imageList, stats) |
| | Combine multiple images. More...
|
| |
Task to combine calib images
Definition at line 91 of file constructCalibs.py.
◆ __init__()
| def lsst.pipe.drivers.constructCalibs.CalibCombineTask.__init__ |
( |
|
self, |
|
|
|
args, |
|
|
|
kwargs |
|
) |
| |
◆ applyScale()
| def lsst.pipe.drivers.constructCalibs.CalibCombineTask.applyScale |
( |
|
self, |
|
|
|
exposure, |
|
|
|
scale = None |
|
) |
| |
Apply scale to input exposure
This implementation applies a flux scaling: the input exposure is
divided by the provided scale.
Definition at line 155 of file constructCalibs.py.
◆ combine()
| def lsst.pipe.drivers.constructCalibs.CalibCombineTask.combine |
( |
|
self, |
|
|
|
target, |
|
|
|
imageList, |
|
|
|
stats |
|
) |
| |
Combine multiple images.
- Parameters
-
| target | Target image to receive the combined pixels |
| imageList | List of input images |
| stats | Statistics control |
Definition at line 165 of file constructCalibs.py.
◆ getDimensions()
| def lsst.pipe.drivers.constructCalibs.CalibCombineTask.getDimensions |
( |
|
self, |
|
|
|
sensorRefList, |
|
|
|
inputName = "postISRCCD" |
|
) |
| |
◆ run()
| def lsst.pipe.drivers.constructCalibs.CalibCombineTask.run |
( |
|
self, |
|
|
|
sensorRefList, |
|
|
|
expScales = None, |
|
|
|
finalScale = None, |
|
|
|
inputName = "postISRCCD" |
|
) |
| |
Combine calib images for a single sensor.
- Parameters
-
| sensorRefList | List of data references to combine (for a single sensor) |
| expScales | List of scales to apply for each exposure |
| finalScale | Desired scale for final combined image |
| inputName | Data set name for inputs |
- Returns
- combined image
Definition at line 99 of file constructCalibs.py.
◆ ConfigClass
The documentation for this class was generated from the following file: