LALPulsar  6.1.0.1-89842e6
TimeCorrectionData Struct Reference

Detailed Description

This structure will contain a vector of time corrections used during conversion from TT to TDB/TCB/Teph.

Definition at line 154 of file LALBarycenter.h.

Data Fields

CHARtimeEphemeris
 File containing the time ephemeris. More...
 
UINT4 nentriesT
 The number of entries in Time ephemeris table. More...
 
REAL8 dtTtable
 The spacing in sec between consecutive instants in Time ephemeris table. More...
 
REAL8timeCorrs
 Array of time delays for converting TT to TDB/TCB from the Time table (seconds). More...
 
REAL8 timeCorrStart
 The initial GPS time of the time delay table. More...
 

Field Documentation

◆ timeEphemeris

CHAR* TimeCorrectionData::timeEphemeris

File containing the time ephemeris.

Definition at line 155 of file LALBarycenter.h.

◆ nentriesT

UINT4 TimeCorrectionData::nentriesT

The number of entries in Time ephemeris table.

Definition at line 157 of file LALBarycenter.h.

◆ dtTtable

REAL8 TimeCorrectionData::dtTtable

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

Definition at line 158 of file LALBarycenter.h.

◆ timeCorrs

REAL8* TimeCorrectionData::timeCorrs

Array of time delays for converting TT to TDB/TCB from the Time table (seconds).

Definition at line 159 of file LALBarycenter.h.

◆ timeCorrStart

REAL8 TimeCorrectionData::timeCorrStart

The initial GPS time of the time delay table.

Definition at line 160 of file LALBarycenter.h.