lsst.meas.base
16.0-17-g7e0e4ff+13
|
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 55 of file transforms.py.
def lsst.meas.base.transforms.MeasurementTransform.__init__ | ( | self, | |
config, | |||
name, | |||
mapper | |||
) |
Definition at line 63 of file transforms.py.
def lsst.meas.base.transforms.MeasurementTransform.__call__ | ( | self, | |
inputCatalog, | |||
outputCatalog, | |||
wcs, | |||
calib | |||
) |
Definition at line 67 of file transforms.py.
lsst.meas.base.transforms.MeasurementTransform.config |
Definition at line 65 of file transforms.py.
lsst.meas.base.transforms.MeasurementTransform.name |
Definition at line 64 of file transforms.py.