SuperNOVAS v1.2
The NOVAS C library, made better
|
#include <novas.h>
Data Fields | |
novas_frame | frame |
The observer place and time for which the transform is valid. | |
enum novas_reference_system | from_system |
The original coordinate system. | |
novas_matrix | matrix |
Transformation matrix elements. | |
enum novas_reference_system | to_system |
The final coordinate system. | |
A transformation between two astronomical coordinate systems for the same observer location and time. This allows for more elegant, generic, and efficient coordinate transformations than the low-level NOVAS functions.
The transformation can be (should be) initialized via novas_make_trasform(), or via novas_invert_transform().