#include <math.h>#include <lal/LALStdlib.h>#include <lal/LALCorrelation.h>#include <lal/AVFactories.h>Include dependency graph for LALCorrelationTest.c:

Go to the source code of this file.
Defines | |
| #define | LALCORRELATIONTESTC_ENOM 0 |
| #define | LALCORRELATIONTESTC_ECHK 1 |
| #define | LALCORRELATIONTESTC_EFLS 2 |
| #define | LALCORRELATIONTESTC_EIO 3 |
| #define | LALCORRELATIONTESTC_EUP 4 |
| #define | LALCORRELATIONTESTC_MSGENOM "Nominal exit" |
| #define | LALCORRELATIONTESTC_MSGECHK "Error checking failed to catch bad data" |
| #define | LALCORRELATIONTESTC_MSGEFLS "Incorrect answer for valid data" |
| #define | LALCORRELATIONTESTC_MSGEIO "Input/output error" |
| #define | LALCORRELATIONTESTC_MSGEUP "Unexpected parameter values" |
| #define | LALCORRELATIONTESTC_TOL 1.0e-6 |
Functions | |
| NRCSID (LALCORRELATIONTESTC,"$Id: LALCorrelationTest.c,v 1.3 2007/06/08 14:41:52 bema Exp $") | |
| int | main (void) |
Variables | |
| int | lalDebugLevel = LALMSGLVL3 |
| const CHAR | fileName [] = "data.txt" |
| #define LALCORRELATIONTESTC_ENOM 0 |
Definition at line 68 of file LALCorrelationTest.c.
| #define LALCORRELATIONTESTC_ECHK 1 |
Definition at line 69 of file LALCorrelationTest.c.
| #define LALCORRELATIONTESTC_EFLS 2 |
Definition at line 70 of file LALCorrelationTest.c.
| #define LALCORRELATIONTESTC_EIO 3 |
Definition at line 71 of file LALCorrelationTest.c.
| #define LALCORRELATIONTESTC_EUP 4 |
Definition at line 72 of file LALCorrelationTest.c.
| #define LALCORRELATIONTESTC_MSGENOM "Nominal exit" |
Definition at line 74 of file LALCorrelationTest.c.
| #define LALCORRELATIONTESTC_MSGECHK "Error checking failed to catch bad data" |
Definition at line 75 of file LALCorrelationTest.c.
| #define LALCORRELATIONTESTC_MSGEFLS "Incorrect answer for valid data" |
Definition at line 76 of file LALCorrelationTest.c.
| #define LALCORRELATIONTESTC_MSGEIO "Input/output error" |
Definition at line 77 of file LALCorrelationTest.c.
| #define LALCORRELATIONTESTC_MSGEUP "Unexpected parameter values" |
Definition at line 78 of file LALCorrelationTest.c.
| #define LALCORRELATIONTESTC_TOL 1.0e-6 |
Definition at line 83 of file LALCorrelationTest.c.
| NRCSID | ( | LALCORRELATIONTESTC | , | |
| "$Id: LALCorrelationTest. | c, | |||
| v 1.3 2007/06/08 14:41:52 bema Exp $" | ||||
| ) |
| int main | ( | void | ) |
VARIABLES AND DUMMY INPUT DATA FOR TESTING THE ALGORITHM
Definition at line 91 of file LALCorrelationTest.c.
| int lalDebugLevel = LALMSGLVL3 |
| lalDebugLevel | INT4 Control debugging behaviours. Defined in lalapps.h |
Definition at line 88 of file LALCorrelationTest.c.
Definition at line 89 of file LALCorrelationTest.c.
1.5.2