lsst.pipe.drivers  21.0.0-4-g3af6bfd+6a1ffca332
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.

    @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.

◆ 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.

    @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.

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: