#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 TESTIO | ( | a | ) |
| typedef double REAL8 |
Definition at line 35 of file adjust_geo.c.
| typedef float REAL4 |
Definition at line 36 of file adjust_geo.c.
| 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
| [in] | argc | INT4 |
| [in] | argv[] | CHAR* |
some memory allocations
Definition at line 47 of file adjust_geo.c.
1.5.2