lsst.meas.base
14.0
|
Copy all fields named after the measurement plugin from input to output, without transformation. More...
Public Member Functions | |
def | __init__ |
def | __call__ |
![]() | |
def | __init__ |
def | __call__ |
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.