LALInspiral 5.0.3.1-eeff03c
BBHPhenomCoeffs.h
Go to the documentation of this file.
1/*
2* Copyright (C) 2008 Santamaria L, Krishnan B, Whelan JT, Dias M, Parameswaran A
3*
4* This program is free software; you can redistribute it and/or modify
5* it under the terms of the GNU General Public License as published by
6* the Free Software Foundation; either version 2 of the License, or
7* (at your option) any later version.
8*
9* This program is distributed in the hope that it will be useful,
10* but WITHOUT ANY WARRANTY; without even the implied warranty of
11* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12* GNU General Public License for more details.
13*
14* You should have received a copy of the GNU General Public License
15* along with with program; see the file COPYING. If not, write to the
16* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17* MA 02110-1301 USA
18*/
19
20/*-----------------------------------------------------------------------
21 *
22 * File Name: FindChirpPhenomCoeffs.h
23 *
24 * Author: Santamaria L, Krishnan B, Whelan JT, Dias M, Parameswaran A
25 *
26 *-----------------------------------------------------------------------
27 */
28
29#ifndef _BBHPHENOMCOEFFSH_H
30#define _BBHPHENOMCOEFFSH_H
31
32#if defined(__cplusplus)
33extern "C" {
34#elif 0
35} /* so that editors will match preceding brace */
36#endif
37
38/**
39 * \defgroup BBHPhenomCoeffs_h Header BBHPhenomCoeffs.h
40 * \ingroup lalinspiral_UNCLASSIFIED
41 * \author Santamaria L, Krishnan B, Whelan JT, Dias M, Parameswaran A.
42 *
43 * \brief Provides coƫfficients for the phenomenological waveforms
44 * introduced by Ajith et al. in arXiv:0710.2335 [gr-qc]
45 *
46 * ### Synopsis ###
47 *
48 * \code
49 * #include <lal/BBHPhenomCoeffs.h>
50 * \endcode
51 *
52 * This header contains the coeffs from the matching with the LONG
53 * Jena waveforms (those are not the ones published in the original paper
54 * but in the Amaldi 07 proceedings: http://arxiv.org/abs/0712.0343)
55 *
56 */
57/** @{ */
58
59#define BBHPHENOMCOEFFSH_FMERG_A 6.6389e-01
60#define BBHPHENOMCOEFFSH_FMERG_B -1.0321e-01
61#define BBHPHENOMCOEFFSH_FMERG_C 1.0979e-01
62
63#define BBHPHENOMCOEFFSH_FRING_A 1.3278e+00
64#define BBHPHENOMCOEFFSH_FRING_B -2.0642e-01
65#define BBHPHENOMCOEFFSH_FRING_C 2.1957e-01
66
67#define BBHPHENOMCOEFFSH_SIGMA_A 1.1383e+00
68#define BBHPHENOMCOEFFSH_SIGMA_B -1.7700e-01
69#define BBHPHENOMCOEFFSH_SIGMA_C 4.6834e-02
70
71#define BBHPHENOMCOEFFSH_FCUT_A 1.7086e+00
72#define BBHPHENOMCOEFFSH_FCUT_B -2.6592e-01
73#define BBHPHENOMCOEFFSH_FCUT_C 2.8236e-01
74
75#define BBHPHENOMCOEFFSH_PSI0_X -1.5829e-01
76#define BBHPHENOMCOEFFSH_PSI0_Y 8.7016e-02
77#define BBHPHENOMCOEFFSH_PSI0_Z -3.3382e-02
78
79#define BBHPHENOMCOEFFSH_PSI2_X 3.2967e+01
80#define BBHPHENOMCOEFFSH_PSI2_Y -1.9000e+01
81#define BBHPHENOMCOEFFSH_PSI2_Z 2.1345e+00
82
83#define BBHPHENOMCOEFFSH_PSI3_X -3.0849e+02
84#define BBHPHENOMCOEFFSH_PSI3_Y 1.8211e+02
85#define BBHPHENOMCOEFFSH_PSI3_Z -2.1727e+01
86
87#define BBHPHENOMCOEFFSH_PSI4_X 1.1525e+03
88#define BBHPHENOMCOEFFSH_PSI4_Y -7.1477e+02
89#define BBHPHENOMCOEFFSH_PSI4_Z 9.9692e+01
90
91#define BBHPHENOMCOEFFSH_PSI6_X 1.2057e+03
92#define BBHPHENOMCOEFFSH_PSI6_Y -8.4233e+02
93#define BBHPHENOMCOEFFSH_PSI6_Z 1.8046e+02
94
95#define BBHPHENOMCOEFFSH_PSI7_X -0.0000e+00
96#define BBHPHENOMCOEFFSH_PSI7_Y 0.0000e+00
97#define BBHPHENOMCOEFFSH_PSI7_Z 0.0000e+00
98
99/** @} */
100
101#if 0
102{ /* so that editors will match succeeding brace */
103#elif defined(__cplusplus)
104}
105#endif
106
107#endif /* _BBHPHENOMCOEFFSH_H */