#include <LALBarycenter.h>
Collaboration diagram for EphemerisData:

Data Fields | |
| EphemerisFilenames | ephiles |
| Names of the two files containing positions of Earth and Sun, respectively at evenly spaced times. | |
| INT2 | leap |
| The number of leap seconds that have been inserted into UTC between Jan 6, 1980 (= start of GPS calendar) and the current time tgps. | |
| INT4 | nentriesE |
| The number of entries in Earth ephemeris table. | |
| INT4 | nentriesS |
| The number of entries in Sun ephemeris table. | |
| REAL8 | dtEtable |
| The spacing in sec between consecutive intants in Earth ephemeris table. | |
| REAL8 | dtStable |
| The spacing in sec between consecutive intants in Sun ephemeris table. | |
| PosVelAcc * | ephemE |
| Array containing pos,vel,acc of earth, as extracted from earth ephem file. | |
| PosVelAcc * | ephemS |
| Array with pos, vel and acc for the sun (see ephemE). | |
Definition at line 269 of file LALBarycenter.h.
Names of the two files containing positions of Earth and Sun, respectively at evenly spaced times.
Definition at line 271 of file LALBarycenter.h.
The number of leap seconds that have been inserted into UTC between Jan 6, 1980 (= start of GPS calendar) and the current time tgps.
But its perfectly OK to approximate this by number of leap sec inserted between Jan 6, 1980 and Jan 2 of year covered by this ephemeris file; eg leap = 13 for year 2000.
Definition at line 273 of file LALBarycenter.h.
The spacing in sec between consecutive intants in Earth ephemeris table.
Definition at line 280 of file LALBarycenter.h.
The spacing in sec between consecutive intants in Sun ephemeris table.
Definition at line 281 of file LALBarycenter.h.
Array containing pos,vel,acc of earth, as extracted from earth ephem file.
Units are sec, 1, 1/sec respectively
Definition at line 282 of file LALBarycenter.h.
Array with pos, vel and acc for the sun (see ephemE).
Definition at line 284 of file LALBarycenter.h.
1.5.2