adjust_geo.c File Reference

#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/mman.h>

Include dependency graph for adjust_geo.c:

Go to the source code of this file.

Data Structures

struct  HEADER

Defines

#define TESTIO(a)

Typedefs

typedef double REAL8
typedef float REAL4

Functions

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.


Define Documentation

#define TESTIO ( a   ) 

Value:

{         if((a)<0){                 perror("");                 exit(-1);                 }         }

Definition at line 28 of file adjust_geo.c.


Typedef Documentation

typedef double REAL8

Definition at line 35 of file adjust_geo.c.

typedef float REAL4

Definition at line 36 of file adjust_geo.c.


Function Documentation

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.

Main function

Parameters:
[in] argc INT4
[in] argv[] CHAR*
Returns:
return 0 on normal exit.

some memory allocations

Definition at line 47 of file adjust_geo.c.


Generated on Thu Aug 28 03:13:08 2008 for LAL by  doxygen 1.5.2