EphemerisData Struct Reference

This structure contains all information about the center-of-mass positions of the Earth and Sun, listed at regular time intervals. More...

#include <LALBarycenter.h>

Collaboration diagram for EphemerisData:

Collaboration graph
[legend]

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.
PosVelAccephemE
 Array containing pos,vel,acc of earth, as extracted from earth ephem file.
PosVelAccephemS
 Array with pos, vel and acc for the sun (see ephemE).

Detailed Description

This structure contains all information about the center-of-mass positions of the Earth and Sun, listed at regular time intervals.

Definition at line 269 of file LALBarycenter.h.


Field Documentation

EphemerisFilenames EphemerisData::ephiles

Names of the two files containing positions of Earth and Sun, respectively at evenly spaced times.

Definition at line 271 of file LALBarycenter.h.

INT2 EphemerisData::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.

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.

INT4 EphemerisData::nentriesE

The number of entries in Earth ephemeris table.

Definition at line 278 of file LALBarycenter.h.

INT4 EphemerisData::nentriesS

The number of entries in Sun ephemeris table.

Definition at line 279 of file LALBarycenter.h.

REAL8 EphemerisData::dtEtable

The spacing in sec between consecutive intants in Earth ephemeris table.

Definition at line 280 of file LALBarycenter.h.

REAL8 EphemerisData::dtStable

The spacing in sec between consecutive intants in Sun ephemeris table.

Definition at line 281 of file LALBarycenter.h.

PosVelAcc* EphemerisData::ephemE

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.

PosVelAcc* EphemerisData::ephemS

Array with pos, vel and acc for the sun (see ephemE).

Definition at line 284 of file LALBarycenter.h.


The documentation for this struct was generated from the following file:
Generated on Sun Oct 12 02:33:43 2008 for LAL by  doxygen 1.5.2