#include <stdio.h>#include <math.h>#include <FrameL.h>#include <lal/LALStdlib.h>#include <lal/AVFactories.h>#include <lal/PrintFTSeries.h>#include <lal/FrameStream.h>#include <lal/FrameCalibration.h>#include <lal/Calibration.h>#include <lal/LALRCSID.h>Include dependency graph for FrameCalibrationTest.c:

Go to the source code of this file.
Defines | |
| #define | TESTSTATUS(pstat) if ( (pstat)->statusCode ) { REPORTSTATUS(pstat); return 1; } else ((void)0) |
| #define | CLEARSTATUS(stat) |
| #define | CHANNEL "%s:LSC-AS_Q" |
| #define | CAL_CATALOG "%s-CAL-V03-%s.cache" |
Functions | |
| NRCSID (FRAMECALIBRATIONTESTC,"$Id: FrameCalibrationTest.c,v 1.8 2007/06/08 14:41:46 bema 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 | |
| INT4 | lalDebugLevel = 1 |
| char * | optarg |
| int | optind |
| int | verbose = 0 |
| int | output = 0 |
| #define TESTSTATUS | ( | pstat | ) | if ( (pstat)->statusCode ) { REPORTSTATUS(pstat); return 1; } else ((void)0) |
Definition at line 114 of file FrameCalibrationTest.c.
| #define CLEARSTATUS | ( | stat | ) |
Value:
Definition at line 117 of file FrameCalibrationTest.c.
| #define CHANNEL "%s:LSC-AS_Q" |
Definition at line 122 of file FrameCalibrationTest.c.
| #define CAL_CATALOG "%s-CAL-V03-%s.cache" |
Definition at line 123 of file FrameCalibrationTest.c.
| NRCSID | ( | FRAMECALIBRATIONTESTC | , | |
| "$Id: FrameCalibrationTest. | c, | |||
| v 1.8 2007/06/08 14:41:46 bema 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').
TEST NO. 1
TEST NO. 2
TEST NO. 3
TEST NO. 4
Definition at line 138 of file FrameCalibrationTest.c.
| INT4 lalDebugLevel = 1 |
| lalDebugLevel | INT4 Control debugging behaviours. Defined in lalapps.h |
Definition at line 125 of file FrameCalibrationTest.c.
| char* optarg |
Definition at line 176 of file GeneralMeshTest.c.
| int optind |
Definition at line 149 of file packages/support/src/getopt.c.
| int verbose = 0 |
Definition at line 129 of file FrameCalibrationTest.c.
| int output = 0 |
Definition at line 130 of file FrameCalibrationTest.c.
1.5.2