lsst.ip.isr g02d81e74bb+f5613e8b4f
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | Static Protected Attributes | List of all members
lsst.ip.isr.masking.MaskingTask Class Reference
Inheritance diagram for lsst.ip.isr.masking.MaskingTask:

Public Member Functions

 run (self, exposure)
 

Static Public Attributes

 ConfigClass = MaskingConfig
 

Static Protected Attributes

str _DefaultName = "isrMasking"
 

Detailed Description

Perform extra masking for detector issues such as ghosts and glints.

Definition at line 37 of file masking.py.

Member Function Documentation

◆ run()

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.

Member Data Documentation

◆ _DefaultName

str lsst.ip.isr.masking.MaskingTask._DefaultName = "isrMasking"
staticprotected

Definition at line 41 of file masking.py.

◆ ConfigClass

lsst.ip.isr.masking.MaskingTask.ConfigClass = MaskingConfig
static

Definition at line 40 of file masking.py.


The documentation for this class was generated from the following file: