lsst.meas.base
13.0-26-g0f127ff+5
|
Copy all fields named after the measurement plugin from input to output, without transformation. More...
Public Member Functions | |
def | __init__ (self, config, name, mapper) |
def | __call__ (self, inputCatalog, outputCatalog, wcs, calib) |
![]() | |
def | __init__ (self, config, name, mapper) |
def | __call__ (self, inputCatalog, outputCatalog, wcs, calib) |
Additional Inherited Members | |
![]() | |
name | |
config | |
Copy all fields named after the measurement plugin from input to output, without transformation.
Definition at line 90 of file transforms.py.
def lsst.meas.base.transforms.PassThroughTransform.__init__ | ( | self, | |
config, | |||
name, | |||
mapper | |||
) |
Definition at line 95 of file transforms.py.
def lsst.meas.base.transforms.PassThroughTransform.__call__ | ( | self, | |
inputCatalog, | |||
outputCatalog, | |||
wcs, | |||
calib | |||
) |
Definition at line 100 of file transforms.py.