LALPulsar  6.1.0.1-fe68b98
EphemerisVector Struct Reference

Detailed Description

Generic ephemeris-vector type, holding one timeseries of pos, vel, acceleration.

This is used for the generic ephemeris-reader XLAL-function, at the end the resulting ephemeris-data will be stored in the 'old type EphemerisData for backwards compatibility.

Definition at line 44 of file LALInitBarycenter.c.

Data Fields

UINT4 length
 number of ephemeris-data entries More...
 
REAL8 dt
 spacing in seconds between consecutive instants in ephemeris table. More...
 
PosVelAccdata
 array containing pos,vel,acc as extracted from ephem file. More...
 

Field Documentation

◆ length

UINT4 EphemerisVector::length

number of ephemeris-data entries

Definition at line 45 of file LALInitBarycenter.c.

◆ dt

REAL8 EphemerisVector::dt

spacing in seconds between consecutive instants in ephemeris table.

Definition at line 46 of file LALInitBarycenter.c.

◆ data

PosVelAcc* EphemerisVector::data

array containing pos,vel,acc as extracted from ephem file.

Units are sec, 1, 1/sec respectively

Definition at line 47 of file LALInitBarycenter.c.