SuperNOVAS C++ API v1.6
High-precision C/C++ astrometry library
Loading...
Searching...
No Matches
novas_on_surface Struct Reference

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

Detailed Description

Data for an observer's location on the surface of the Earth, and optional local weather data for refraction calculations only.

See also
make_itrf_site(), make_gps_site(), make_xyz_site(), make_observer_at_site(), ON_SURFACE_INIT
make_observer_at_site(), make_airborne_observer()

Member Data Documentation

◆ height

double novas_on_surface::height

◆ humidity

◆ latitude

double novas_on_surface::latitude

◆ longitude

double novas_on_surface::longitude

◆ pressure

◆ temperature