Prototypes | |
static int | TestXLALSimAddInjectionREAL4TimeSeries (void) |
static int | TestXLALSimAddInjectionREAL8TimeSeries (void) |
int | main (int argc, char *argv[]) |
Go to the source code of this file.
Macros | |
#define | DELTA_T (1.0 / 16384) /* seconds */ |
#define | SIMLENGTH (16384 * 16) /* samples */ |
#define | DSTLENGTH (16384 * 128) /* samples */ |
#define | OFFSET 86.332874431 /* seconds */ |
#define | REAL4THRESH .5e-6 |
#define | REAL8THRESH 1e-12 |
#define DELTA_T (1.0 / 16384) /* seconds */ |
Definition at line 12 of file XLALSimAddInjectionTest.c.
#define SIMLENGTH (16384 * 16) /* samples */ |
Definition at line 13 of file XLALSimAddInjectionTest.c.
#define DSTLENGTH (16384 * 128) /* samples */ |
Definition at line 14 of file XLALSimAddInjectionTest.c.
#define OFFSET 86.332874431 /* seconds */ |
Definition at line 15 of file XLALSimAddInjectionTest.c.
#define REAL4THRESH .5e-6 |
Definition at line 16 of file XLALSimAddInjectionTest.c.
#define REAL8THRESH 1e-12 |
Definition at line 17 of file XLALSimAddInjectionTest.c.
|
static |
Definition at line 20 of file XLALSimAddInjectionTest.c.
|
static |
Definition at line 63 of file XLALSimAddInjectionTest.c.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 101 of file XLALSimAddInjectionTest.c.