LALPulsar  6.1.0.1-b72065a
EphemerisData Struct Reference

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 127 of file LALBarycenter.h.

Data Fields

CHARfilenameE
 File containing Earth's position. More...
 
CHARfilenameS
 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...
 
PosVelAccephemE
 Array containing pos,vel,acc of earth, as extracted from earth ephem file. More...
 
PosVelAccephemS
 Array with pos, vel and acc for the sun (see ephemE) More...
 
EphemerisType etype
 The ephemeris type e.g. More...
 

Field Documentation

◆ filenameE

CHAR* EphemerisData::filenameE

File containing Earth's position.


Definition at line 128 of file LALBarycenter.h.

◆ filenameS

CHAR* EphemerisData::filenameS

File containing Sun's position.

Definition at line 129 of file LALBarycenter.h.

◆ nentriesE

INT4 EphemerisData::nentriesE

The number of entries in Earth ephemeris table.

Definition at line 135 of file LALBarycenter.h.

◆ nentriesS

INT4 EphemerisData::nentriesS

The number of entries in Sun ephemeris table.

Definition at line 136 of file LALBarycenter.h.

◆ dtEtable

REAL8 EphemerisData::dtEtable

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

Definition at line 138 of file LALBarycenter.h.

◆ dtStable

REAL8 EphemerisData::dtStable

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

Definition at line 139 of file LALBarycenter.h.

◆ ephemE

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.

◆ ephemS

PosVelAcc* EphemerisData::ephemS

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

Definition at line 143 of file LALBarycenter.h.

◆ etype

EphemerisType EphemerisData::etype

The ephemeris type e.g.

DE405

Definition at line 145 of file LALBarycenter.h.