lsst.meas.base g76965917b2+a5ca99c4d9
Loading...
Searching...
No Matches
lsst.meas.base.applyApCorr.ApplyApCorrTask Class Reference
Inheritance diagram for lsst.meas.base.applyApCorr.ApplyApCorrTask:

Public Member Functions

 __init__ (self, schema=None, **kwds)
 
 run (self, catalog, apCorrMap)
 

Public Attributes

 apCorrInfoDict = dict()
 

Static Public Attributes

 ConfigClass = ApplyApCorrConfig
 

Protected Member Functions

 _prepAstropyTable (self, table)
 

Static Protected Attributes

str _DefaultName = "applyApCorr"
 

Detailed Description

Apply aperture corrections.

Parameters
----------
schema : `lsst.afw.table.Schema`

Definition at line 176 of file applyApCorr.py.

Constructor & Destructor Documentation

◆ __init__()

lsst.meas.base.applyApCorr.ApplyApCorrTask.__init__ ( self,
schema = None,
** kwds )

Definition at line 186 of file applyApCorr.py.

Member Function Documentation

◆ _prepAstropyTable()

lsst.meas.base.applyApCorr.ApplyApCorrTask._prepAstropyTable ( self,
table )
protected
Prepare an astropy table for use with this task.

Parameters
----------
table : `astropy.table.Table`
    Table to prepare.

Returns
-------
`astropy.table.Table`
    Prepared table.

Definition at line 311 of file applyApCorr.py.

◆ run()

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

Parameters
----------
catalog : `lsst.afw.table.SourceCatalog` or `astropy.table.Table`
    Catalog of sources. Will be updated in place.
apCorrMap : `lsst.afw.image.ApCorrMap`
    Aperture correction map

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

Definition at line 211 of file applyApCorr.py.

Member Data Documentation

◆ _DefaultName

str lsst.meas.base.applyApCorr.ApplyApCorrTask._DefaultName = "applyApCorr"
staticprotected

Definition at line 184 of file applyApCorr.py.

◆ apCorrInfoDict

lsst.meas.base.applyApCorr.ApplyApCorrTask.apCorrInfoDict = dict()

Definition at line 189 of file applyApCorr.py.

◆ ConfigClass

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

Definition at line 183 of file applyApCorr.py.


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