SpherePoint¶
- 
class lsst.geom.SpherePoint¶
- Bases: - pybind11_builtins.pybind11_object- Methods Summary - atPole(self)- bearingTo(self, other)- getDec(self)- getLatitude(self)- getLongitude(self)- getPosition(self, units)- getRa(self)- getTangentPlaneOffset(self, other)- getVector(self)- isFinite(self)- offset(self, bearing, amount)- rotated(self, axis, amount)- separation(self, other)- Methods Documentation - 
atPole(self: lsst.geom.SpherePoint) → bool¶
 - 
bearingTo(self: lsst.geom.SpherePoint, other: lsst.geom.SpherePoint) → lsst.geom.Angle¶
 - 
getDec(self: lsst.geom.SpherePoint) → lsst.geom.Angle¶
 - 
getLatitude(self: lsst.geom.SpherePoint) → lsst.geom.Angle¶
 - 
getLongitude(self: lsst.geom.SpherePoint) → lsst.geom.Angle¶
 - 
getPosition(self: lsst.geom.SpherePoint, units: lsst.geom.AngleUnit) → lsst.geom.Point2D¶
 - 
getRa(self: lsst.geom.SpherePoint) → lsst.geom.Angle¶
 - 
getTangentPlaneOffset(self: lsst.geom.SpherePoint, other: lsst.geom.SpherePoint) → Tuple[lsst.geom.Angle, lsst.geom.Angle]¶
 - 
getVector(self: lsst.geom.SpherePoint) → lsst.sphgeom._sphgeom.UnitVector3d¶
 - 
isFinite(self: lsst.geom.SpherePoint) → bool¶
 - 
offset(self: lsst.geom.SpherePoint, bearing: lsst.geom.Angle, amount: lsst.geom.Angle) → lsst.geom.SpherePoint¶
 - 
rotated(self: lsst.geom.SpherePoint, axis: lsst.geom.SpherePoint, amount: lsst.geom.Angle) → lsst.geom.SpherePoint¶
 - 
separation(self: lsst.geom.SpherePoint, other: lsst.geom.SpherePoint) → lsst.geom.Angle¶
 
-