Orientation¶
- 
class lsst.afw.cameraGeom.Orientation¶
- Bases: - pybind11_builtins.pybind11_object- Methods 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.Orientation) -> lsst.geom.Point2D
- getFpPosition(self: lsst.afw.cameraGeom.orientation.Orientation) -> lsst.geom.Point2D
- getFpPosition(self: lsst.afw.cameraGeom.orientation.Orientation) -> lsst.geom.Point2D
- getFpPosition(self: lsst.afw.cameraGeom.orientation.Orientation) -> lsst.geom.Point2D
- getFpPosition(self: lsst.afw.cameraGeom.orientation.Orientation) -> lsst.geom.Point2D
 
 - 
getNQuarter(self: lsst.afw.cameraGeom.orientation.Orientation) → int¶
 - 
getPitch(self: lsst.afw.cameraGeom.orientation.Orientation) → lsst.geom.Angle¶
 - 
getReferencePoint(self: lsst.afw.cameraGeom.orientation.Orientation) → lsst.geom.Point2D¶
 - 
getRoll(self: lsst.afw.cameraGeom.orientation.Orientation) → lsst.geom.Angle¶
 - 
getYaw(self: lsst.afw.cameraGeom.orientation.Orientation) → lsst.geom.Angle¶
 - 
makeFpPixelTransform(self: lsst.afw.cameraGeom.orientation.Orientation, pixelSizeMm: lsst.geom.Extent2D) → lsst.afw.geom.transform.transform.TransformPoint2ToPoint2¶
 - 
makePixelFpTransform(self: lsst.afw.cameraGeom.orientation.Orientation, pixelSizeMm: lsst.geom.Extent2D) → lsst.afw.geom.transform.transform.TransformPoint2ToPoint2¶
 
-