23 from lsst.pex.config
import Config, Field
28 doSpecificMasking = Field(
36 """Perform extra masking for detector issues such as ghosts and glints.
38 ConfigClass = MaskingConfig
39 _DefaultName =
"isrMasking"
41 def run(self, exposure):
42 """Mask a known bad region of an exposure.
46 exposure : `lsst.afw.image.Exposure`
47 Exposure to construct detector-specific masks for.
52 This task is currently not implemented, and should be
53 retargeted by a camera specific version.