lsst.cp.pipe  21.0.0-9-g2fd488a+730f8481f8
Public Member Functions | Static Public Attributes | List of all members
lsst.cp.pipe.cpFringeTask.CpFringeTask Class Reference
Inheritance diagram for lsst.cp.pipe.cpFringeTask.CpFringeTask:

Public Member Functions

def __init__ (self, **kwargs)
 
def run (self, inputExp)
 

Static Public Attributes

 ConfigClass = CpFringeTaskConfig
 

Detailed Description

Combine pre-processed fringe frames into a proposed master calibration.

Definition at line 73 of file cpFringeTask.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.cp.pipe.cpFringeTask.CpFringeTask.__init__ (   self,
**  kwargs 
)

Definition at line 80 of file cpFringeTask.py.

Member Function Documentation

◆ run()

def lsst.cp.pipe.cpFringeTask.CpFringeTask.run (   self,
  inputExp 
)
Preprocess input exposures prior to FRINGE combination.

This task scales and renormalizes the input frame based on the
image background, and then masks all pixels above the
detection threshold.

Parameters
----------
inputExp : `lsst.afw.image.Exposure`
    Pre-processed fringe frame data to combine.

Returns
-------
outputExp : `lsst.afw.image.Exposure`
    Fringe pre-processed frame.

Definition at line 86 of file cpFringeTask.py.

Member Data Documentation

◆ ConfigClass

lsst.cp.pipe.cpFringeTask.CpFringeTask.ConfigClass = CpFringeTaskConfig
static

Definition at line 77 of file cpFringeTask.py.


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