![]() |
SuperNOVAS v1.5
The NOVAS C library, made better
|
ira_equinox()
to return the negated value. e_tilt()
internally. cio_location()
internally. make_cat_object()
, make_redshifted_object()
, make_planet()
, make_ephem_object()
, or make_orbital_object()
. make_itrf_observer()
, make_gps_observer()
, make_observer_at_site()
, make_airborne_observer()
make_solar_system_observer(), or
make_observer_at_geocenter()`. This function will be available for the foreseeable future also. make_itrf_observer()
, make_gps_observer()
, or make_observer_at_site()
instead (all of which set default mean annual weather parameters for approximate refraction correction), and optionally set actual weather data afterwards, based on the measurements available. This function will be available for the foreseeable future also. make_itrf_site()
or make_gps_site()
instead (both of which set default mean annual weather parameters for approximate refraction correction), and optionally set actual weather data afterwards, based on the measurements available. This function will be available for the foreseeable future also. novas_ephem_provider
/ novas_set_ephem_provider()
instead, for dynamically configured implementations at runtime. This prototype is provided only to extend support for legacy NOVAS applications only, where an inplementation had to be linked always. set_planet_provider()
instead to specify what function should be used to calculate ephemeris positions for major planets. This function is provided to extend support for legacy NOVAS C applications only. In NOVAS, the function had to be user defined, either by linking against a solsys*.c
module, or by providing a custom user implementation. set_planet_provider_hp()
instead to specify what function should be used to calculate high-precision ephemeris positions for major planets. This function is provided to extend support for legacy NOVAS C applications only. In NOVAS, the function had to be user defined, either by linking against a solsys*.c
module, or by providing a custom user implementation.