Angle#

class lsst.geom.Angle#

Bases: pybind11_object

Methods Summary

asAngularUnits(self, arg0)

asArcminutes(self)

asArcseconds(self)

asDegrees(self)

asHours(self)

asMilliarcseconds(self)

asRadians(self)

separation(self, arg0)

wrap(self)

wrapCtr(self)

wrapNear(self, arg0)

Methods Documentation

asAngularUnits(self: lsst.geom.Angle, arg0: lsst.geom.AngleUnit) float#
asArcminutes(self: lsst.geom.Angle) float#
asArcseconds(self: lsst.geom.Angle) float#
asDegrees(self: lsst.geom.Angle) float#
asHours(self: lsst.geom.Angle) float#
asMilliarcseconds(self: lsst.geom.Angle) float#
asRadians(self: lsst.geom.Angle) float#
separation(self: lsst.geom.Angle, arg0: lsst.geom.Angle) lsst.geom.Angle#
wrap(self: lsst.geom.Angle) lsst.geom.Angle#
wrapCtr(self: lsst.geom.Angle) lsst.geom.Angle#
wrapNear(self: lsst.geom.Angle, arg0: lsst.geom.Angle) lsst.geom.Angle#