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 | |
| CHAR * | timeEphemeris |
| 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... | |
| REAL8 * | timeCorrs |
| 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... | |
| CHAR* TimeCorrectionData::timeEphemeris |
File containing the time ephemeris.
Definition at line 155 of file LALBarycenter.h.
| UINT4 TimeCorrectionData::nentriesT |
The number of entries in Time ephemeris table.
Definition at line 157 of file LALBarycenter.h.
| REAL8 TimeCorrectionData::dtTtable |
The spacing in sec between consecutive instants in Time ephemeris table.
Definition at line 158 of file LALBarycenter.h.
| 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.
| REAL8 TimeCorrectionData::timeCorrStart |
The initial GPS time of the time delay table.
Definition at line 160 of file LALBarycenter.h.