lsst.meas.base
14.0
|
Transform a pixel centroid, excluding uncertainties, to celestial coordinates. More...
Public Member Functions | |
def | __init__ |
def | __call__ |
![]() | |
def | __init__ |
def | __call__ |
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.