Prototypes | |
| int | XLALGetEarthTimes (const LIGOTimeGPS *tepoch, REAL8 *tMidnight, REAL8 *tAutumn) |
This function takes a GPS time from tepoch and uses it to assign tAutumn and tMidnight, which are REAL8 representations of the time in seconds from tepoch to the next autumnal equinox or sidereal midnight, respectively. More... | |
Go to the source code of this file.
Macros | |
| #define | NEQUINOXES 29 |
Variables | |
| static const INT4 | equinoxes [NEQUINOXES] |
| Define a list of GPS times of autumnal equinoxes (1992 to 2020). More... | |
| #define NEQUINOXES 29 |
Definition at line 27 of file GetEarthTimes.c.
|
static |
Define a list of GPS times of autumnal equinoxes (1992 to 2020).
Definition at line 29 of file GetEarthTimes.c.