GenericEndpoint¶
- class lsst.afw.geom.GenericEndpoint¶
- Bases: - _BaseEndpointGeneric- Attributes Summary - Methods Summary - arrayFromData(self, arg0)- dataFromArray(self, arg0)- dataFromPoint(self, arg0)- 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: collections.abc.Sequence[SupportsFloat]) list[float]¶
 - getNPoints(self: lsst.afw.geom._BaseEndpointGeneric, arg0: numpy.ndarray) int¶
 - makeFrame(self: lsst.afw.geom._BaseEndpointGeneric) astshim.Frame¶
 - pointFromData(self: lsst.afw.geom._BaseEndpointGeneric, arg0: collections.abc.Sequence[SupportsFloat]) list[float]¶