Public Member Functions | |
def | __init__ |
def | applyOverrides |
def | processSingle |
def | getDarkTime |
![]() | |
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 = DarkConfig | |
string | calibName = "dark" |
string | filterName = "NONE" |
![]() | |
ConfigClass = CalibConfig | |
RunnerClass = CalibTaskRunner | |
filterName = None | |
calibName = None | |
float | exposureTime = 1.0 |
Dark construction The only major difference from the base class is a cosmic-ray identification stage, and dividing each image by the dark time to generate images of the dark rate.
Definition at line 786 of file constructCalibs.py.
def lsst.pipe.drivers.constructCalibs.DarkTask.__init__ | ( | self, | |
args, | |||
kwargs | |||
) |
Definition at line 798 of file constructCalibs.py.
def lsst.pipe.drivers.constructCalibs.DarkTask.applyOverrides | ( | cls, | |
config | |||
) |
Overrides to apply for dark construction
Definition at line 803 of file constructCalibs.py.
def lsst.pipe.drivers.constructCalibs.DarkTask.getDarkTime | ( | self, | |
exposure | |||
) |
Retrieve the dark time for an exposure
Definition at line 835 of file constructCalibs.py.
def lsst.pipe.drivers.constructCalibs.DarkTask.processSingle | ( | self, | |
sensorRef | |||
) |
Process a single CCD Besides the regular ISR, also masks cosmic-rays and divides each processed image by the dark time to generate images of the dark rate. The dark time is provided by the 'getDarkTime' method.
Definition at line 809 of file constructCalibs.py.
|
static |
Definition at line 795 of file constructCalibs.py.
|
static |
Definition at line 793 of file constructCalibs.py.
|
static |
Definition at line 796 of file constructCalibs.py.