lsst.meas.base
14.0
|
The null transform transfers no data from input to output. More...
Public Member Functions | |
def | __call__ |
![]() | |
def | __init__ |
def | __call__ |
Additional Inherited Members | |
![]() | |
name | |
config | |
The null transform transfers no data from input to output.
This is intended as the default for measurements for which no other transformation is specified.
Definition at line 78 of file transforms.py.
def lsst.meas.base.transforms.NullTransform.__call__ | ( | self, | |
inputCatalog, | |||
outputCatalog, | |||
wcs, | |||
calib | |||
) |
Definition at line 86 of file transforms.py.