This structure contains all information about the center-of-mass positions of the Earth and Sun, listed at regular time intervals.
Definition at line 127 of file LALBarycenter.h.
Data Fields | |
| CHAR * | filenameE |
| File containing Earth's position. More... | |
| CHAR * | filenameS |
| File containing Sun's position. More... | |
| INT4 | nentriesE |
| The number of entries in Earth ephemeris table. More... | |
| INT4 | nentriesS |
| The number of entries in Sun ephemeris table. More... | |
| REAL8 | dtEtable |
| The spacing in sec between consecutive instants in Earth ephemeris table. More... | |
| REAL8 | dtStable |
| The spacing in sec between consecutive instants in Sun ephemeris table. More... | |
| PosVelAcc * | ephemE |
| Array containing pos,vel,acc of earth, as extracted from earth ephem file. More... | |
| PosVelAcc * | ephemS |
| Array with pos, vel and acc for the sun (see ephemE) More... | |
| EphemerisType | etype |
| The ephemeris type e.g. More... | |
| CHAR* EphemerisData::filenameE |
| CHAR* EphemerisData::filenameS |
File containing Sun's position.
Definition at line 129 of file LALBarycenter.h.
| INT4 EphemerisData::nentriesE |
The number of entries in Earth ephemeris table.
Definition at line 135 of file LALBarycenter.h.
| INT4 EphemerisData::nentriesS |
The number of entries in Sun ephemeris table.
Definition at line 136 of file LALBarycenter.h.
| REAL8 EphemerisData::dtEtable |
The spacing in sec between consecutive instants in Earth ephemeris table.
Definition at line 138 of file LALBarycenter.h.
| REAL8 EphemerisData::dtStable |
The spacing in sec between consecutive instants in Sun ephemeris table.
Definition at line 139 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 141 of file LALBarycenter.h.
| PosVelAcc* EphemerisData::ephemS |
Array with pos, vel and acc for the sun (see ephemE)
Definition at line 143 of file LALBarycenter.h.
| EphemerisType EphemerisData::etype |