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... | |
REAL8 PhenomHMFrequencyBoundsStorage::deltaF |
Definition at line 136 of file LALSimIMRPhenomHM.h.
REAL8 PhenomHMFrequencyBoundsStorage::f_min |
Definition at line 137 of file LALSimIMRPhenomHM.h.
REAL8 PhenomHMFrequencyBoundsStorage::f_max |
Definition at line 138 of file LALSimIMRPhenomHM.h.
REAL8 PhenomHMFrequencyBoundsStorage::f_ref |
Definition at line 139 of file LALSimIMRPhenomHM.h.
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.
size_t PhenomHMFrequencyBoundsStorage::npts |
number of points in waveform array
Definition at line 141 of file LALSimIMRPhenomHM.h.
size_t PhenomHMFrequencyBoundsStorage::ind_min |
start index containing non-zero values
Definition at line 142 of file LALSimIMRPhenomHM.h.
size_t PhenomHMFrequencyBoundsStorage::ind_max |
end index containing non-zero values
Definition at line 143 of file LALSimIMRPhenomHM.h.