lsst.ip.isr g2ab2c8e58b+c485740ab4
|
Public Member Functions | |
run (self, exposure) | |
Static Public Attributes | |
ConfigClass = MaskingConfig | |
Static Protected Attributes | |
str | _DefaultName = "isrMasking" |
Perform extra masking for detector issues such as ghosts and glints.
Definition at line 37 of file masking.py.
lsst.ip.isr.masking.MaskingTask.run | ( | self, | |
exposure ) |
Mask a known bad region of an exposure. Parameters ---------- exposure : `lsst.afw.image.Exposure` Exposure to construct detector-specific masks for. Returns ------- status : scalar This task is currently not implemented, and should be retargeted by a camera specific version.
Definition at line 43 of file masking.py.
|
staticprotected |
Definition at line 41 of file masking.py.
|
static |
Definition at line 40 of file masking.py.