|
lsst.meas.base g51c93253c0+8bb2015bcd
|
Public Member Functions | |
| __init__ (self, config, name, mapper) | |
| __call__ (self, inputCatalog, outputCatalog, wcs, photoCalib) | |
Public Attributes | |
| name = name | |
| config = config | |
Static Protected Member Functions | |
| _checkCatalogSize (cat1, cat2) | |
Base class for measurement transformations.
Parameters
----------
config : subclass of `BasePluginConfig`
The configuration of the measurement plugin whose outputs are being
transformed.
name : `str`
The name of the measurement plugin whose outputs are being
transformed.
mapper : `lsst.afw.table.SchemaMapper`
Mapping between the input (pre-transformation) and output
(transformed) catalogs.
Notes
-----
Create transformations by deriving from this class, implementing
`__call__()` and (optionally) augmenting `__init__()`.
Definition at line 55 of file transforms.py.
| lsst.meas.base.transforms.MeasurementTransform.__init__ | ( | self, | |
| config, | |||
| name, | |||
| mapper ) |
Definition at line 76 of file transforms.py.
| lsst.meas.base.transforms.MeasurementTransform.__call__ | ( | self, | |
| inputCatalog, | |||
| outputCatalog, | |||
| wcs, | |||
| photoCalib ) |
Definition at line 80 of file transforms.py.
|
staticprotected |
Definition at line 84 of file transforms.py.
| lsst.meas.base.transforms.MeasurementTransform.config = config |
Definition at line 78 of file transforms.py.
| lsst.meas.base.transforms.MeasurementTransform.name = name |
Definition at line 77 of file transforms.py.