Sun position
Sun position algorithm
Sky_DeltaTs Struct Reference

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.
 

Detailed Description

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.

Examples
demo1_sun.c, demo2_sun_tracking.c, demo3_moon.c, and demo4_multiple_sites.c.

Definition at line 166 of file sky.h.


The documentation for this struct was generated from the following file: