|
| doRepair = Field(dtype=bool, default=True, doc="Repair artifacts?") |
|
| psfFwhm = Field(dtype=float, default=3.0, doc="Repair PSF FWHM (pixels)") |
|
| psfSize = Field(dtype=int, default=21, doc="Repair PSF size (pixels)") |
|
| crGrow = Field(dtype=int, default=2, doc="Grow radius for CR (pixels)") |
|
| repair |
|
Configuration for dark construction
Definition at line 939 of file constructCalibs.py.
◆ setDefaults()
def lsst.pipe.drivers.constructCalibs.DarkConfig.setDefaults |
( |
|
self | ) |
|
◆ crGrow
lsst.pipe.drivers.constructCalibs.DarkConfig.crGrow = Field(dtype=int, default=2, doc="Grow radius for CR (pixels)") |
|
static |
◆ doRepair
lsst.pipe.drivers.constructCalibs.DarkConfig.doRepair = Field(dtype=bool, default=True, doc="Repair artifacts?") |
|
static |
◆ psfFwhm
lsst.pipe.drivers.constructCalibs.DarkConfig.psfFwhm = Field(dtype=float, default=3.0, doc="Repair PSF FWHM (pixels)") |
|
static |
◆ psfSize
lsst.pipe.drivers.constructCalibs.DarkConfig.psfSize = Field(dtype=int, default=21, doc="Repair PSF size (pixels)") |
|
static |
◆ repair
lsst.pipe.drivers.constructCalibs.DarkConfig.repair |
|
static |
Initial value:= ConfigurableField(
target=RepairTask, doc="Task to repair artifacts")
Definition at line 945 of file constructCalibs.py.
The documentation for this class was generated from the following file: