#include <math.h>#include <stdio.h>#include <stdlib.h>#include <getopt.h>#include <stdarg.h>#include "gsl/gsl_interp.h"#include <gsl/gsl_errno.h>#include "cs_cosmo.h"#include "cs_lambda_cosmo.h"#include <lal/LALStdio.h>Include dependency graph for cs_gammaLargeLoops.c:

Go to the source code of this file.
Data Structures | |
| struct | CommandLineArgsTag |
Defines | |
| #define | CUSPS_PER_LOOP 1.0 |
| #define | LOOP_RAD_POWER 50.0 |
| #define | PROGRAM_NAME "cs_gammaLargeLoops" |
| #define | CVS_REVISION "$Revision: 1.5 $" |
| #define | CVS_SOURCE "$Source: /usr/local/cvs/lscsoft/lalapps/src/string/cs_gammaLargeLoops.c,v $" |
| #define | CVS_DATE "$Date: 2007/06/08 15:30:01 $" |
Functions | |
| NRCSID (CSGAMMAC,"cs_gammaLargeLoops $Id: cs_gammaLargeLoops.c,v 1.5 2007/06/08 15:30:01 bema Exp $") | |
| RCSID ("cs_gammaLargeLoops $Id: cs_gammaLargeLoops.c,v 1.5 2007/06/08 15:30:01 bema Exp $") | |
| int | ReadCommandLine (int argc, char *argv[], struct CommandLineArgsTag *CLA) |
| int | ReadEfficiencyFile (struct CommandLineArgsTag CLA) |
| double | finddRdzdA (double Gmu, double f, double Gamma, double A, double z, double phit, double phiV, double phiA) |
| double | nu (double Gmu, double Gamma, double A, double z, double phit, double phiA) |
| 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 | |
| CommandLineArgsTag | CLA |
| double * | eff |
| double * | lnamp |
| double * | amp |
| double * | Deff |
| double | Dlnz |
| double | H0 = LAMBDA_H_0 |
| double | DlnA |
| int | Namp |
| #define CUSPS_PER_LOOP 1.0 |
Definition at line 38 of file cs_gammaLargeLoops.c.
| #define LOOP_RAD_POWER 50.0 |
Definition at line 39 of file cs_gammaLargeLoops.c.
| #define PROGRAM_NAME "cs_gammaLargeLoops" |
Definition at line 59 of file cs_gammaLargeLoops.c.
| #define CVS_REVISION "$Revision: 1.5 $" |
Definition at line 60 of file cs_gammaLargeLoops.c.
| #define CVS_SOURCE "$Source: /usr/local/cvs/lscsoft/lalapps/src/string/cs_gammaLargeLoops.c,v $" |
Definition at line 61 of file cs_gammaLargeLoops.c.
| #define CVS_DATE "$Date: 2007/06/08 15:30:01 $" |
Definition at line 62 of file cs_gammaLargeLoops.c.
| NRCSID | ( | CSGAMMAC | , | |
| "cs_gammaLargeLoops $Id: cs_gammaLargeLoops. | c, | |||
| v 1.5 2007/06/08 15:30:01 bema Exp $" | ||||
| ) |
| RCSID | ( | "cs_gammaLargeLoops $Id: cs_gammaLargeLoops. | c, | |
| v 1.5 2007/06/08 15:30:01 bema Exp $" | ||||
| ) |
| int ReadCommandLine | ( | int | argc, | |
| char * | argv[], | |||
| struct CommandLineArgsTag * | CLA | |||
| ) |
Definition at line 565 of file Calibrate60sSFTs.c.
| int ReadEfficiencyFile | ( | struct CommandLineArgsTag | CLA | ) |
| double finddRdzdA | ( | double | Gmu, | |
| double | f, | |||
| double | Gamma, | |||
| double | A, | |||
| double | z, | |||
| double | phit, | |||
| double | phiV, | |||
| double | phiA | |||
| ) |
Definition at line 153 of file cs_gammaLargeLoops.c.
| double nu | ( | double | Gmu, | |
| double | Gamma, | |||
| double | A, | |||
| double | z, | |||
| double | phit, | |||
| double | phiA | |||
| ) |
Definition at line 173 of file cs_gammaLargeLoops.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* |
declaration
setup
noise
generate gw signal
maximize likelihood function for parameter estimation
postprocessing
cleanup
Definition at line 73 of file cs_gammaLargeLoops.c.
| struct CommandLineArgsTag CLA |
| double* eff |
Definition at line 52 of file cs_gammaLargeLoops.c.
| double * lnamp |
Definition at line 52 of file cs_gammaLargeLoops.c.
| double * amp |
Definition at line 52 of file cs_gammaLargeLoops.c.
| double * Deff |
Definition at line 52 of file cs_gammaLargeLoops.c.
| double Dlnz |
Definition at line 52 of file cs_gammaLargeLoops.c.
| double H0 = LAMBDA_H_0 |
Definition at line 53 of file cs_gammaLargeLoops.c.
| double DlnA |
Definition at line 53 of file cs_gammaLargeLoops.c.
| int Namp |
Definition at line 54 of file cs_gammaLargeLoops.c.
1.5.2