|
tuple | doRepair = Field(dtype=bool, default=True, doc="Repair artifacts?") |
|
tuple | psfFwhm = Field(dtype=float, default=3.0, doc="Repair PSF FWHM (pixels)") |
|
tuple | psfSize = Field(dtype=int, default=21, doc="Repair PSF size (pixels)") |
|
tuple | crGrow = Field(dtype=int, default=2, doc="Grow radius for CR (pixels)") |
|
tuple | repair |
|
tuple | clobber |
|
tuple | isr = ConfigurableField(target=IsrTask, doc="ISR configuration") |
|
tuple | dateObs |
|
tuple | dateCalib |
|
tuple | filter |
|
tuple | combination |
|
tuple | ccdKeys |
|
tuple | visitKeys |
|
tuple | calibKeys |
|
Configuration for dark construction
Definition at line 718 of file constructCalibs.py.
def lsst.pipe.drivers.constructCalibs.DarkConfig.setDefaults |
( |
|
self | ) |
|
tuple lsst.pipe.drivers.constructCalibs.DarkConfig.crGrow = Field(dtype=int, default=2, doc="Grow radius for CR (pixels)") |
|
static |
tuple lsst.pipe.drivers.constructCalibs.DarkConfig.doRepair = Field(dtype=bool, default=True, doc="Repair artifacts?") |
|
static |
tuple lsst.pipe.drivers.constructCalibs.DarkConfig.psfFwhm = Field(dtype=float, default=3.0, doc="Repair PSF FWHM (pixels)") |
|
static |
tuple lsst.pipe.drivers.constructCalibs.DarkConfig.psfSize = Field(dtype=int, default=21, doc="Repair PSF size (pixels)") |
|
static |
tuple lsst.pipe.drivers.constructCalibs.DarkConfig.repair |
|
static |
Initial value:
2 target=RepairTask, doc=
"Task to repair artifacts")
Definition at line 724 of file constructCalibs.py.
The documentation for this class was generated from the following file: