lsst.ip.isr  20.0.0-4-ge987224+2
Public Member Functions | Static Public Attributes | List of all members
lsst.ip.isr.masking.MaskingTask Class Reference
Inheritance diagram for lsst.ip.isr.masking.MaskingTask:

Public Member Functions

def run (self, exposure)
 

Static Public Attributes

 ConfigClass = MaskingConfig
 

Detailed Description

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

Definition at line 35 of file masking.py.

Member Function Documentation

◆ run()

def 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 41 of file masking.py.

Member Data Documentation

◆ ConfigClass

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

Definition at line 38 of file masking.py.


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