Task to combine calib images
Definition at line 84 of file constructCalibs.py.
def lsst.pipe.drivers.constructCalibs.CalibCombineTask.__init__ |
( |
|
self, |
|
|
|
args, |
|
|
|
kwargs |
|
) |
| |
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 148 of file constructCalibs.py.
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 158 of file constructCalibs.py.
def lsst.pipe.drivers.constructCalibs.CalibCombineTask.getDimensions |
( |
|
self, |
|
|
|
sensorRefList, |
|
|
|
inputName = "postISRCCD" |
|
) |
| |
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 92 of file constructCalibs.py.
The documentation for this class was generated from the following file: