Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALSimulation 6.2.0.1-b246709
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
PhenomHMFrequencyBoundsStorage Struct Reference

Detailed Description

Structure storing pre-determined quantities that describe the frequency array and tells you over which indices will contain non-zero values.

Definition at line 134 of file LALSimIMRPhenomHM.h.

Data Fields

REAL8 deltaF
 
REAL8 f_min
 
REAL8 f_max
 
REAL8 f_ref
 
UINT4 freq_is_uniform
 If = 1 then assume uniform spaced, If = 0 then assume arbitrarily spaced. More...
 
size_t npts
 number of points in waveform array More...
 
size_t ind_min
 start index containing non-zero values More...
 
size_t ind_max
 end index containing non-zero values More...
 

Field Documentation

◆ deltaF

REAL8 PhenomHMFrequencyBoundsStorage::deltaF

Definition at line 136 of file LALSimIMRPhenomHM.h.

◆ f_min

REAL8 PhenomHMFrequencyBoundsStorage::f_min

Definition at line 137 of file LALSimIMRPhenomHM.h.

◆ f_max

REAL8 PhenomHMFrequencyBoundsStorage::f_max

Definition at line 138 of file LALSimIMRPhenomHM.h.

◆ f_ref

REAL8 PhenomHMFrequencyBoundsStorage::f_ref

Definition at line 139 of file LALSimIMRPhenomHM.h.

◆ freq_is_uniform

UINT4 PhenomHMFrequencyBoundsStorage::freq_is_uniform

If = 1 then assume uniform spaced, If = 0 then assume arbitrarily spaced.

Definition at line 140 of file LALSimIMRPhenomHM.h.

◆ npts

size_t PhenomHMFrequencyBoundsStorage::npts

number of points in waveform array

Definition at line 141 of file LALSimIMRPhenomHM.h.

◆ ind_min

size_t PhenomHMFrequencyBoundsStorage::ind_min

start index containing non-zero values

Definition at line 142 of file LALSimIMRPhenomHM.h.

◆ ind_max

size_t PhenomHMFrequencyBoundsStorage::ind_max

end index containing non-zero values

Definition at line 143 of file LALSimIMRPhenomHM.h.