#include <errno.h>#include <limits.h>#include <stdlib.h>#include <stdio.h>#include <lal/Date.h>#include <lal/LALStdio.h>#include <lal/XLALError.h>Include dependency graph for TestStrToGPS.c:

Go to the source code of this file.
Data Structures | |
| struct | TESTCASE |
Functions | |
| NRCSID (STRINGCONVERTTESTC,"$Id: TestStrToGPS.c,v 1.13 2008/04/29 22:23:46 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 | |
| int | lalDebugLevel = 0 |
| NRCSID | ( | STRINGCONVERTTESTC | , | |
| "$Id: TestStrToGPS. | c, | |||
| v 1.13 2008/04/29 22:23:46 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').
TEST NO. 1
TEST NO. 2
TEST NO. 3
TEST NO. 4
Definition at line 68 of file TestStrToGPS.c.
| int lalDebugLevel = 0 |
| lalDebugLevel | INT4 Control debugging behaviours. Defined in lalapps.h |
Definition at line 31 of file TestStrToGPS.c.
1.5.2