LALInference  4.1.6.1-89842e6
LALInferenceROQData Struct Reference

Detailed Description

Definition at line 662 of file LALInference.h.

Data Fields

COMPLEX16weightsLinear
 
REAL8weightsQuadratic
 weights for <d|h>: NOTE: needs to be stored from data read from command line More...
 
REAL8 time_weights_width
 weights for calculating <h|h> More...
 
REAL8 time_step_size
 
int n_time_steps
 
FILE * weightsFileLinear
 
FILE * weightsFileQuadratic
 
struct tagLALInferenceROQSplineWeightsLinear * weights_linear
 
gsl_matrix_complex * weights
 
gsl_matrix_complex * mmweights
 weights for the likelihood: NOTE: needs to be stored from data read from command line More...
 
double int_f_7_over_3
 weights for calculating <h|h> if not using analytical formula More...
 

Field Documentation

◆ weightsLinear

COMPLEX16* LALInferenceROQData::weightsLinear

Definition at line 665 of file LALInference.h.

◆ weightsQuadratic

REAL8* LALInferenceROQData::weightsQuadratic

weights for <d|h>: NOTE: needs to be stored from data read from command line

Definition at line 666 of file LALInference.h.

◆ time_weights_width

REAL8 LALInferenceROQData::time_weights_width

weights for calculating <h|h>

Definition at line 667 of file LALInference.h.

◆ time_step_size

REAL8 LALInferenceROQData::time_step_size

Definition at line 668 of file LALInference.h.

◆ n_time_steps

int LALInferenceROQData::n_time_steps

Definition at line 669 of file LALInference.h.

◆ weightsFileLinear

FILE* LALInferenceROQData::weightsFileLinear

Definition at line 670 of file LALInference.h.

◆ weightsFileQuadratic

FILE* LALInferenceROQData::weightsFileQuadratic

Definition at line 671 of file LALInference.h.

◆ weights_linear

struct tagLALInferenceROQSplineWeightsLinear* LALInferenceROQData::weights_linear

Definition at line 674 of file LALInference.h.

◆ weights

gsl_matrix_complex* LALInferenceROQData::weights

Definition at line 678 of file LALInference.h.

◆ mmweights

gsl_matrix_complex* LALInferenceROQData::mmweights

weights for the likelihood: NOTE: needs to be stored from data read from command line

Definition at line 679 of file LALInference.h.

◆ int_f_7_over_3

double LALInferenceROQData::int_f_7_over_3

weights for calculating <h|h> if not using analytical formula

Definition at line 680 of file LALInference.h.