LAL  7.5.0.1-bede9b2
TerrestrialCoordinates.c File Reference

Prototypes

void LALEquatorialToGeographic (LALStatus *stat, SkyPosition *output, SkyPosition *input, LIGOTimeGPS *gpsTime)
 
void LALGeographicToEquatorial (LALStatus *stat, SkyPosition *output, SkyPosition *input, LIGOTimeGPS *gpsTime)
 
void LALSystemToHorizon (LALStatus *stat, SkyPosition *output, SkyPosition *input, const SkyPosition *zenith)
 
void LALHorizonToSystem (LALStatus *stat, SkyPosition *output, SkyPosition *input, const SkyPosition *zenith)
 
void LALGeodeticToGeocentric (LALStatus *stat, EarthPosition *location)
 
void LALGeocentricToGeodetic (LALStatus *stat, EarthPosition *location)
 

Go to the source code of this file.

Macros

#define LAL_EARTHFLAT   (0.00335281)
 
#define LAL_HSERIES   (0.0001) /* value H below which we expand sqrt(1+H)-1 */
 
#define LAL_BSERIES   (0.001) /* value B below which we expand v */
 

Macro Definition Documentation

◆ LAL_EARTHFLAT

#define LAL_EARTHFLAT   (0.00335281)

Definition at line 29 of file TerrestrialCoordinates.c.

◆ LAL_HSERIES

#define LAL_HSERIES   (0.0001) /* value H below which we expand sqrt(1+H)-1 */

Definition at line 30 of file TerrestrialCoordinates.c.

◆ LAL_BSERIES

#define LAL_BSERIES   (0.001) /* value B below which we expand v */

Definition at line 31 of file TerrestrialCoordinates.c.