SpherePointEndpoint

class lsst.afw.geom.SpherePointEndpoint

Bases: _BaseVectorEndpointSpherePoint

Attributes Summary

nAxes

Methods Summary

arrayFromData(self, arg0)

dataFromArray(self, arg0)

dataFromPoint(self, arg0)

getClassPrefix()

getNPoints(self, arg0)

makeFrame(self)

normalizeFrame(self, arg0)

pointFromData(self, arg0)

Attributes Documentation

nAxes

Methods Documentation

arrayFromData(self: lsst.afw.geom._BaseVectorEndpointSpherePoint, arg0: numpy.ndarray) List[lsst.geom.SpherePoint]
dataFromArray(self: lsst.afw.geom._BaseVectorEndpointSpherePoint, arg0: List[lsst.geom.SpherePoint]) numpy.ndarray
dataFromPoint(self: lsst.afw.geom._BaseVectorEndpointSpherePoint, arg0: lsst.geom.SpherePoint) List[float]
static getClassPrefix() str
getNPoints(self: lsst.afw.geom._BaseVectorEndpointSpherePoint, arg0: List[lsst.geom.SpherePoint]) int
makeFrame(self: lsst.afw.geom.SpherePointEndpoint) astshim.Frame
normalizeFrame(self: lsst.afw.geom.SpherePointEndpoint, arg0: astshim.Frame) None
pointFromData(self: lsst.afw.geom._BaseVectorEndpointSpherePoint, arg0: List[float]) lsst.geom.SpherePoint