Struct containing several enumerated flags that control specialized behavior for some waveform approximants.
Users: Access this struct only through the Create/Destroy/Set/Get/IsDefault functions declared in this file.
Developers: Do not add anything but enumerated flags to this struct. Avoid adding extra flags whenever possible. DEPRECATED, use LALDict instead.
Users: Access this struct only through the Create/Destroy/Set/Get/IsDefault functions declared in this file.
Developers: Do not add anything but enumerated flags to this struct. Avoid adding extra flags whenever possible.
Definition at line 40 of file LALSimInspiralWaveformFlags.c.
Data Fields | |
| LALSimInspiralSpinOrder | spinO |
| PN order of spin effects. More... | |
| LALSimInspiralTidalOrder | tideO |
| PN order of spin effects. More... | |
| LALSimInspiralFrameAxis | axisChoice |
| Flag to set frame z-axis convention. More... | |
| LALSimInspiralModesChoice | modesChoice |
| Flag to control which modes are included in IMR models. More... | |
| char | numreldata [FILENAME_MAX] |
| Location of NR data file for NR waveforms. More... | |
| LALSimInspiralSpinOrder LALSimInspiralWaveformFlags::spinO |
PN order of spin effects.
Definition at line 42 of file LALSimInspiralWaveformFlags.c.
| LALSimInspiralTidalOrder LALSimInspiralWaveformFlags::tideO |
PN order of spin effects.
Definition at line 43 of file LALSimInspiralWaveformFlags.c.
| LALSimInspiralFrameAxis LALSimInspiralWaveformFlags::axisChoice |
Flag to set frame z-axis convention.
Definition at line 44 of file LALSimInspiralWaveformFlags.c.
| LALSimInspiralModesChoice LALSimInspiralWaveformFlags::modesChoice |
Flag to control which modes are included in IMR models.
Definition at line 45 of file LALSimInspiralWaveformFlags.c.
| char LALSimInspiralWaveformFlags::numreldata[FILENAME_MAX] |
Location of NR data file for NR waveforms.
Definition at line 46 of file LALSimInspiralWaveformFlags.c.