![]() |
SuperNOVAS v1.3
The NOVAS C library, made better
|
e_tilt()
internally. cio_location()
internally. This old ephemeris reader is prone to memory leaks, and lacks some useful functionality. Users are strongly encouraged to use the new novas_ephem_provider
instead, which can provide dynamically configured implementations at runtime.
(legacy function) Use set_ephem_provider()
instead to specify what function should be used to calculate ephemeris positions for Solar-system objects. This prototype is provided to extend support for legacy NOVAS C applications only. In NOVAS, the function had to be user defined, as a custom implementation.
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[1-3].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[1-3].c
module, or by providing a custom user implementation.