lsst.meas.base
14.0-12-g233aa8e+8
|
Base class for measurement transformations. More...
Public Member Functions | |
def | __init__ (self, config, name, mapper) |
def | __call__ (self, inputCatalog, outputCatalog, wcs, calib) |
Public Attributes | |
name | |
config | |
Base class for measurement transformations.
Create transformations by deriving from this class, implementing __call__()
and (optionally) augmenting __init__()
.
Definition at line 57 of file transforms.py.
def lsst.meas.base.transforms.MeasurementTransform.__init__ | ( | self, | |
config, | |||
name, | |||
mapper | |||
) |
Definition at line 65 of file transforms.py.
def lsst.meas.base.transforms.MeasurementTransform.__call__ | ( | self, | |
inputCatalog, | |||
outputCatalog, | |||
wcs, | |||
calib | |||
) |
Definition at line 69 of file transforms.py.
lsst.meas.base.transforms.MeasurementTransform.config |
Definition at line 67 of file transforms.py.
lsst.meas.base.transforms.MeasurementTransform.name |
Definition at line 66 of file transforms.py.