25#ifndef LALInferenceReadData_h
26#define LALInferenceReadData_h
28#include <lal/LALInference.h>
void LALInferenceInjectionToVariables(SimInspiralTable *theEventTable, LALInferenceVariables *vars)
Fills the variable in vars with the injection values from theEventTable.
void LALInferenceSetupROQmodel(LALInferenceModel *model, ProcessParamsTable *commandLine)
void LALInferenceSetupROQdata(LALInferenceIFOData *IFOdata, ProcessParamsTable *commandLine)
void LALInferenceInjectFromMDC(ProcessParamsTable *commandLine, LALInferenceIFOData *IFOdata)
LALInferenceVariables * LALInferencePrintInjectionSample(LALInferenceRunState *runState)
Function to output a sample with logL values etc for the injection, if one is made.
void LALInferenceInjectInspiralSignal(struct tagLALInferenceIFOData *IFOdata, ProcessParamsTable *commandLine)
Convenience function to inject a signal into the data, using a SimInspiralTable Injects a signal from...
struct tagLALInferenceIFOData * LALInferenceReadData(ProcessParamsTable *commandLine)
Read IFO data according to command line arguments.
Structure to contain IFO data.
Structure to constain a model and its parameters.
Structure containing inference run state This includes pointers to the function types required to run...
The LALInferenceVariables structure to contain a set of parameters Implemented as a linked list of LA...