lsst.meas.base g1c40643cd4+3bb77f2887
|
Public Member Functions | |
__init__ (self, config, name, mapper) | |
__call__ (self, inputCatalog, outputCatalog, wcs, photoCalib) | |
Copy fields from input to output without transformation. 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.
Definition at line 112 of file transforms.py.
lsst.meas.base.transforms.PassThroughTransform.__init__ | ( | self, | |
config, | |||
name, | |||
mapper ) |
Reimplemented from lsst.meas.base.transforms.MeasurementTransform.
Definition at line 128 of file transforms.py.
lsst.meas.base.transforms.PassThroughTransform.__call__ | ( | self, | |
inputCatalog, | |||
outputCatalog, | |||
wcs, | |||
photoCalib ) |
Reimplemented from lsst.meas.base.transforms.MeasurementTransform.
Definition at line 133 of file transforms.py.