#include <limits.h>#include <math.h>#include <stdio.h>#include <stdlib.h>#include <getopt.h>#include <lal/LALStdlib.h>#include <lal/LALConstants.h>#include <lal/BlackHoleMode.h>#include <lal/LALComplex.h>Include dependency graph for qnmode.c:

Go to the source code of this file.
Defines | |
| #define | LAL_USE_COMPLEX_SHORT_MACROS |
| #define | a_invalid -100.0 |
| #define | l_invalid (INT_MIN + 1) |
| #define | m_invalid (INT_MAX) |
| #define | s_invalid (INT_MAX) |
Functions | |
| int | usage (const char *program) |
| int | parseargs (int argc, char **argv) |
| 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 | |
| REAL8 | M = 0.0 |
| REAL8 | a = a_invalid |
| int | l = l_invalid |
| int | m = m_invalid |
| int | s = s_invalid |
| int | leaver = 0 |
| int usage | ( | const char * | program | ) |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
1.5.2