#include <math.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <sys/types.h>#include <sys/stat.h>#include <unistd.h>#include <lal/AVFactories.h>#include <lal/LALMalloc.h>#include <lal/LALStdlib.h>#include <lal/PtoleMetric.h>#include <lal/StackMetric.h>#include <lal/LALBarycenter.h>#include <lal/LALInitBarycenter.h>Include dependency graph for GeneralMetricTest.c:

Go to the source code of this file.
Defines | |
| #define | GENERALMETRICTESTC_EMEM 1 |
| #define | GENERALMETRICTESTC_ESUB 2 |
| #define | GENERALMETRICTESTC_ESYS 3 |
| #define | GENERALMETRICTESTC_EMET 4 |
| #define | GENERALMETRICTESTC_MSGEMEM "memory (de)allocation error" |
| #define | GENERALMETRICTESTC_MSGESUB "subroutine failed" |
| #define | GENERALMETRICTESTC_MSGESYS "system call failed" |
| #define | GENERALMETRICTESTC_MSGEMET "determinant of projected metric negative" |
| #define | DEFAULT_DURATION 39600 |
| #define | SPOKES 30 |
| #define | MAGNIFY 1.0 |
Functions | |
| NRCSID (GENERALMETRICTESTC,"$Id") | |
| int | main (int argc, char *argv[]) |
| MAIN function of SideBandMCMC code Compute the posterior pdfs of the orbital and nuisance parameters of a binary signal in Fstat form. | |
Variables | |
| char * | optarg |
| int | lalDebugLevel = 0 |
| #define GENERALMETRICTESTC_EMEM 1 |
Definition at line 119 of file GeneralMetricTest.c.
| #define GENERALMETRICTESTC_ESUB 2 |
Definition at line 120 of file GeneralMetricTest.c.
| #define GENERALMETRICTESTC_ESYS 3 |
Definition at line 121 of file GeneralMetricTest.c.
| #define GENERALMETRICTESTC_EMET 4 |
Definition at line 122 of file GeneralMetricTest.c.
| #define GENERALMETRICTESTC_MSGEMEM "memory (de)allocation error" |
Definition at line 124 of file GeneralMetricTest.c.
| #define GENERALMETRICTESTC_MSGESUB "subroutine failed" |
Definition at line 125 of file GeneralMetricTest.c.
| #define GENERALMETRICTESTC_MSGESYS "system call failed" |
Definition at line 126 of file GeneralMetricTest.c.
| #define GENERALMETRICTESTC_MSGEMET "determinant of projected metric negative" |
Definition at line 127 of file GeneralMetricTest.c.
| #define DEFAULT_DURATION 39600 |
Definition at line 173 of file GeneralMetricTest.c.
| #define SPOKES 30 |
Definition at line 174 of file GeneralMetricTest.c.
| #define MAGNIFY 1.0 |
Definition at line 175 of file GeneralMetricTest.c.
| NRCSID | ( | GENERALMETRICTESTC | , | |
| "$Id" | ||||
| ) |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
MAIN function of SideBandMCMC code Compute the posterior pdfs of the orbital and nuisance parameters of a binary signal in Fstat form.
..
TEST NO. 1
TEST NO. 2
TEST NO. 3
TEST NO. 4
Definition at line 179 of file GeneralMetricTest.c.
| char* optarg |
Definition at line 176 of file GeneralMeshTest.c.
| int lalDebugLevel = 0 |
| lalDebugLevel | INT4 Control debugging behaviours. Defined in lalapps.h |
Definition at line 177 of file GeneralMetricTest.c.
1.5.2