LALSimulation  5.4.0.1-fe68b98

Module to compute the eccentric TaylorF2 inspiral waveform for small eccentricity. Code is based on Section IV of Marc, et al paper Phys. Rev. D 93, 124061 (2016), arXiv:1605.00304. Code review page is https://git.ligo.org/waveforms/reviews/taylorf2ecc/wikis/Eccentric-phase-PN-coefficient-form. More...

Prototypes

Routines for TaylorF2Ecc Waveforms
See also
Section IIIF of Alessandra Buonanno, Bala R Iyer, Evan Ochsner, Yi Pan, and B S Sathyaprakash, "Comparison of post-Newtonian templates for compact binary inspiral signals in gravitational-wave detectors", Phys. Rev. D 80, 084043 (2009), arXiv:0907.0700v1

Section IV of Marc, et al paper Phys. Rev. D 93, 124061 (2016), arXiv:1605.00304. review page is https://git.ligo.org/waveforms/reviews/taylorf2ecc/wikis/Eccentric-phase-PN-coefficient-form.

int XLALSimInspiralTaylorF2CoreEcc (COMPLEX16FrequencySeries **htilde_out, const REAL8Sequence *freqs, const REAL8 phi_ref, const REAL8 m1_SI, const REAL8 m2_SI, const REAL8 f_ref, const REAL8 shft, const REAL8 r, const REAL8 eccentricity, LALDict *p, PNPhasingSeries *pfaP)
 
int XLALSimInspiralTaylorF2Ecc (COMPLEX16FrequencySeries **htilde_out, const REAL8 phi_ref, const REAL8 deltaF, const REAL8 m1_SI, const REAL8 m2_SI, const REAL8 S1z, const REAL8 S2z, const REAL8 fStart, const REAL8 fEnd, const REAL8 f_ref, const REAL8 r, const REAL8 eccentricity, LALDict *p)
 Computes the stationary phase approximation to the Fourier transform of a chirp waveform with eccentric correction. More...
 

Detailed Description

Module to compute the eccentric TaylorF2 inspiral waveform for small eccentricity. Code is based on Section IV of Marc, et al paper Phys. Rev. D 93, 124061 (2016), arXiv:1605.00304. Code review page is https://git.ligo.org/waveforms/reviews/taylorf2ecc/wikis/Eccentric-phase-PN-coefficient-form.

Author
Jeongcho Kim, Chunglee Kim, Hyung Won Lee, Marc Favata, K.G. Arun

Definition in file LALSimInspiralTaylorF2Ecc.c.

Go to the source code of this file.

Macros

#define omp   ignore
 

Macro Definition Documentation

◆ omp

#define omp   ignore

Definition at line 42 of file LALSimInspiralTaylorF2Ecc.c.