LALSimulation  5.4.0.1-fe68b98
fix_reference_frequency_macro.h File Reference

Go to the source code of this file.

Macros

#define FIX_REFERENCE_FREQUENCY(f_ref, f_min, approximant)
 

Macro Definition Documentation

◆ FIX_REFERENCE_FREQUENCY

#define FIX_REFERENCE_FREQUENCY (   f_ref,
  f_min,
  approximant 
)
Value:
if (f_ref == 0) \
switch (approximant) { \
case SpinTaylorT1: \
case SpinTaylorT5: \
case SpinTaylorT3: \
case SpinTaylorT4: \
case SpinTaylorF2: \
case IMRPhenomP: \
case IMRPhenomPv2: \
case IMRPhenomPv3: \
case IMRPhenomXP: \
case IMRPhenomXPHM: \
case NRSur4d2s: \
case IMRPhenomT: \
case IMRPhenomTHM: \
case IMRPhenomTP: \
case IMRPhenomTPHM: \
case IMRPhenomXO4a: \
case TEOBResumS: \
f_ref = f_min; \
break; \
default: \
break; \
}
@ SpinTaylorT4
Spinning case T4 models (lalsimulation's equivalent of SpinTaylorFrameless).
@ IMRPhenomPv3
Frequency domain (generic spins) inspiral-merger-ringdown templates of Hannam et al....
@ SpinTaylorT5Fourier
Frequency domain (generic spins) inspiral only waveforms based on TaylorT5, , (the paper refers to S...
@ IMRPhenomTPHM
Time domain, precessing phenomenological IMR waveform model for L=2 sector ([arXiv: 20XY....
@ IMRPhenomP
Frequency domain (generic spins) inspiral-merger-ringdown templates of Hannam et al....
@ IMRPhenomXP
Frequency domain, precessing phenomenological IMR waveform model.
@ IMRPhenomPv2_NRTidal
Frequency domain tidal version of IMRPhenomPv2, using NRTidal framework from arXiv:1706....
@ IMRPhenomT
@ IMRPhenomXO4a
Frequency domain, precessing with subdominant modes phenomenological IMR waveform model with NR-tuned...
@ IMRPhenomXPHM
Frequency domain, precessing with subdominant modes phenomenological IMR waveform model.
@ IMRPhenomTP
Time domain, non-precessing phenomenological IMR waveform model with subdominant modes ([arXiv: 20XY....
@ SpinTaylorT4Fourier
Frequency domain (generic spins) inspiral only waveforms based on TaylorT4, arXiv: 1408....
@ IMRPhenomPv2
Frequency domain (generic spins) inspiral-merger-ringdown templates of Hannam et al....
@ IMRPhenomPv2_NRTidalv2
Frequency domain tidal version; based on https://arxiv.org/abs/1905.06011.
@ SpinTaylorF2
Spinning case F2 models (single spin only).
@ NRSur4d2s
@ SpinTaylorT5
Spinning case T5 models, which is a variant of the spinning version of the original TaylorT2 (see ) d...
@ IMRPhenomTHM
Time domain, non-precessing phenomenological IMR waveform model for the dominant (2,...
@ IMRPhenomPv3HM
Frequency domain (generic spins) inspiral-merger-ringdown templates of Khan et al.
@ SpinTaylorT1
Spinning case T1 models.
@ SpinTaylorT3
Spinning case T3 models.
@ IMRPhenomXP_NRTidalv2
Tidal extension of IMRPhenomXP based on [arXiv:1905.06011].
@ TEOBResumS
Resummed Spin-aligned Tidal EOB.
double f_min
Definition: unicorn.c:22

Definition at line 10 of file fix_reference_frequency_macro.h.