#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/SeqFactories.h>#include <lal/LALConfig.h>#include <lal/LALDatatypes.h>#include <lal/LALInspiralBank.h>#include <lal/LALMalloc.h>#include <lal/LALMathematica.h>#include <lal/LALNoiseModels.h>#include <lal/LALStatusMacros.h>#include <lal/LALStdlib.h>Include dependency graph for InspiralSpinBankTest.c:

Go to the source code of this file.
Defines | |
| #define | INSPIRALSPINBANKTESTC_ENORM 0 |
| #define | INSPIRALSPINBANKTESTC_EMEM 1 |
| #define | INSPIRALSPINBANKTESTC_ESUB 2 |
| #define | INSPIRALSPINBANKTESTC_EFILE 4 |
| #define | INSPIRALSPINBANKTESTC_MSGENORM "Normal exit" |
| #define | INSPIRALSPINBANKTESTC_MSGEMEM "Memory allocation error" |
| #define | INSPIRALSPINBANKTESTC_MSGESUB "Subroutine error" |
| #define | INSPIRALSPINBANKTESTC_MSGEFILE "File I/O error" |
Functions | |
| NRCSID (LALINSPIRALSPINBANKTESTC,"$Id: InspiralSpinBankTest.c,v 1.22 2007/06/08 14:41:42 bema Exp $") | |
| 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 |
| #define INSPIRALSPINBANKTESTC_ENORM 0 |
Definition at line 109 of file InspiralSpinBankTest.c.
| #define INSPIRALSPINBANKTESTC_EMEM 1 |
Definition at line 110 of file InspiralSpinBankTest.c.
| #define INSPIRALSPINBANKTESTC_ESUB 2 |
Definition at line 111 of file InspiralSpinBankTest.c.
| #define INSPIRALSPINBANKTESTC_EFILE 4 |
Definition at line 112 of file InspiralSpinBankTest.c.
| #define INSPIRALSPINBANKTESTC_MSGENORM "Normal exit" |
Definition at line 114 of file InspiralSpinBankTest.c.
| #define INSPIRALSPINBANKTESTC_MSGEMEM "Memory allocation error" |
Definition at line 115 of file InspiralSpinBankTest.c.
| #define INSPIRALSPINBANKTESTC_MSGESUB "Subroutine error" |
Definition at line 116 of file InspiralSpinBankTest.c.
| #define INSPIRALSPINBANKTESTC_MSGEFILE "File I/O error" |
Definition at line 117 of file InspiralSpinBankTest.c.
| NRCSID | ( | LALINSPIRALSPINBANKTESTC | , | |
| "$Id: InspiralSpinBankTest. | c, | |||
| v 1.22 2007/06/08 14:41:42 bema Exp $" | ||||
| ) |
| 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.
Calculate the F-statistic over a given portion of the parameter-space and write a list of 'candidates' into a file(default: 'Fstats').
< global container for various derived configuration settings
Definition at line 122 of file InspiralSpinBankTest.c.
| char* optarg |
Definition at line 176 of file GeneralMeshTest.c.
1.5.2