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) |
| REAL4FrequencySeries * | XLALHybridP1Amplitude (PhenomParams *params, REAL8 fLow, REAL8 df, REAL8 eta, REAL8 M, UINT4 len) |
| REAL4FrequencySeries * | XLALHybridP1Phase (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 |
| 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.
| void ComputeParamsFromCoeffs | ( | PhenomParams * | params, |
| PhenomCoeffs * | coeffs, | ||
| REAL8 | eta, | ||
| REAL8 | M | ||
| ) |
Definition at line 329 of file FindChirpPhenomWaveform.c.
| REAL4FrequencySeries * XLALHybridP1Amplitude | ( | PhenomParams * | params, |
| REAL8 | fLow, | ||
| REAL8 | df, | ||
| REAL8 | eta, | ||
| REAL8 | M, | ||
| UINT4 | len | ||
| ) |
Definition at line 253 of file FindChirpPhenomWaveform.c.
| 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.