lsst.pipe.drivers gef6abdcebb+91c020a7b3
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 lsst::ctrl::pool::parallel::BatchPoolTask lsst::ctrl::pool::parallel::BatchCmdLineTask

Public Member Functions

def applyOverrides (cls, config)
 
def __init__ (self, *args, **kwargs)
 
def processSingle (self, sensorRef)
 

Static Public Attributes

 ConfigClass = FringeConfig
 
string calibName = "fringe"
 

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

Constructor & Destructor Documentation

◆ __init__()

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

Reimplemented from lsst.pipe.drivers.constructCalibs.CalibTask.

Definition at line 1145 of file constructCalibs.py.

Member Function Documentation

◆ applyOverrides()

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

Definition at line 1141 of file constructCalibs.py.

◆ processSingle()

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

Reimplemented from lsst.pipe.drivers.constructCalibs.CalibTask.

Definition at line 1151 of file constructCalibs.py.

Member Data Documentation

◆ calibName

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

Definition at line 1138 of file constructCalibs.py.

◆ ConfigClass

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

Definition at line 1136 of file constructCalibs.py.


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