GenericEndpoint

class lsst.afw.geom.GenericEndpoint

Bases: _BaseEndpointGeneric

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._BaseEndpointGeneric, arg0: numpy.ndarray) numpy.ndarray
dataFromArray(self: lsst.afw.geom._BaseEndpointGeneric, arg0: numpy.ndarray) numpy.ndarray
dataFromPoint(self: lsst.afw.geom._BaseEndpointGeneric, arg0: List[float]) List[float]
static getClassPrefix() str
getNPoints(self: lsst.afw.geom._BaseEndpointGeneric, arg0: numpy.ndarray) int
makeFrame(self: lsst.afw.geom._BaseEndpointGeneric) astshim.Frame
normalizeFrame(self: lsst.afw.geom._BaseEndpointGeneric, arg0: astshim.Frame) None
pointFromData(self: lsst.afw.geom._BaseEndpointGeneric, arg0: List[float]) List[float]