#include <LALBarycenter.h>
Data Fields | |
| CHAR * | earthEphemeris |
| File containing Earth's position. | |
| CHAR * | sunEphemeris |
| File containing Sun's position. | |
The tables are derived from the JPL ephemeris.
Files tabulate positions for one calendar year (actually, a little more than one year, to deal with overlaps). The first line of each table summarizes what is in it. Subsequent lines give the time (GPS) and the Earth's position
, velocity
, and acceleration
at that instant. All in units of seconds; e.g. positions have units of seconds, and accelerations have units 1/sec.
Definition at line 247 of file LALBarycenter.h.
1.5.2