lsst.meas.base
13.0-26-g0f127ff+5
|
Transform a pixel centroid, excluding uncertainties, to celestial coordinates. 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) |
Public Attributes | |
coordKey | |
![]() | |
name | |
config | |
Transform a pixel centroid, excluding uncertainties, to celestial coordinates.
Definition at line 104 of file transforms.py.
def lsst.meas.base.transforms.SimpleCentroidTransform.__init__ | ( | self, | |
config, | |||
name, | |||
mapper | |||
) |
Definition at line 109 of file transforms.py.
def lsst.meas.base.transforms.SimpleCentroidTransform.__call__ | ( | self, | |
inputCatalog, | |||
outputCatalog, | |||
wcs, | |||
calib | |||
) |
Definition at line 113 of file transforms.py.
lsst.meas.base.transforms.SimpleCentroidTransform.coordKey |
Definition at line 111 of file transforms.py.