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
LALInferenceReadBurstData.h
Go to the documentation of this file.
1/*
2 *
3 * LALInference: LAL Inference library
4 * LALInferenceReadData.h Utility functions for handling IFO data
5 *
6 * Copyright (C) 2009 Ilya Mandel, Vivien Raymond, Christian Roever, Marc van der Sluys and John Veitch
7 *
8 *
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with with program; see the file COPYING. If not, write to the
21 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
22 * MA 02110-1301 USA
23 */
24
25#ifndef LALInferenceReadNonCBCData_h
26#define LALInferenceReadNonCBCData_h
27
28#include <lal/LALInference.h>
29
30/**
31 * \defgroup LALInferenceReadData_h Header LALInferenceReadData.h
32 * \ingroup pkg_LALInference
33 * \brief Utility functions for handling IFO data
34 */
35/** @{ */
36
37/** \brief Read IFO data according to command line arguments.
38 * This function reads command line arguments and returns a \c LALInferenceIFOData linked
39 * list.
40 * \param IFOdata [out] A new \c LALInferenceIFOData linked list containing the data, or NULL upon error
41 * \param commandLine [in] Pointer to a ProcessParamsTable containing command line arguments
42 * \author John Veitch
43 */
46/** @} */
47#endif
void LALInferenceBurstInjectionToVariables(SimBurst *theEventTable, LALInferenceVariables *vars)
Fill the variables passed in vars with the parameters of the injection passed in event will over-writ...
void LALInferenceInjectBurstSignal(LALInferenceIFOData *IFOdata, ProcessParamsTable *commandLine)
Read IFO data according to command line arguments.
Structure to contain IFO data.
Definition: LALInference.h:625
The LALInferenceVariables structure to contain a set of parameters Implemented as a linked list of LA...
Definition: LALInference.h:170