LALSimulation  5.4.0.1-fe68b98
LALSimInspiralTestingGRCorrections.c File Reference

Prototypes

static REAL8 Get22PeakAngFreq (REAL8 UNUSED eta, REAL8 a)
 Combined spin chi defined in Eq. More...
 
int XLALSimInspiralTestingGRCorrections (COMPLEX16FrequencySeries *htilde, const UINT4 l, const UINT4 m, const REAL8 m1_SI, const REAL8 m2_SI, const REAL8 chi1z, const REAL8 chi2z, const REAL8 f_low, const REAL8 f_ref, const REAL8 f_window_div_f_Peak, const REAL8 NCyclesStep, LALDict *LALpars)
 
void XLALSimInspiralPNCorrections (PNPhasingSeries *pfa, const REAL8 m1, const REAL8 m2, const REAL8 chi1L, const REAL8 chi2L, const REAL8 chi1sq, const REAL8 chi2sq, const REAL8 chi1dotchi2, const REAL8 qm_def1, const REAL8 qm_def2, LALDict *LALpars)
 
int XLALSimInspiralPhaseCorrectionsPhasing (COMPLEX16FrequencySeries *htilde, const REAL8Sequence *freqs, const UINT4 m, const UINT4 iStart, const UINT4 iRef, const UINT4 iPeak, PNPhasingSeries pfa, const REAL8 mtot, const REAL8 eta, const REAL8 f_window_div_f_Peak, const REAL8 iStartFinal, const REAL8 NCyclesStep)
 
REAL8 PNPhase (REAL8 f, UINT4 m, PNPhasingSeries pfa, const REAL8 mtot)
 
REAL8 PNPhaseDerivative (REAL8 f, UINT4 m, PNPhasingSeries pfa, const REAL8 mtot)
 
REAL8 PNPhaseSecondDerivative (REAL8 f, UINT4 m, PNPhasingSeries pfa, const REAL8 mtot)
 

Go to the source code of this file.

Function Documentation

◆ Get22PeakAngFreq()

static REAL8 Get22PeakAngFreq ( REAL8 UNUSED  eta,
REAL8  a 
)
inlinestatic

Combined spin chi defined in Eq.

(2.8) of Bohe et al. (2017)

Definition at line 36 of file LALSimInspiralTestingGRCorrections.c.

◆ XLALSimInspiralTestingGRCorrections()

int XLALSimInspiralTestingGRCorrections ( COMPLEX16FrequencySeries htilde,
const UINT4  l,
const UINT4  m,
const REAL8  m1_SI,
const REAL8  m2_SI,
const REAL8  chi1z,
const REAL8  chi2z,
const REAL8  f_low,
const REAL8  f_ref,
const REAL8  f_window_div_f_Peak,
const REAL8  NCyclesStep,
LALDict *  LALpars 
)
Parameters
htildeinput htilde, will be modified in place
ldegree l of the GW mode
morder m of the GW mode
m1_SImass of companion 1 (kg)
m2_SImass of companion 2 (kg)
chi1zz-component of the dimensionless spin of object 1
chi2zz-component of the dimensionless spin of object 2
f_lowlower GW frequency bound (Hz)
f_refreference GW frequency (Hz)
f_window_div_f_PeakFrequency at which to attach non-GR and GR waveforms, inputted as a fraction of f_Peak (should be between 0 and 1)
NCyclesStepNumber of GW cycles over which to taper the non-GR phase correction
LALparsdictionary of additional parameters

Definition at line 50 of file LALSimInspiralTestingGRCorrections.c.

◆ XLALSimInspiralPNCorrections()

void XLALSimInspiralPNCorrections ( PNPhasingSeries pfa,
const REAL8  m1,
const REAL8  m2,
const REAL8  chi1L,
const REAL8  chi2L,
const REAL8  chi1sq,
const REAL8  chi2sq,
const REAL8  chi1dotchi2,
const REAL8  qm_def1,
const REAL8  qm_def2,
LALDict *  LALpars 
)
Parameters
pfaPN phasing coefficients, to be modified in place
m1Mass of body 1, in Msol
m2Mass of body 2, in Msol
chi1LComponent of dimensionless spin 1 along Lhat
chi2LComponent of dimensionless spin 2 along Lhat
chi1sqMagnitude of dimensionless spin 1
chi2sqMagnitude of dimensionless spin 2
chi1dotchi2Dot product of dimensionles spin 1 and spin 2
qm_def1Quadrupole deformation parameter of body 1 (dimensionless)
qm_def2Quadrupole deformation parameter of body 2 (dimensionless)
LALparsdictionary of additional parameters

Definition at line 146 of file LALSimInspiralTestingGRCorrections.c.

◆ XLALSimInspiralPhaseCorrectionsPhasing()

int XLALSimInspiralPhaseCorrectionsPhasing ( COMPLEX16FrequencySeries htilde,
const REAL8Sequence freqs,
const UINT4  m,
const UINT4  iStart,
const UINT4  iRef,
const UINT4  iPeak,
PNPhasingSeries  pfa,
const REAL8  mtot,
const REAL8  eta,
const REAL8  f_window_div_f_Peak,
const REAL8  iStartFinal,
const REAL8  NCyclesStep 
)
Parameters
htildeinput htilde, will be modified in place
freqsfrequency series
morder m of GW mode
iStartindex of starting frequency
iRefindex of reference frequency
iPeakindex of peak frequency
pfaPN phasing coefficients
mtottotal mass
etadimensionless symmetric mass ratio
f_window_div_f_PeakFrequency at which to attach non-GR and GR waveforms, inputted as a fraction of f_Peak (should be between 0 and 1)
iStartFinalindex of starting frequency for TGR modification
NCyclesStepChoose number of GW cycles over which to taper the non-GR phase correction

Definition at line 296 of file LALSimInspiralTestingGRCorrections.c.

◆ PNPhase()

REAL8 PNPhase ( REAL8  f,
UINT4  m,
PNPhasingSeries  pfa,
const REAL8  mtot 
)

Definition at line 379 of file LALSimInspiralTestingGRCorrections.c.

◆ PNPhaseDerivative()

REAL8 PNPhaseDerivative ( REAL8  f,
UINT4  m,
PNPhasingSeries  pfa,
const REAL8  mtot 
)

Definition at line 432 of file LALSimInspiralTestingGRCorrections.c.

◆ PNPhaseSecondDerivative()

REAL8 PNPhaseSecondDerivative ( REAL8  f,
UINT4  m,
PNPhasingSeries  pfa,
const REAL8  mtot 
)

Definition at line 485 of file LALSimInspiralTestingGRCorrections.c.