Tests the calculation of the averaged velocity of a given detector. More...
Tests the calculation of the averaged velocity of a given detector.
This program computes the averaged velocity of the GEO600 detector between the times 730000044 and 730003644 with a default accuracy of 0.01. The two ephemeris files (e.g., for data taken in 2003, sun03.dat
and earth03.dat
) are assumed to be in the directory lal/packages/pulsar/test/
.
The -d option sets the debug level to the specified value debuglevel
. The -a flag tells the program which accuracy to use.
Definition in file VelocityTest.c.
Go to the source code of this file.
Macros | |
Error Codes | |
#define | TESTVELOCITYC_ENORM 0 |
#define | TESTVELOCITYC_ESUB 1 |
#define | TESTVELOCITYC_EARG 2 |
#define | TESTVELOCITYC_EBAD 3 |
#define | TESTVELOCITYC_EFILE 4 |
#define | TESTVELOCITYC_MSGENORM "Normal exit" |
#define | TESTVELOCITYC_MSGESUB "Subroutine failed" |
#define | TESTVELOCITYC_MSGEARG "Error parsing arguments" |
#define | TESTVELOCITYC_MSGEBAD "Bad argument values" |
#define | TESTVELOCITYC_MSGEFILE "Could not create output file" |
#define TESTVELOCITYC_ENORM 0 |
Definition at line 81 of file VelocityTest.c.
#define TESTVELOCITYC_ESUB 1 |
Definition at line 82 of file VelocityTest.c.
#define TESTVELOCITYC_EARG 2 |
Definition at line 83 of file VelocityTest.c.
#define TESTVELOCITYC_EBAD 3 |
Definition at line 84 of file VelocityTest.c.
#define TESTVELOCITYC_EFILE 4 |
Definition at line 85 of file VelocityTest.c.
#define TESTVELOCITYC_MSGENORM "Normal exit" |
Definition at line 87 of file VelocityTest.c.
#define TESTVELOCITYC_MSGESUB "Subroutine failed" |
Definition at line 88 of file VelocityTest.c.
#define TESTVELOCITYC_MSGEARG "Error parsing arguments" |
Definition at line 89 of file VelocityTest.c.
#define TESTVELOCITYC_MSGEBAD "Bad argument values" |
Definition at line 90 of file VelocityTest.c.
Definition at line 91 of file VelocityTest.c.