lsst.pipe.drivers  13.0-17-g3ce57e5+13
 All Classes Namespaces Files Functions Variables Pages
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.drivers.constructCalibs.FringeTask Class Reference
Inheritance diagram for lsst.pipe.drivers.constructCalibs.FringeTask:
lsst.pipe.drivers.constructCalibs.CalibTask

Public Member Functions

def applyOverrides
 
def __init__
 
def processSingle
 
- Public Member Functions inherited from lsst.pipe.drivers.constructCalibs.CalibTask
def __init__
 
def batchWallTime
 
def run
 Construct a calib from a list of exposure references. More...
 
def getOutputId
 Generate the data identifier for the output calib. More...
 
def getMjd
 
def getFilter
 
def addMissingKeys
 
def updateMetadata
 Update the metadata from the VisitInfo. More...
 
def scatterProcess
 Scatter the processing among the nodes. More...
 
def process
 Process a CCD, specified by a data identifier. More...
 
def processSingle
 
def processWrite
 Write the processed CCD. More...
 
def processResult
 
def scale
 Determine scaling across CCDs and exposures. More...
 
def scatterCombine
 Scatter the combination of exposures across multiple nodes. More...
 
def combine
 Combine multiple exposures of a particular CCD and write the output. More...
 
def recordCalibInputs
 Record metadata including the inputs and creation details. More...
 
def interpolateNans
 
def write
 Write the final combined calib. More...
 

Static Public Attributes

 ConfigClass = FringeConfig
 
string calibName = "fringe"
 
- Static Public Attributes inherited from lsst.pipe.drivers.constructCalibs.CalibTask
 ConfigClass = CalibConfig
 
 RunnerClass = CalibTaskRunner
 
 filterName = None
 
 calibName = None
 
float exposureTime = 1.0
 

Detailed Description

Fringe construction task

The principal change from the base class is that the images are
background-subtracted and rescaled by the background.

XXX This is probably not right for a straight-up combination, as we
are currently doing, since the fringe amplitudes need not scale with
the continuum.

XXX Would like to have this do PCA and generate multiple images, but
that will take a bit of work with the persistence code.

Definition at line 958 of file constructCalibs.py.

Constructor & Destructor Documentation

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

Definition at line 980 of file constructCalibs.py.

Member Function Documentation

def lsst.pipe.drivers.constructCalibs.FringeTask.applyOverrides (   cls,
  config 
)
Overrides for fringe construction

Definition at line 976 of file constructCalibs.py.

def lsst.pipe.drivers.constructCalibs.FringeTask.processSingle (   self,
  sensorRef 
)
Subtract the background and normalise by the background level

Definition at line 986 of file constructCalibs.py.

Member Data Documentation

string lsst.pipe.drivers.constructCalibs.FringeTask.calibName = "fringe"
static

Definition at line 973 of file constructCalibs.py.

lsst.pipe.drivers.constructCalibs.FringeTask.ConfigClass = FringeConfig
static

Definition at line 971 of file constructCalibs.py.


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