ThresholdsTest.c File Reference

#include <math.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <lal/LALStdlib.h>
#include <lal/Thresholds.h>

Include dependency graph for ThresholdsTest.c:

Go to the source code of this file.

Defines

#define CHECKOUTPUT(msg, expr, value, acc)

Functions

 NRCSID (MAIN,"$Id: ThresholdsTest.c,v 1.18 2008/01/28 20:06:08 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

char * optarg
int optind
int opterr
int optopt
int verbose = 1


Define Documentation

#define CHECKOUTPUT ( msg,
expr,
value,
acc   ) 

Value:

{         REAL8 result = expr;         if(fabs(result - value) > acc) {                 fprintf(stderr, msg ": expected %.11g, got %.11g\n", value, result);                 exit(1);         }         if(XLALGetBaseErrno()) {                 fprintf(stderr, msg ": returned error\n");                 exit(1);         } };

Definition at line 138 of file ThresholdsTest.c.


Function Documentation

NRCSID ( MAIN  ,
"$Id: ThresholdsTest.  c,
v 1.18 2008/01/28 20:06:08 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 169 of file ThresholdsTest.c.


Variable Documentation

char* optarg

Definition at line 176 of file GeneralMeshTest.c.

int optind

Definition at line 149 of file packages/support/src/getopt.c.

int opterr

Definition at line 169 of file packages/support/src/getopt.c.

int optopt

Definition at line 175 of file packages/support/src/getopt.c.

int verbose = 1

Definition at line 68 of file ThresholdsTest.c.


Generated on Sun Sep 7 03:08:14 2008 for LAL by  doxygen 1.5.2