#include <stdio.h>#include <math.h>#include <stdlib.h>#include <lal/LALStdlib.h>#include <lal/Date.h>#include <lal/AVFactories.h>Include dependency graph for TestLMST.c:

Go to the source code of this file.
Defines | |
| #define | SUCCESS 0 |
| #define | TESTLMSTC_DATESTRING 1 |
Functions | |
| NRCSID (LALTESTLMSTC,"$Id: TestLMST.c,v 1.21 2007/06/08 14:41:43 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 | |
| INT4 | lalDebugLevel = 0 |
| #define SUCCESS 0 |
Definition at line 32 of file TestLMST.c.
| #define TESTLMSTC_DATESTRING 1 |
Definition at line 33 of file TestLMST.c.
| NRCSID | ( | LALTESTLMSTC | , | |
| "$Id: TestLMST. | c, | |||
| v 1.21 2007/06/08 14:41:43 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').
TEST NO. 1
TEST NO. 2
TEST NO. 3
TEST NO. 4
Definition at line 38 of file TestLMST.c.
| INT4 lalDebugLevel = 0 |
| lalDebugLevel | INT4 Control debugging behaviours. Defined in lalapps.h |
Definition at line 28 of file TestLMST.c.
1.5.2