Weather¶
- 
class lsst.afw.coord.Weather¶
- Bases: - pybind11_builtins.pybind11_object- Methods Summary - getAirPressure(self)- getAirTemperature(self)- getHumidity(self)- Methods Documentation - 
getAirPressure(self: lsst.afw.coord.weather.Weather) → float¶
 - 
getAirTemperature(self: lsst.afw.coord.weather.Weather) → float¶
 - 
getHumidity(self: lsst.afw.coord.weather.Weather) → float¶
 
-