RepairTask¶
Python API summary¶
from lsst.pipe.tasks.repair import RepairTask
-
class
RepairTask
(**kwargs) Repair an exposures defects and cosmic rays via interpolation
...
- attributeconfig
Access configuration fields and retargetable subtasks.
See also
See the RepairTask
API reference for complete details.
Retargetable subtasks¶
interp¶
- Default
- Field type
Interpolate over bad image pixels
Configuration fields¶
cosmicray¶
- Data type
lsst.meas.algorithms.findCosmicRaysConfig.FindCosmicRaysConfig
- Field type
Options for finding and masking cosmic rays
doCosmicRay¶
Find and mask out cosmic rays?
doInterpolate¶
Interpolate over defects? (ignored unless you provide a list of defects)