|
lsst.meas.base
tickets.DM-23835-g914efbff1e
|
Public Member Functions | |
| def | __call__ (self, inputCatalog, outputCatalog, wcs, photoCalib) |
Public Attributes | |
| name | |
| config | |
Null transform which transfers no data from input to output.
This is intended as the default for measurements for which no other
transformation is specified.
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 89 of file transforms.py.
| def lsst.meas.base.transforms.NullTransform.__call__ | ( | self, | |
| inputCatalog, | |||
| outputCatalog, | |||
| wcs, | |||
| photoCalib | |||
| ) |
Reimplemented from lsst.meas.base.transforms.MeasurementTransform.
Definition at line 108 of file transforms.py.
|
inherited |
Definition at line 78 of file transforms.py.
|
inherited |
Definition at line 77 of file transforms.py.
1.8.16