Public Member Functions | |
def | applyOverrides |
![]() | |
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 = BiasConfig | |
string | calibName = "bias" |
string | filterName = "NONE" |
![]() | |
ConfigClass = CalibConfig | |
RunnerClass = CalibTaskRunner | |
filterName = None | |
calibName = None | |
Bias construction
Definition at line 689 of file constructCalibs.py.
def lsst.pipe.drivers.constructCalibs.BiasTask.applyOverrides | ( | cls, | |
config | |||
) |
Overrides to apply for bias construction
Definition at line 697 of file constructCalibs.py.
|
static |
Definition at line 693 of file constructCalibs.py.
|
static |
Definition at line 691 of file constructCalibs.py.
|
static |
Definition at line 694 of file constructCalibs.py.