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

Go to the source code of this file.
Functions | |
| NRCSID (LALTESTGPSTOUTCC,"$Id: TestGPStoUTC.c,v 1.15 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 |
| NRCSID | ( | LALTESTGPSTOUTCC | , | |
| "$Id: TestGPStoUTC. | c, | |||
| v 1.15 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').
< global container for various derived configuration settings
Definition at line 33 of file TestGPStoUTC.c.
| INT4 lalDebugLevel = 0 |
| lalDebugLevel | INT4 Control debugging behaviours. Defined in lalapps.h |
Definition at line 29 of file TestGPStoUTC.c.
1.5.2