This structure stores the parameters required by XLALBarycenter() to calculate Earth velocity at a given detector location.
Definition at line 84 of file Velocity.h.
Data Fields | |
LALDetector | detector |
the detector More... | |
EphemerisData * | edat |
ephemeris data pointer from XLALInitBarycenter() More... | |
LIGOTimeGPS | startTime |
start of time interval More... | |
REAL8 | tBase |
duration of interval More... | |
REAL8 | vTol |
fractional accuracy required for velocity (redundant for average velocity calculation) More... | |
LALDetector VelocityPar::detector |
the detector
Definition at line 85 of file Velocity.h.
EphemerisData* VelocityPar::edat |
ephemeris data pointer from XLALInitBarycenter()
Definition at line 86 of file Velocity.h.
LIGOTimeGPS VelocityPar::startTime |
start of time interval
Definition at line 87 of file Velocity.h.
REAL8 VelocityPar::tBase |
duration of interval
Definition at line 88 of file Velocity.h.
REAL8 VelocityPar::vTol |
fractional accuracy required for velocity (redundant for average velocity calculation)
Definition at line 89 of file Velocity.h.