LALInspiral 5.0.3.1-eeff03c
GenerateInspRing.h
Go to the documentation of this file.
1/*
2* Copyright (C) 2007 Stephen Fairhurst
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#ifndef _GENERATEINSPRING_H
21#define _GENERATEINSPRING_H
22
23/* includes */
24#include <lal/SimulateCoherentGW.h>
25#include <lal/LIGOMetadataTables.h>
26
27#ifdef __cplusplus /* C++ protection. */
28extern "C" {
29#endif
30
31/**
32 * \defgroup GenerateInspRing_h Header GenerateInspRing.h
33 * \ingroup lalinspiral_inject
34 * \author S.Fairhurst
35 *
36 * \brief Module for pasting a (realistic) ringdown on the end of an inspiral
37 *
38 */
39/** @{ */
40
43 CoherentGW *waveform,
44 SimInspiralTable *thisEvent,
45 SimRingdownTable *thisRingEvent,
46 int injectSignalType
47 );
48
49/** @} */
50
51#ifdef __cplusplus
52} /* Close C++ protection */
53#endif
54
55#endif /* _GENERATEINSPRING_H */
CoherentGW * XLALGenerateInspRing(CoherentGW *waveform, SimInspiralTable *thisEvent, SimRingdownTable *thisRingEvent, int injectSignalType)
Takes an inspiral waveform, and a simInspiralTable and generates a ringdown at an appropriate frequen...