RepairTask

Python API summary

from lsst.pipe.tasks.repair import RepairTask
classRepairTask(**kwargs)

Repair an exposures defects and cosmic rays via interpolation...

attributeconfig

Access configuration fields and retargetable subtasks.

methodrun(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

lsst.pipe.tasks.interpImage.InterpImageTask

Field type

ConfigurableField

Interpolate over bad image pixels

Configuration fields

cosmicray

Data type

lsst.meas.algorithms.findCosmicRaysConfig.FindCosmicRaysConfig

Field type

ConfigField

Options for finding and masking cosmic rays

doCosmicRay

Default
True
Field type

bool Field

Find and mask out cosmic rays?

doInterpolate

Default
True
Field type

bool Field

Interpolate over defects? (ignored unless you provide a list of defects)