LALSimulation 6.2.0.1-eeff03c
XLALSimAddInjectionTest.c File Reference

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
 

Macro Definition Documentation

◆ DELTA_T

#define DELTA_T   (1.0 / 16384) /* seconds */

Definition at line 12 of file XLALSimAddInjectionTest.c.

◆ SIMLENGTH

#define SIMLENGTH   (16384 * 16) /* samples */

Definition at line 13 of file XLALSimAddInjectionTest.c.

◆ DSTLENGTH

#define DSTLENGTH   (16384 * 128) /* samples */

Definition at line 14 of file XLALSimAddInjectionTest.c.

◆ OFFSET

#define OFFSET   86.332874431 /* seconds */

Definition at line 15 of file XLALSimAddInjectionTest.c.

◆ REAL4THRESH

#define REAL4THRESH   .5e-6

Definition at line 16 of file XLALSimAddInjectionTest.c.

◆ REAL8THRESH

#define REAL8THRESH   1e-12

Definition at line 17 of file XLALSimAddInjectionTest.c.

Function Documentation

◆ TestXLALSimAddInjectionREAL4TimeSeries()

static int TestXLALSimAddInjectionREAL4TimeSeries ( void  )
static

Definition at line 20 of file XLALSimAddInjectionTest.c.

◆ TestXLALSimAddInjectionREAL8TimeSeries()

static int TestXLALSimAddInjectionREAL8TimeSeries ( void  )
static

Definition at line 63 of file XLALSimAddInjectionTest.c.

◆ main()

int main ( int  argc,
char argv[] 
)

Definition at line 101 of file XLALSimAddInjectionTest.c.