LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
Go to the documentation of this file.
24 #ifndef LSST_AFW_COORD_WEATHER_H_INCLUDED
25 #define LSST_AFW_COORD_WEATHER_H_INCLUDED
73 double _airTemperature;
81 void validate()
const;
99 #endif // !LSST_AFW_COORD_WEATHER_H_INCLUDED
~Weather() noexcept=default
table::Key< double > airPressure
table::Key< double > airTemperature
Basic weather information sufficient for a simple model for air mass or refraction.
size_t operator()(argument_type const &obj) const noexcept
table::Key< double > humidity
std::size_t hash_value() const noexcept
Return a hash of this object.
double getAirPressure() const noexcept
get outside air pressure (Pascal)
ItemVariant const * other
double getHumidity() const noexcept
get outside relative humidity (%)
Weather(double airTemperature, double airPressure, double humidity)
Construct a Weather.
A base class for image defects.
double getAirTemperature() const noexcept
get outside air temperature (C)
std::ostream & operator<<(std::ostream &os, Observatory const &obs)
Print an Observatory to the stream.