LALPulsar  6.1.0.1-fe68b98
GetEarthTimes.c File Reference

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...
 

Macro Definition Documentation

◆ NEQUINOXES

#define NEQUINOXES   29

Definition at line 27 of file GetEarthTimes.c.

Variable Documentation

◆ equinoxes

const INT4 equinoxes[NEQUINOXES]
static
Initial value:
= {
401222588, 432778929, 464336350, 495893590, 527450411, 559007772,
590564232, 622121473, 653678833, 685235053, 716792113, 748349233,
779905813, 811462993, 843019393, 874576273, 906133453, 937689493,
969246553, 1000803853, 1032360553, 1063917853, 1095474553,
1127031613, 1158589273, 1190145733, 1221702853, 1253260213,
1284816613
}

Define a list of GPS times of autumnal equinoxes (1992 to 2020).

Definition at line 29 of file GetEarthTimes.c.