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

Go to the source code of this file.
Data Structures | |
| struct | gps_leap_sec |
Typedefs | |
| typedef gps_leap_sec | gps_leap_sec_t |
Functions | |
| NRCSID (LALTESTLEAPSECSC,"$Id: TestLeapSecs.c,v 1.4 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 |
| typedef struct gps_leap_sec gps_leap_sec_t |
| NRCSID | ( | LALTESTLEAPSECSC | , | |
| "$Id: TestLeapSecs. | c, | |||
| v 1.4 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 37 of file TestLeapSecs.c.
| INT4 lalDebugLevel = 0 |
| lalDebugLevel | INT4 Control debugging behaviours. Defined in lalapps.h |
Definition at line 28 of file TestLeapSecs.c.
1.5.2