Prototypes | |
| int | XLALinitUserVars (UserVariables_t *uvar) |
| int | XLALcompareFstatFiles (const LALParsedDataFile *f1, const LALParsedDataFile *f2, REAL8 tol_param, VectorComparison tol) |
| comparison specific to pure Fstat-output files (5 entries ) More... | |
| int | XLALParseFstatLine (FstatLine_t *FstatLine, const CHAR *line) |
| REAL8 | relError (REAL8 x, REAL8 y) |
| int | main (int argc, char *argv[]) |
Go to the source code of this file.
Data Structures | |
| struct | FstatLine_t |
| struct | UserVariables_t |
| user input variables More... | |
Macros | |
| #define | TRUE (1==1) |
| #define | FALSE (1==0) |
| #define TRUE (1==1) |
Definition at line 36 of file compareFstats.c.
| #define FALSE (1==0) |
Definition at line 37 of file compareFstats.c.
| int XLALinitUserVars | ( | UserVariables_t * | uvar | ) |
Definition at line 113 of file compareFstats.c.
| int XLALcompareFstatFiles | ( | const LALParsedDataFile * | f1, |
| const LALParsedDataFile * | f2, | ||
| REAL8 | tol_param, | ||
| VectorComparison | tol | ||
| ) |
comparison specific to pure Fstat-output files (5 entries )
Definition at line 140 of file compareFstats.c.
| int XLALParseFstatLine | ( | FstatLine_t * | FstatLine, |
| const CHAR * | line | ||
| ) |
Definition at line 208 of file compareFstats.c.
Definition at line 249 of file compareFstats.c.
Definition at line 73 of file compareFstats.c.