lsst.ip.isr  16.0-24-g587d83f
Public Member Functions | Static Public Attributes | List of all members
lsst.ip.isr.straylight.StrayLightTask Class Reference
Inheritance diagram for lsst.ip.isr.straylight.StrayLightTask:

Public Member Functions

def run (self, exposure, kwargs)
 

Static Public Attributes

 ConfigClass = StrayLightConfig
 

Detailed Description

Remove stray light from instruments.

This is a dummy task to be retargeted with an camera-specific version.

Definition at line 35 of file straylight.py.

Member Function Documentation

◆ run()

def lsst.ip.isr.straylight.StrayLightTask.run (   self,
  exposure,
  kwargs 
)
Correct stray light.

Parameters
----------
exposure : `lsst.afw.image.Exposure`
   Exposure to correct.

Definition at line 42 of file straylight.py.

Member Data Documentation

◆ ConfigClass

lsst.ip.isr.straylight.StrayLightTask.ConfigClass = StrayLightConfig
static

Definition at line 40 of file straylight.py.


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