Copy all fields named after the measurement plugin from input to output, without transformation.
More...
Copy all fields named after the measurement plugin from input to output, without transformation.
Definition at line 88 of file transforms.py.
◆ __init__()
def lsst.meas.base.transforms.PassThroughTransform.__init__ |
( |
|
self, |
|
|
|
config, |
|
|
|
name, |
|
|
|
mapper |
|
) |
| |
◆ __call__()
def lsst.meas.base.transforms.PassThroughTransform.__call__ |
( |
|
self, |
|
|
|
inputCatalog, |
|
|
|
outputCatalog, |
|
|
|
wcs, |
|
|
|
calib |
|
) |
| |
◆ config
lsst.meas.base.transforms.MeasurementTransform.config |
|
inherited |
◆ name
lsst.meas.base.transforms.MeasurementTransform.name |
|
inherited |
The documentation for this class was generated from the following file: