lsst.pipe.drivers  19.0.0-6-g68a5763+1
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.drivers.constructCalibs.CalibCombineTask Class Reference
Inheritance diagram for lsst.pipe.drivers.constructCalibs.CalibCombineTask:

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
 

Detailed Description

Task to combine calib images

Definition at line 91 of file constructCalibs.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.pipe.drivers.constructCalibs.CalibCombineTask.__init__ (   self,
args,
**  kwargs 
)

Definition at line 95 of file constructCalibs.py.

Member Function Documentation

◆ 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
targetTarget image to receive the combined pixels
imageListList of input images
statsStatistics control

Definition at line 165 of file constructCalibs.py.

◆ getDimensions()

def lsst.pipe.drivers.constructCalibs.CalibCombineTask.getDimensions (   self,
  sensorRefList,
  inputName = "postISRCCD" 
)
Get dimensions of the inputs

Definition at line 145 of file constructCalibs.py.

◆ run()

def lsst.pipe.drivers.constructCalibs.CalibCombineTask.run (   self,
  sensorRefList,
  expScales = None,
  finalScale = None,
  inputName = "postISRCCD" 
)

Combine calib images for a single sensor.

Parameters
sensorRefListList of data references to combine (for a single sensor)
expScalesList of scales to apply for each exposure
finalScaleDesired scale for final combined image
inputNameData set name for inputs
Returns
combined image

Definition at line 99 of file constructCalibs.py.

Member Data Documentation

◆ ConfigClass

lsst.pipe.drivers.constructCalibs.CalibCombineTask.ConfigClass = CalibCombineConfig
static

Definition at line 93 of file constructCalibs.py.


The documentation for this class was generated from the following file: