lsst.pipe.drivers  13.0-17-g3ce57e5+32
 All Classes Namespaces Files Functions Variables Pages
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__
 
def run
 Combine calib images for a single sensor. More...
 
def getDimensions
 
def applyScale
 
def combine
 Combine multiple images. More...
 

Static Public Attributes

 ConfigClass = CalibCombineConfig
 

Detailed Description

Task to combine calib images

Definition at line 85 of file constructCalibs.py.

Constructor & Destructor Documentation

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

Definition at line 89 of file constructCalibs.py.

Member Function Documentation

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 146 of file constructCalibs.py.

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 156 of file constructCalibs.py.

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

Definition at line 135 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.

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 93 of file constructCalibs.py.

Member Data Documentation

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

Definition at line 87 of file constructCalibs.py.


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