LALInspiral 5.0.3.1-eeff03c
FindChirpPhenomWaveform.c File Reference

Prototypes

void GetPhenomCoeffsLongJena (PhenomCoeffs *co)
 This function contains the coeffs from the matching with the LONG Jena waveforms (those are not the ones published in the paper) More...
 
void ComputeParamsFromCoeffs (PhenomParams *params, PhenomCoeffs *coeffs, REAL8 eta, REAL8 M)
 
REAL4FrequencySeriesXLALHybridP1Amplitude (PhenomParams *params, REAL8 fLow, REAL8 df, REAL8 eta, REAL8 M, UINT4 len)
 
REAL4FrequencySeriesXLALHybridP1Phase (PhenomParams *params, REAL8 fLow, REAL8 df, REAL8 eta, REAL8 M, UINT4 n)
 Computes effective phase as in arXiv:0710.2335 [gr-qc]. More...
 
REAL8 XLALLorentzian (REAL8 freq, REAL8 fRing, REAL8 sigma)
 

Go to the source code of this file.

Data Structures

struct  PhenomCoeffs
 
struct  PhenomParams
 

Function Documentation

◆ GetPhenomCoeffsLongJena()

void GetPhenomCoeffsLongJena ( PhenomCoeffs co)

This function contains the coeffs from the matching with the LONG Jena waveforms (those are not the ones published in the paper)

Definition at line 148 of file FindChirpPhenomWaveform.c.

◆ ComputeParamsFromCoeffs()

void ComputeParamsFromCoeffs ( PhenomParams params,
PhenomCoeffs coeffs,
REAL8  eta,
REAL8  M 
)

Definition at line 329 of file FindChirpPhenomWaveform.c.

◆ XLALHybridP1Amplitude()

REAL4FrequencySeries * XLALHybridP1Amplitude ( PhenomParams params,
REAL8  fLow,
REAL8  df,
REAL8  eta,
REAL8  M,
UINT4  len 
)

Definition at line 253 of file FindChirpPhenomWaveform.c.

◆ XLALHybridP1Phase()

REAL4FrequencySeries * XLALHybridP1Phase ( PhenomParams params,
REAL8  fLow,
REAL8  df,
REAL8  eta,
REAL8  M,
UINT4  len 
)

Computes effective phase as in arXiv:0710.2335 [gr-qc].

Definition at line 182 of file FindChirpPhenomWaveform.c.

◆ XLALLorentzian()

REAL8 XLALLorentzian ( REAL8  freq,
REAL8  fRing,
REAL8  sigma 
)

Definition at line 166 of file FindChirpPhenomWaveform.c.