|
| | __init__ (self, schema=None, **kwds) |
| |
| | run (self, catalog, apCorrMap) |
| |
Apply aperture corrections.
Parameters
----------
schema : `lsst.afw.table.Schema`
Definition at line 176 of file applyApCorr.py.
◆ __init__()
| lsst.meas.base.applyApCorr.ApplyApCorrTask.__init__ |
( |
| self, |
|
|
| schema = None, |
|
|
** | kwds ) |
◆ _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.
◆ _DefaultName
| str lsst.meas.base.applyApCorr.ApplyApCorrTask._DefaultName = "applyApCorr" |
|
staticprotected |
◆ apCorrInfoDict
| lsst.meas.base.applyApCorr.ApplyApCorrTask.apCorrInfoDict = dict() |
◆ ConfigClass
The documentation for this class was generated from the following file: