Definition at line 33 of file repair.py.
def lsst.pipe.tasks.repair.RepairConfig.setDefaults |
( |
|
self | ) |
|
tuple lsst.pipe.tasks.repair.RepairConfig.cosmicray |
|
static |
Initial value: 1 = pexConfig.ConfigField(
2 dtype=measAlg.FindCosmicRaysConfig,
3 doc=
"Options for finding and masking cosmic rays",
Definition at line 44 of file repair.py.
tuple lsst.pipe.tasks.repair.RepairConfig.doCosmicRay |
|
static |
Initial value:
3 doc=
"Find and mask out cosmic rays?",
Definition at line 39 of file repair.py.
tuple lsst.pipe.tasks.repair.RepairConfig.doInterpolate |
|
static |
Initial value:
3 doc=
"Interpolate over defects? (ignored unless you provide a list of defects)",
Definition at line 34 of file repair.py.
tuple lsst.pipe.tasks.repair.RepairConfig.interp |
|
static |
Initial value: 1 = pexConfig.ConfigurableField(
2 target=InterpImageTask,
3 doc=
"Interpolate over bad image pixels",
Definition at line 48 of file repair.py.
The documentation for this class was generated from the following file: