Orientation¶
-
class
lsst.afw.cameraGeom.Orientation¶ Bases:
pybind11_builtins.pybind11_objectMethods Summary
getFpPosition(*args, **kwargs)Overloaded function. getNQuarter(self)getPitch(self)getReferencePoint(self)getRoll(self)getYaw(self)makeFpPixelTransform(self, pixelSizeMm)makePixelFpTransform(self, pixelSizeMm)Methods Documentation
-
getFpPosition(*args, **kwargs)¶ Overloaded function.
- getFpPosition(self: lsst.afw.cameraGeom.Orientation) -> lsst.geom.Point2D
- getFpPosition(self: lsst.afw.cameraGeom.Orientation) -> lsst.geom.Point2D
- getFpPosition(self: lsst.afw.cameraGeom.Orientation) -> lsst.geom.Point2D
- getFpPosition(self: lsst.afw.cameraGeom.Orientation) -> lsst.geom.Point2D
- getFpPosition(self: lsst.afw.cameraGeom.Orientation) -> lsst.geom.Point2D
-
getNQuarter(self: lsst.afw.cameraGeom.Orientation) → int¶
-
getPitch(self: lsst.afw.cameraGeom.Orientation) → lsst.geom.Angle¶
-
getReferencePoint(self: lsst.afw.cameraGeom.Orientation) → lsst.geom.Point2D¶
-
getRoll(self: lsst.afw.cameraGeom.Orientation) → lsst.geom.Angle¶
-
getYaw(self: lsst.afw.cameraGeom.Orientation) → lsst.geom.Angle¶
-
makeFpPixelTransform(self: lsst.afw.cameraGeom.Orientation, pixelSizeMm: lsst.geom.Extent2D) → lsst::afw::geom::Transform<lsst::afw::geom::Point2Endpoint, lsst::afw::geom::Point2Endpoint>¶
-
makePixelFpTransform(self: lsst.afw.cameraGeom.Orientation, pixelSizeMm: lsst.geom.Extent2D) → lsst::afw::geom::Transform<lsst::afw::geom::Point2Endpoint, lsst::afw::geom::Point2Endpoint>¶
-