#include <stdio.h>#include <math.h>#include <string.h>#include <unistd.h>#include <getopt.h>#include <gsl/gsl_rng.h>#include <gsl/gsl_vector.h>#include <gsl/gsl_randist.h>#include <gsl/gsl_multimin.h>#include <FrameL.h>#include <lal/LALStdio.h>#include <lal/LALStdlib.h>#include <lal/LALConfig.h>#include <lal/Units.h>#include <lal/LALConstants.h>#include <lal/LALStatusMacros.h>#include <lal/AVFactories.h>#include <lal/PrintFTSeries.h>#include <lal/ReadFTSeries.h>#include <lal/StreamInput.h>#include <lal/PrintVector.h>#include <lal/VectorOps.h>#include <lal/FileIO.h>#include <lal/FrameCache.h>#include <lal/FrameStream.h>#include <lal/ResampleTimeSeries.h>Include dependency graph for popcorn.c:

Go to the source code of this file.
Defines | |
| #define | CVS_ID "$Id: popcorn.c,v 1.16 2008/09/16 09:31:21 tania Exp $" |
| #define | CVS_REVISION "$Revision: 1.16 $" |
| #define | CVS_DATE "$Date: 2008/09/16 09:31:21 $" |
| #define | PROGRAM_NAME "popcorn" |
Functions | |
| NRCSID (POPCORNC,"$Id: popcorn.c,v 1.16 2008/09/16 09:31:21 tania Exp $") | |
| RCSID ("$Id: popcorn.c,v 1.16 2008/09/16 09:31:21 tania Exp $") | |
| double | lambda0 (gsl_vector *x, void *params) |
| double | lambda1 (gsl_vector *x, void *params) |
| double | lambda2 (gsl_vector *x, void *params) |
| void | parseOptions (INT4 argc, CHAR *argv[]) |
| void | displayUsage (INT4 exitcode) |
| INT4 | main (INT4 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 |
| UINT4 | job = 1 |
| UINT4 | Npt = 1000000 |
| UINT8 | startTime = 700000000 |
| UINT8 | stopTime = 700000150 |
| UINT4 | duration = 10000 |
| CHAR | frameCache1 [200] = "H1.cache" |
| CHAR | frameCache2 [200] = "H2.cache" |
| CHAR | channel1 [LALNameLength] = "H1:STRAIN" |
| CHAR | channel2 [LALNameLength] = "H2:STRAIN" |
| UINT4 | sampleRate = 16384 |
| UINT4 | resampleRate = 1024 |
| UINT4 | stat = 0 |
| REAL8 | mu = 0.2 |
| REAL8 | sigma = 0.8 |
| REAL8 | sigma1 = 1. |
| REAL8 | sigma2 = 1. |
| REAL8 | mu0 = 0.1 |
| REAL8 | sigma0 = 0.1 |
| REAL8 | N0 = 0.1 |
| REAL8 | v1 |
| REAL8 | v2 |
| REAL8 | v12 |
| REAL8Vector * | h |
| REAL8Vector * | s1 |
| REAL8Vector * | s2 |
| REAL8Vector * | e12 |
| NRCSID | ( | POPCORNC | , | |
| "$Id: popcorn. | c, | |||
| v 1.16 2008/09/16 09:31:21 tania Exp $" | ||||
| ) |
| RCSID | ( | "$Id: popcorn. | c, | |
| v 1.16 2008/09/16 09:31:21 tania Exp $" | ||||
| ) |
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* |
declaration
setup
noise
generate gw signal
maximize likelihood function for parameter estimation
postprocessing
cleanup
| char* optarg |
Definition at line 176 of file GeneralMeshTest.c.
| int optind |
Definition at line 149 of file packages/support/src/getopt.c.
| CHAR frameCache1[200] = "H1.cache" |
| CHAR frameCache2[200] = "H2.cache" |
| UINT4 sampleRate = 16384 |
| UINT4 resampleRate = 1024 |
1.5.2