lsst.meas.base  14.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Groups Pages
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
lsst.meas.base.applyApCorr.ApplyApCorrTask Class Reference

Apply aperture corrections. More...

Inheritance diagram for lsst.meas.base.applyApCorr.ApplyApCorrTask:

Public Member Functions

def __init__
 
def run
 

Public Attributes

 apCorrInfoDict
 

Static Public Attributes

 ConfigClass = ApplyApCorrConfig
 

Detailed Description

Apply aperture corrections.

Definition at line 146 of file applyApCorr.py.

Constructor & Destructor Documentation

def lsst.meas.base.applyApCorr.ApplyApCorrTask.__init__ (   self,
  schema,
  kwds 
)
Construct an instance of this task

Definition at line 152 of file applyApCorr.py.

Member Function Documentation

def lsst.meas.base.applyApCorr.ApplyApCorrTask.run (   self,
  catalog,
  apCorrMap 
)
Apply aperture corrections to a catalog of sources

@param[in,out] catalog  catalog of sources
@param[in] apCorrMap  aperture correction map (an lsst.afw.image.ApCorrMap)

If you show debug-level log messages then you will see statistics for the effects of
aperture correction.

Definition at line 179 of file applyApCorr.py.

Member Data Documentation

lsst.meas.base.applyApCorr.ApplyApCorrTask.apCorrInfoDict

Definition at line 157 of file applyApCorr.py.

lsst.meas.base.applyApCorr.ApplyApCorrTask.ConfigClass = ApplyApCorrConfig
static

Definition at line 149 of file applyApCorr.py.


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