Sun position
Sun position algorithm
|
This structure contains relatively constant data, and is set up by one of the three functions sky_initTime(), sky_initTimeSimple() or sky_initTimeDetailed(). More...
Data Fields | |
double | deltaUT_d |
UT1 - UTC, scaled to days. | |
double | deltaT_d |
TT - UT1, scaled to days. | |
double | deltaTT_d |
TT - UTC, scaled to days. | |
This structure contains relatively constant data, and is set up by one of the three functions sky_initTime(), sky_initTimeSimple() or sky_initTimeDetailed().
The data which can vary is not expected to vary any more frequently than once per day or even less. Do not modify any of the fields in this structure directly; use the routines in this file to make all changes. In general, you won't need to access any of the individual fields here.