|
lsst.meas.base
19.0.0-7-g886f805+1
|
Public Member Functions | |
| def | __init__ (self, plugin, cat, log) |
| def | __enter__ (self) |
| def | __exit__ (self, exc_type, exc_value, traceback) |
Public Attributes | |
| plugin | |
| cat | |
| log | |
Handle errors that are thrown by catalog calculation plugins.
This is a context manager.
Parameters
----------
plugin : `CatalogCalculationPlugin`
The plugin that is to be run.
cat : `lsst.afw.table.SourceCatalog` or `lsst.afw.table.SourceRecord`
May either be a `~lsst.afw.table.SourceCatalog` or a single
`~lsst.afw.table.SourceRecord`, depending on the plugin type.
log : `lsst.log.Log`
A logger. Generally, this should be the logger of the object in which
the context manager is being used.
Definition at line 119 of file catalogCalculation.py.
| def lsst.meas.base.catalogCalculation.CCContext.__init__ | ( | self, | |
| plugin, | |||
| cat, | |||
| log | |||
| ) |
Definition at line 135 of file catalogCalculation.py.
| def lsst.meas.base.catalogCalculation.CCContext.__enter__ | ( | self | ) |
Definition at line 140 of file catalogCalculation.py.
| def lsst.meas.base.catalogCalculation.CCContext.__exit__ | ( | self, | |
| exc_type, | |||
| exc_value, | |||
| traceback | |||
| ) |
Definition at line 143 of file catalogCalculation.py.
| lsst.meas.base.catalogCalculation.CCContext.cat |
Definition at line 137 of file catalogCalculation.py.
| lsst.meas.base.catalogCalculation.CCContext.log |
Definition at line 138 of file catalogCalculation.py.
| lsst.meas.base.catalogCalculation.CCContext.plugin |
Definition at line 136 of file catalogCalculation.py.
1.8.13