![]() |
SuperNOVAS C++ API v1.6
High-precision C/C++ astrometry library
|
Data for an observer's location on the surface of the Earth, and optional local weather data for refraction calculations only. More...
#include <novas.h>
Public Attributes | |
| double | height |
| [m] geodetic (ITRS / GRS80) altitude above sea level | |
| double | humidity |
| [%] Relative humidity. | |
| double | latitude |
| [deg] geodetic (ITRS / GRS80) latitude; north positive | |
| double | longitude |
| [deg] geodetic (ITRS / GRS80) longitude; east positive | |
| double | pressure |
| [mbar] atmospheric pressure for optical refraction | |
| double | temperature |
| [C] temperature (degrees Celsius); for optical refraction | |
Data for an observer's location on the surface of the Earth, and optional local weather data for refraction calculations only.
| double novas_on_surface::height |
[m] geodetic (ITRS / GRS80) altitude above sea level
Referenced by supernovas::Site::itrf_transformed(), make_itrf_site(), novas_geodetic_transform_site(), novas_itrf_transform_site(), novas_set_default_weather(), and supernovas::GeodeticObserver::site().
| double novas_on_surface::humidity |
[%] Relative humidity.
Referenced by supernovas::Weather::guess(), supernovas::Source::horizontal_track(), novas_geodetic_transform_site(), novas_itrf_transform_site(), novas_radio_refraction(), novas_set_default_weather(), and novas_wave_refraction().
| double novas_on_surface::latitude |
[deg] geodetic (ITRS / GRS80) latitude; north positive
Referenced by supernovas::Site::itrf_transformed(), make_itrf_site(), novas_geodetic_transform_site(), novas_itrf_transform_site(), novas_set_default_weather(), and supernovas::GeodeticObserver::site().
| double novas_on_surface::longitude |
[deg] geodetic (ITRS / GRS80) longitude; east positive
Referenced by supernovas::Site::itrf_transformed(), make_itrf_site(), novas_geodetic_transform_site(), novas_itrf_transform_site(), and supernovas::GeodeticObserver::site().
| double novas_on_surface::pressure |
[mbar] atmospheric pressure for optical refraction
Referenced by supernovas::Weather::guess(), supernovas::Source::horizontal_track(), novas_geodetic_transform_site(), novas_itrf_transform_site(), novas_radio_refraction(), novas_set_default_weather(), novas_wave_refraction(), and refract().
| double novas_on_surface::temperature |
[C] temperature (degrees Celsius); for optical refraction
Referenced by supernovas::Weather::guess(), supernovas::Source::horizontal_track(), novas_geodetic_transform_site(), novas_itrf_transform_site(), novas_radio_refraction(), novas_set_default_weather(), novas_wave_refraction(), and refract().