|
| 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.
|
| #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 */ |
| |
◆ LAL_EARTHFLAT
| #define LAL_EARTHFLAT (0.00335281) |
◆ LAL_HSERIES
| #define LAL_HSERIES (0.0001) /* value H below which we expand sqrt(1+H)-1 */ |
◆ LAL_BSERIES
| #define LAL_BSERIES (0.001) /* value B below which we expand v */ |