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

Go to the source code of this file.
Functions | |
| NRCSID (LALTESTGPSTOFLOATC,"$Id: TestGPStoFloat.c,v 1.6 2008/04/29 22:02:47 kipp 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 |
| NRCSID | ( | LALTESTGPSTOFLOATC | , | |
| "$Id: TestGPStoFloat. | c, | |||
| v 1.6 2008/04/29 22:02:47 kipp 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 60 of file TestGPStoFloat.c.
| INT4 lalDebugLevel = 0 |
| lalDebugLevel | INT4 Control debugging behaviours. Defined in lalapps.h |
Definition at line 28 of file TestGPStoFloat.c.
1.5.2