RepairTask¶
Python API summary¶
from lsst.pipe.tasks.repair import RepairTask
-
class
RepairTask
(**kwargs) ! @anchor RepairTask_
...
- attributeconfig
Access configuration fields and retargetable subtasks.
-
method
run
(exposure, defects=None, keepCRs=None) !Repair an Exposure’s defects and cosmic rays
...
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)