Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALInference 4.1.9.1-3a66518
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
LALSimBurstWaveformCache Struct Reference

Detailed Description

Stores previously-computed waveforms and parameters to take advantage of approximant- and parameter-specific opportunities for accelerating waveform computation.

Definition at line 247 of file LALInferenceBurstRoutines.h.

Data Fields

REAL8TimeSerieshplus
 
REAL8TimeSerieshcross
 
COMPLEX16FrequencySerieshptilde
 
COMPLEX16FrequencySerieshctilde
 
REAL8 deltaT
 
REAL8 deltaF
 
REAL8 f0
 
REAL8 q
 
REAL8 tau
 
REAL8 f_min
 
REAL8 f_max
 
REAL8 hrss
 
REAL8 polar_angle
 
REAL8 polar_ecc
 
LALSimBurstExtraParamextraParams
 
BurstApproximant approximant
 

Field Documentation

◆ hplus

REAL8TimeSeries* LALSimBurstWaveformCache::hplus

Definition at line 249 of file LALInferenceBurstRoutines.h.

◆ hcross

REAL8TimeSeries* LALSimBurstWaveformCache::hcross

Definition at line 250 of file LALInferenceBurstRoutines.h.

◆ hptilde

COMPLEX16FrequencySeries* LALSimBurstWaveformCache::hptilde

Definition at line 251 of file LALInferenceBurstRoutines.h.

◆ hctilde

COMPLEX16FrequencySeries* LALSimBurstWaveformCache::hctilde

Definition at line 252 of file LALInferenceBurstRoutines.h.

◆ deltaT

REAL8 LALSimBurstWaveformCache::deltaT

Definition at line 253 of file LALInferenceBurstRoutines.h.

◆ deltaF

REAL8 LALSimBurstWaveformCache::deltaF

Definition at line 254 of file LALInferenceBurstRoutines.h.

◆ f0

REAL8 LALSimBurstWaveformCache::f0

Definition at line 255 of file LALInferenceBurstRoutines.h.

◆ q

REAL8 LALSimBurstWaveformCache::q

Definition at line 256 of file LALInferenceBurstRoutines.h.

◆ tau

REAL8 LALSimBurstWaveformCache::tau

Definition at line 256 of file LALInferenceBurstRoutines.h.

◆ f_min

REAL8 LALSimBurstWaveformCache::f_min

Definition at line 257 of file LALInferenceBurstRoutines.h.

◆ f_max

REAL8 LALSimBurstWaveformCache::f_max

Definition at line 258 of file LALInferenceBurstRoutines.h.

◆ hrss

REAL8 LALSimBurstWaveformCache::hrss

Definition at line 259 of file LALInferenceBurstRoutines.h.

◆ polar_angle

REAL8 LALSimBurstWaveformCache::polar_angle

Definition at line 260 of file LALInferenceBurstRoutines.h.

◆ polar_ecc

REAL8 LALSimBurstWaveformCache::polar_ecc

Definition at line 261 of file LALInferenceBurstRoutines.h.

◆ extraParams

LALSimBurstExtraParam* LALSimBurstWaveformCache::extraParams

Definition at line 262 of file LALInferenceBurstRoutines.h.

◆ approximant

BurstApproximant LALSimBurstWaveformCache::approximant

Definition at line 263 of file LALInferenceBurstRoutines.h.