Public Member Functions | |
def | applyOverrides |
def | __init__ |
def | processSingle |
![]() | |
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 | 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" |
![]() | |
ConfigClass = CalibConfig | |
RunnerClass = CalibTaskRunner | |
filterName = None | |
calibName = None | |
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 905 of file constructCalibs.py.
def lsst.pipe.drivers.constructCalibs.FringeTask.__init__ | ( | self, | |
args, | |||
kwargs | |||
) |
Definition at line 927 of file constructCalibs.py.
def lsst.pipe.drivers.constructCalibs.FringeTask.applyOverrides | ( | cls, | |
config | |||
) |
Overrides for fringe construction
Definition at line 923 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 933 of file constructCalibs.py.
|
static |
Definition at line 920 of file constructCalibs.py.
|
static |
Definition at line 918 of file constructCalibs.py.