LAL  7.5.0.1-b72065a
TimeDelay.c File Reference

Prototypes

static double dotprod (const double vec1[3], const double vec2[3])
 
double XLALArrivalTimeDiff (const double detector1_earthfixed_xyz_metres[3], const double detector2_earthfixed_xyz_metres[3], const double source_right_ascension_radians, const double source_declination_radians, const LIGOTimeGPS *gpstime)
 UNDOCUMENTED. More...
 
double XLALTimeDelayFromEarthCenter (const double detector_earthfixed_xyz_metres[3], double source_right_ascension_radians, double source_declination_radians, const LIGOTimeGPS *gpstime)
 Compute difference in arrival time of the same signal at detector and at center of Earth-fixed frame. More...
 
INT8 XLALLightTravelTime (const LALDetector *aDet, const LALDetector *bDet)
 Compute the light travel time between two detectors and returns the answer in INT8 nanoseconds. More...
 

Go to the source code of this file.

Function Documentation

◆ dotprod()

static double dotprod ( const double  vec1[3],
const double  vec2[3] 
)
static

Definition at line 30 of file TimeDelay.c.