|
lsst.meas.base ga44f29b7aa+acb932b993
|
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" |
Apply aperture corrections. Parameters ---------- schema : `lsst.afw.table.Schema`
Definition at line 176 of file applyApCorr.py.
| lsst.meas.base.applyApCorr.ApplyApCorrTask.__init__ | ( | self, | |
| schema = None, | |||
| ** | kwds ) |
Definition at line 186 of file applyApCorr.py.
|
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.
| 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.
|
staticprotected |
Definition at line 184 of file applyApCorr.py.
| lsst.meas.base.applyApCorr.ApplyApCorrTask.apCorrInfoDict = dict() |
Definition at line 189 of file applyApCorr.py.
|
static |
Definition at line 183 of file applyApCorr.py.