GenericEndpoint

class lsst.afw.geom.GenericEndpoint

Bases: lsst.afw.geom.endpoint._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.endpoint._BaseEndpointGeneric, arg0: ndarray::Array<double, 2, 2>) → ndarray::Array<double, 2, 2>
dataFromArray(self: lsst.afw.geom.endpoint._BaseEndpointGeneric, arg0: ndarray::Array<double, 2, 2>) → ndarray::Array<double, 2, 2>
dataFromPoint(self: lsst.afw.geom.endpoint._BaseEndpointGeneric, arg0: List[float]) → List[float]
getClassPrefix() → str
getNPoints(self: lsst.afw.geom.endpoint._BaseEndpointGeneric, arg0: ndarray::Array<double, 2, 2>) → int
makeFrame(self: lsst.afw.geom.endpoint._BaseEndpointGeneric) → astshim.frame.Frame
normalizeFrame(self: lsst.afw.geom.endpoint._BaseEndpointGeneric, arg0: astshim.frame.Frame) → None
pointFromData(self: lsst.afw.geom.endpoint._BaseEndpointGeneric, arg0: List[float]) → List[float]