Observatory

class lsst.afw.coord.Observatory

Bases: pybind11_object

Methods Summary

getElevation(self)

getLatitude(self)

getLongitude(self)

setElevation(self, elevation)

setLatitude(self, latitude)

setLongitude(self, longitude)

Methods Documentation

getElevation(self: lsst.afw.coord.Observatory) float
getLatitude(self: lsst.afw.coord.Observatory) lsst.geom.Angle
getLongitude(self: lsst.afw.coord.Observatory) lsst.geom.Angle
setElevation(self: lsst.afw.coord.Observatory, elevation: float) None
setLatitude(self: lsst.afw.coord.Observatory, latitude: lsst.geom.Angle) None
setLongitude(self: lsst.afw.coord.Observatory, longitude: lsst.geom.Angle) None