lsst.cp.pipe  20.0.0-23-g10eeb28+5dc24f9b71
Public Member Functions | Static Public Attributes | List of all members
lsst.cp.pipe.cpFlatNormTask.CpFlatMeasureTask Class Reference
Inheritance diagram for lsst.cp.pipe.cpFlatNormTask.CpFlatMeasureTask:

Public Member Functions

def run (self, inputExp)
 

Static Public Attributes

 ConfigClass = CpFlatMeasureTaskConfig
 

Detailed Description

Apply extra masking and measure image statistics.

Definition at line 77 of file cpFlatNormTask.py.

Member Function Documentation

◆ run()

def lsst.cp.pipe.cpFlatNormTask.CpFlatMeasureTask.run (   self,
  inputExp 
)
Mask ISR processed FLAT exposures to ensure consistent statistics.

Parameters
----------
inputExp : `lsst.afw.image.Exposure`
    Post-ISR processed exposure to measure.

Returns
-------
outputStats : `lsst.daf.base.PropertyList`
    List containing the statistics.

Definition at line 84 of file cpFlatNormTask.py.

Member Data Documentation

◆ ConfigClass

lsst.cp.pipe.cpFlatNormTask.CpFlatMeasureTask.ConfigClass = CpFlatMeasureTaskConfig
static

Definition at line 81 of file cpFlatNormTask.py.


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