Orientation¶
- 
class lsst.afw.cameraGeom.Orientation¶
- Bases: - pybind11_builtins.pybind11_object- Methods Summary - getFpPosition(self)- getFpPosition3(self)- getHeight(self)- getNQuarter(self)- getPitch(self)- getReferencePoint(self)- getRoll(self)- getYaw(self)- makeFpPixelTransform(self, pixelSizeMm)- makePixelFpTransform(self, pixelSizeMm)- Methods Documentation - 
getFpPosition(self: lsst.afw.cameraGeom.Orientation) → lsst.geom.Point2D¶
 - 
getFpPosition3(self: lsst.afw.cameraGeom.Orientation) → lsst.geom.Point3D¶
 - 
getHeight(self: lsst.afw.cameraGeom.Orientation) → float¶
 - 
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.TransformPoint2ToPoint2¶
 - 
makePixelFpTransform(self: lsst.afw.cameraGeom.Orientation, pixelSizeMm: lsst.geom.Extent2D) → lsst.afw.geom.TransformPoint2ToPoint2¶
 
-