Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALPulsar 7.1.1.1-8a6b96f
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
ppe_readdata.h
Go to the documentation of this file.
1/*
2* Copyright (C) 2014 Matthew Pitkin
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 * \file
22 * \ingroup lalpulsar_bin_HeterodyneSearch
23 * \author Matthew Pitkin
24 *
25 * \brief Header file for the data reading functions for the parameter estimation code for known pulsar
26 * searches using the nested sampling algorithm.
27 */
28
29#ifndef _PPE_READDATA_H
30#define _PPE_READDATA_H
31
33#include "ppe_utils.h"
34#include "ppe_likelihood.h"
35#include "ppe_models.h"
36#include "ppe_init.h"
37
38#ifdef __cplusplus
39extern "C" {
40#endif
41
44void samples_prior( LALInferenceRunState *runState );
45
46#ifdef __cplusplus
47}
48#endif
49
50#endif /* _PPE_READDATA_H */
Header file for the initialisation functions for the parameter estimation code for known pulsar searc...
Header file for the likelihood and prior functions used in parameter estimation code for known pulsar...
Header file for the signal models functions used in parameter estimation code for known pulsar search...
void samples_prior(LALInferenceRunState *runState)
Read in an ascii text file of nested samples, convert to posterior samples and create k-d tree.
void setup_from_par_file(LALInferenceRunState *runState)
Reads in the parameters of the pulsar being searched for.
void read_pulsar_data(LALInferenceRunState *runState)
Reads in the input gravitational wave data files, or creates fake data sets.
Definition: ppe_readdata.c:100
Header file for the helper functions for the parameter estimation code for known pulsar searches usin...
Header file for the parameter estimation code for known pulsar searches using the nested sampling alg...