lsst.meas.base g4fadbfc174+6ac8e69508
|
Public Member Functions | |
__init__ (self, config, name, mapper) | |
__call__ (self, inputCatalog, outputCatalog, wcs, photoCalib) | |
Public Attributes | |
name | |
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 | |||
) |
Reimplemented in lsst.meas.base.transforms.PassThroughTransform, and lsst.meas.base.transforms.SimpleCentroidTransform.
Definition at line 76 of file transforms.py.
lsst.meas.base.transforms.MeasurementTransform.__call__ | ( | self, | |
inputCatalog, | |||
outputCatalog, | |||
wcs, | |||
photoCalib | |||
) |
Reimplemented in lsst.meas.base.transforms.NullTransform, lsst.meas.base.transforms.PassThroughTransform, and lsst.meas.base.transforms.SimpleCentroidTransform.
Definition at line 80 of file transforms.py.
|
staticprotected |
Definition at line 84 of file transforms.py.
lsst.meas.base.transforms.MeasurementTransform.config |
Definition at line 78 of file transforms.py.
lsst.meas.base.transforms.MeasurementTransform.name |
Definition at line 77 of file transforms.py.