SpherePointEndpoint

class lsst.afw.geom.SpherePointEndpoint

Bases: lsst.afw.geom.endpoint._BaseVectorEndpointSpherePoint

Attributes Summary

nAxes

Methods Summary

arrayFromData(...)
dataFromArray(...)
dataFromPoint(...)
getClassPrefix(() -> str)
getNPoints(...)
makeFrame(...)
normalizeFrame(...)
pointFromData(...)

Attributes Documentation

nAxes

Methods Documentation

arrayFromData(self: lsst.afw.geom.endpoint._BaseEndpointSpherePoint, arg0: ndarray::Array<double, 2, 2>) → List[lsst.geom.spherePoint.spherePoint.SpherePoint]
dataFromArray(self: lsst.afw.geom.endpoint._BaseEndpointSpherePoint, arg0: List[lsst.geom.spherePoint.spherePoint.SpherePoint]) → ndarray::Array<double, 2, 2>
dataFromPoint(self: lsst.afw.geom.endpoint._BaseEndpointSpherePoint, arg0: lsst.geom.spherePoint.spherePoint.SpherePoint) → List[float]
getClassPrefix() → str
getNPoints(self: lsst.afw.geom.endpoint._BaseVectorEndpointSpherePoint, arg0: List[lsst.geom.spherePoint.spherePoint.SpherePoint]) → int
makeFrame(self: lsst.afw.geom.endpoint.SpherePointEndpoint) → astshim.frame.Frame
normalizeFrame(self: lsst.afw.geom.endpoint.SpherePointEndpoint, arg0: astshim.frame.Frame) → None
pointFromData(self: lsst.afw.geom.endpoint._BaseEndpointSpherePoint, arg0: List[float]) → lsst.geom.spherePoint.spherePoint.SpherePoint