SpherePoint

class lsst.afw.geom.SpherePoint

Bases: pybind11_builtins.pybind11_object_56

Methods Summary

atPole(...)
bearingTo(...)
getDec(...)
getLatitude(...)
getLongitude(...)
getPosition(...)
getRa(...)
getTangentPlaneOffset(...)
getVector(...)
isFinite(...)
offset(...)
rotated(...)
separation(...)

Methods Documentation

atPole(self: lsst.afw.geom.spherePoint.spherePoint.SpherePoint) → bool
bearingTo(self: lsst.afw.geom.spherePoint.spherePoint.SpherePoint, other: lsst.afw.geom.spherePoint.spherePoint.SpherePoint) → lsst.afw.geom.angle.angle.Angle
getDec(self: lsst.afw.geom.spherePoint.spherePoint.SpherePoint) → lsst.afw.geom.angle.angle.Angle
getLatitude(self: lsst.afw.geom.spherePoint.spherePoint.SpherePoint) → lsst.afw.geom.angle.angle.Angle
getLongitude(self: lsst.afw.geom.spherePoint.spherePoint.SpherePoint) → lsst.afw.geom.angle.angle.Angle
getPosition(self: lsst.afw.geom.spherePoint.spherePoint.SpherePoint, units: lsst.afw.geom.angle.angle.AngleUnit) → lsst.afw.geom.coordinates.coordinates.Point2D
getRa(self: lsst.afw.geom.spherePoint.spherePoint.SpherePoint) → lsst.afw.geom.angle.angle.Angle
getTangentPlaneOffset(self: lsst.afw.geom.spherePoint.spherePoint.SpherePoint, other: lsst.afw.geom.spherePoint.spherePoint.SpherePoint) → Tuple[lsst.afw.geom.angle.angle.Angle, lsst.afw.geom.angle.angle.Angle]
getVector(self: lsst.afw.geom.spherePoint.spherePoint.SpherePoint) → lsst.sphgeom.unitVector3d.UnitVector3d
isFinite(self: lsst.afw.geom.spherePoint.spherePoint.SpherePoint) → bool
offset(self: lsst.afw.geom.spherePoint.spherePoint.SpherePoint, bearing: lsst.afw.geom.angle.angle.Angle, amount: lsst.afw.geom.angle.angle.Angle) → lsst.afw.geom.spherePoint.spherePoint.SpherePoint
rotated(self: lsst.afw.geom.spherePoint.spherePoint.SpherePoint, axis: lsst.afw.geom.spherePoint.spherePoint.SpherePoint, amount: lsst.afw.geom.angle.angle.Angle) → lsst.afw.geom.spherePoint.spherePoint.SpherePoint
separation(self: lsst.afw.geom.spherePoint.spherePoint.SpherePoint, other: lsst.afw.geom.spherePoint.spherePoint.SpherePoint) → lsst.afw.geom.angle.angle.Angle