lsst.pipe.drivers
22.0.0+5a0999140a
|
Public Member Functions | |
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... | |
Static Public Attributes | |
ConfigClass = CalibCombineConfig | |
Task to combine calib images
Definition at line 91 of file constructCalibs.py.
def lsst.pipe.drivers.constructCalibs.CalibCombineTask.__init__ | ( | self, | |
* | args, | ||
** | kwargs | ||
) |
Definition at line 95 of file constructCalibs.py.
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.
def lsst.pipe.drivers.constructCalibs.CalibCombineTask.combine | ( | self, | |
target, | |||
imageList, | |||
stats | |||
) |
Combine multiple images.
@param target Target image to receive the combined pixels @param imageList List of input images @param stats Statistics control
Definition at line 165 of file constructCalibs.py.
def lsst.pipe.drivers.constructCalibs.CalibCombineTask.getDimensions | ( | self, | |
sensorRefList, | |||
inputName = "postISRCCD" |
|||
) |
Get dimensions of the inputs
Definition at line 145 of file constructCalibs.py.
def lsst.pipe.drivers.constructCalibs.CalibCombineTask.run | ( | self, | |
sensorRefList, | |||
expScales = None , |
|||
finalScale = None , |
|||
inputName = "postISRCCD" |
|||
) |
Combine calib images for a single sensor.
@param sensorRefList List of data references to combine (for a single sensor) @param expScales List of scales to apply for each exposure @param finalScale Desired scale for final combined image @param inputName Data set name for inputs @return combined image
Definition at line 99 of file constructCalibs.py.
|
static |
Definition at line 93 of file constructCalibs.py.