CHAR * get_bracketed_string(CHAR *dest, const CHAR *bstr, int openbracket, int closebracket)
void LogSampleToArray(LALInferenceVariables *algorithmParams, LALInferenceVariables *vars)
void initialise_proposal(LALInferenceRunState *runState)
Initialise the MCMC proposal distribution for sampling new points.
void add_correlation_matrix(LALInferenceVariables *ini, LALInferenceVariables *priors, REAL8Array *corMat, LALStringVector *parMat)
Adds a correlation matrix for a multi-variate Gaussian prior.
void initialise_prior(LALInferenceRunState *runState)
Sets up the parameters to be searched over and their prior ranges.
void LogSampleToFile(LALInferenceVariables *algorithmParams, LALInferenceVariables *vars)
void sum_data(LALInferenceRunState *runState)
Calculates the sum of the square of the data and model terms.
void add_initial_variables(LALInferenceVariables *ini, PulsarParameters *pars)
Set up all the allowed variables for a known pulsar search This functions sets up all possible variab...
void setup_lookup_tables(LALInferenceRunState *runState, LALSource *source)
Sets the time angle antenna response lookup table.
void initialise_threads(LALInferenceRunState *state, INT4 nthreads)
void initialise_algorithm(LALInferenceRunState *runState)
Initialises the nested sampling algorithm control.
gsl_matrix ** parse_gmm_covs(CHAR *covstr, UINT4 npars, UINT4 nmodes)
Parse data from a prior file containing Gaussian Mixture Model covariance matrix values.
void setup_live_points_array_wrapper(LALInferenceRunState *runState)
A wrapper around LALInferenceSetupLivePointsArray.
void nested_sampling_algorithm_wrapper(LALInferenceRunState *runState)
A wrapper around LALInferenceNestedSamplingAlgorithm.
REAL8Vector ** parse_gmm_means(CHAR *meanstr, UINT4 npars, UINT4 nmodes)
Parse data from a prior file containing Gaussian Mixture Model mean values.
Header file for the signal models functions used in parameter estimation code for known pulsar search...
Header file for the data reading functions for the parameter estimation code for known pulsar searche...
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...
The PulsarParameters structure to contain a set of pulsar parameters.