Data for a single waveform data piece.
Waveform data pieces are real time-dependent components of the waveform in the coorbital frame. See the beginning of section IV of https://arxiv.org/abs/1705.07089
Definition at line 134 of file LALSimIMRPrecessingNRSur.h.
Data Fields | |
int | n_nodes |
Number of empirical nodes. More... | |
FitData ** | fit_data |
FitData at each empirical node. More... | |
gsl_matrix * | empirical_interpolant_basis |
The empirical interpolation matrix. More... | |
gsl_vector_long * | empirical_node_indices |
The empirical node indices. More... | |
int WaveformDataPiece::n_nodes |
Number of empirical nodes.
Definition at line 135 of file LALSimIMRPrecessingNRSur.h.
FitData** WaveformDataPiece::fit_data |
FitData at each empirical node.
Definition at line 136 of file LALSimIMRPrecessingNRSur.h.
gsl_matrix* WaveformDataPiece::empirical_interpolant_basis |
The empirical interpolation matrix.
Definition at line 137 of file LALSimIMRPrecessingNRSur.h.
gsl_vector_long* WaveformDataPiece::empirical_node_indices |
The empirical node indices.
Definition at line 138 of file LALSimIMRPrecessingNRSur.h.