lsst.pipe.drivers g613e996a0d+a0bc316605
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.drivers.constructCalibs.CalibStatsTask Class Reference
Inheritance diagram for lsst.pipe.drivers.constructCalibs.CalibStatsTask:

Public Member Functions

def run (self, exposureOrImage)
 Measure a particular statistic on an image (of some sort). More...
 

Static Public Attributes

 ConfigClass = CalibStatsConfig
 

Detailed Description

Measure statistics on the background

This can be useful for scaling the background, e.g., for flats and fringe frames.

Definition at line 49 of file constructCalibs.py.

Member Function Documentation

◆ run()

def lsst.pipe.drivers.constructCalibs.CalibStatsTask.run (   self,
  exposureOrImage 
)

Measure a particular statistic on an image (of some sort).

    @param exposureOrImage    Exposure, MaskedImage or Image.
    @return Value of desired statistic

Definition at line 56 of file constructCalibs.py.

Member Data Documentation

◆ ConfigClass

lsst.pipe.drivers.constructCalibs.CalibStatsTask.ConfigClass = CalibStatsConfig
static

Definition at line 54 of file constructCalibs.py.


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