Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALPulsar 7.1.1.1-ea7c608
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
VelocityPar Struct Reference

Detailed Description

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...
 
EphemerisDataedat
 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...
 

Field Documentation

◆ detector

LALDetector VelocityPar::detector

the detector

Definition at line 85 of file Velocity.h.

◆ edat

EphemerisData* VelocityPar::edat

ephemeris data pointer from XLALInitBarycenter()

Definition at line 86 of file Velocity.h.

◆ startTime

LIGOTimeGPS VelocityPar::startTime

start of time interval

Definition at line 87 of file Velocity.h.

◆ tBase

REAL8 VelocityPar::tBase

duration of interval

Definition at line 88 of file Velocity.h.

◆ vTol

REAL8 VelocityPar::vTol

fractional accuracy required for velocity (redundant for average velocity calculation)

Definition at line 89 of file Velocity.h.