Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALInference 4.1.9.1-5e288d3
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
LALInferenceCalibrationErrors.h
Go to the documentation of this file.
1/*
2 * LALInferenceCalibrationErrors.c: Bayesian Followup Calibration Error routines.
3 *
4 * Copyright (C) 2014 Salvatore Vitale, Ryan Lynch
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with with program; see the file COPYING. If not, write to the
18 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
19 * MA 02110-1301 USA
20 */
21
22#ifndef _LALINFERENCECALIBRATIONERRORS_H /* Double-include protection. */
23#define _LALINFERENCECALIBRATIONERRORS_H
24#include <stdio.h>
25#include <lal/LALStdlib.h>
26#include <lal/FrequencySeries.h>
27#include <lal/Units.h>
28#include <lal/StringInput.h>
29#include <lal/TimeSeries.h>
30#include <lal/LALInference.h>
31#include <lal/LALDatatypes.h>
32#include <math.h>
33
34// GSL PACKAGES
35#include <gsl/gsl_linalg.h>
36#include <gsl/gsl_blas.h>
37#include <gsl/gsl_rng.h>
38#include <gsl/gsl_randist.h>
39
40
41#define LALCALIBRATIONERRORSH_ENULL 1
42#define LALCALIBRATIONERRORSH_EDIV0 2
43#define LALCALIBRATIONERRORSH_MSGENULL "Null pointer"
44#define LALCALIBRATIONERRORSH_MSGEDIV0 "Division by zero"
45
47#endif
void LALInferenceApplyCalibrationErrors(LALInferenceIFOData *IFOdata, ProcessParamsTable *commandLine)
Structure to contain IFO data.
Definition: LALInference.h:625