#include <math.h>#include <lal/LALStdlib.h>#include <lal/Date.h>#include <lal/XLALError.h>Include dependency graph for TestJulianDay.c:

Go to the source code of this file.
Defines | |
| #define | SUCCESS 0 |
| #define | FAIL_JULIAN_DAY 1 |
| #define | FAIL_MOD_JULIAN_DAY 2 |
| #define | FAIL_JULIAN_DATE 3 |
| #define | FAIL_MOD_JULIAN_DATE 4 |
Functions | |
| NRCSID (LALTESTJULIANDAYC,"$Id: TestJulianDay.c,v 1.13 2008/04/29 01:06:59 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 |
| const REAL8 | julian_precision = 1.e-6 |
| const REAL8 | coarse_precision = 0.001 |
| #define SUCCESS 0 |
Definition at line 29 of file TestJulianDay.c.
| #define FAIL_JULIAN_DAY 1 |
Definition at line 30 of file TestJulianDay.c.
| #define FAIL_MOD_JULIAN_DAY 2 |
Definition at line 31 of file TestJulianDay.c.
| #define FAIL_JULIAN_DATE 3 |
Definition at line 32 of file TestJulianDay.c.
| #define FAIL_MOD_JULIAN_DATE 4 |
Definition at line 33 of file TestJulianDay.c.
| NRCSID | ( | LALTESTJULIANDAYC | , | |
| "$Id: TestJulianDay. | c, | |||
| v 1.13 2008/04/29 01:06:59 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 131 of file TestJulianDay.c.
| INT4 lalDebugLevel = 0 |
| lalDebugLevel | INT4 Control debugging behaviours. Defined in lalapps.h |
Definition at line 25 of file TestJulianDay.c.
| const REAL8 julian_precision = 1.e-6 |
Definition at line 36 of file TestJulianDay.c.
| const REAL8 coarse_precision = 0.001 |
Definition at line 38 of file TestJulianDay.c.
1.5.2