LALPulsar  6.1.0.1-89842e6
Velocity.h File Reference

Prototypes

void LALAvgDetectorVel (LALStatus *status, REAL8 v[3], VelocityPar *in)
 This function outputs the average velocity REAL8 v[3] of the detector during a time interval. More...
 
void LALAvgDetectorPos (LALStatus *status, REAL8 x[3], VelocityPar *in)
 Given a detector and a time interval, this function outputs the average position of the detector during the interval by using the trapeziodal rule for a given fractional accuracy. More...
 
void LALDetectorVel (LALStatus *status, REAL8 v[3], LIGOTimeGPS *time0, LALDetector detector, EphemerisData *edat)
 This function finds the velocity of a given detector at a given time. More...
 
void LALDetectorPos (LALStatus *status, REAL8 x[3], LIGOTimeGPS *time0, LALDetector detector, EphemerisData *edat)
 This finds velocity of a given detector at a given time. More...
 

Go to the source code of this file.

Data Structures

struct  VelocityPar
 This structure stores the parameters required by XLALBarycenter() to calculate Earth velocity at a given detector location. More...
 

Macros

Error Codes
#define VELOCITYH_ENULL   1
 
#define VELOCITYH_EVAL   2
 
#define VELOCITYH_MSGENULL   "Null Pointer"
 
#define VELOCITYH_MSGEVAL   "Invalid Value"