Program to convert an input MJD, or GPS, time at the solar system barycentre to a GPS time at a detector. More...
Prototypes | |
int | main (int argc, char *argv[]) |
Program to convert an input MJD, or GPS, time at the solar system barycentre to a GPS time at a detector.
This code will take in an MJD time in TDB, or a GPS-style time in TDB at the solar system barycentre and convert it to a GPS time at a given detector for a given sky position. The input detectors can be any of the standard acronyms for gravitational wave detectors, but can also include several radio telescopes (these use position information from TEMPO2):
Definition in file ssbtodetector.c.
Go to the source code of this file.
Macros | |
#define | USAGE |
Enumerations | |
enum | Scopes { GBT = 0 , PKS , JBO , AO , EFF , NRT , HOB , HART , VLA , WSRT , NUMSCOPES } |
Variables | |
REAL8 | scopelocations [NUMSCOPES][3] |
#define USAGE |
Definition at line 81 of file ssbtodetector.c.
enum Scopes |
Enumerator | |
---|---|
GBT | |
PKS | |
JBO | |
AO | |
EFF | |
NRT | |
HOB | |
HART | |
VLA | |
WSRT | |
NUMSCOPES |
Definition at line 55 of file ssbtodetector.c.
Definition at line 108 of file ssbtodetector.c.
Definition at line 70 of file ssbtodetector.c.