WeatherInfo¶
- class sofia_redux.scan.info.weather_info.WeatherInfo(configuration_path=None)[source]¶
Bases:
Info
An abstract class used to retrieve information on environmental conditions such as temperature, pressure, and wind.
Initialize an Info object.
The information object contains multiple
InfoBase
objects pertaining to specific types of information. It is one of the most high-level classes in the reduction, containing all the necessary configuration options and information from scans, and should therefore be used to direct the reduction process.- Parameters:
- configuration_pathstr, optional
An alternate directory path to the configuration tree to be used during the reduction. The default is <package>/data/configurations.
Methods Summary
Get the ambient humidity.
Get the ambient temperature in Kelvins.
Get the ambient pressure.
Return the wind direction.
Return the wind peak.
Return the wind speed.
Methods Documentation