30#include <lal/LALSimInspiralPrecess.h>
34 FILE* h_ref = fopen(
"h_ref_EOBNR.txt",
"w");
35 FILE* h_rot = fopen(
"h_rot_EOBNR.txt",
"w");
50 REAL8 precess_freq = 10.;
52 REAL8 cone_azimuth = 0.;
54 REAL8 J_zenith = inclination;
61 0., 0., 0., 0., 0., 0.,
85 cone_opening, cone_azimuth,
86 J_azimuth, J_zenith );
void XLALDestroyDict(LALDict *dict)
LALDict * XLALCreateDict(void)
int XLALSimInspiralPolarizationsFromSphHarmTimeSeries(REAL8TimeSeries **hp, REAL8TimeSeries **hc, SphHarmTimeSeries *hlms, REAL8 iota, REAL8 phiRef)
Compute the polarizations from all the -2 spin-weighted spherical harmonic modes stored in 'hlms'.
SphHarmTimeSeries * XLALSimInspiralChooseTDModes(UNUSED REAL8 phiRef, REAL8 deltaT, REAL8 m1, REAL8 m2, REAL8 S1x, REAL8 S1y, REAL8 S1z, REAL8 S2x, REAL8 S2y, REAL8 S2z, REAL8 f_min, REAL8 f_ref, REAL8 distance, LALDict *params, int lmax, Approximant approximant)
Interface to compute a set of -2 spin-weighted spherical harmonic modes for a binary inspiral for a g...
Approximant
Enum that specifies the PN approximant to be used in computing the waveform.
int XLALSimInspiralConstantPrecessionConeWaveform(REAL8TimeSeries **hp, REAL8TimeSeries **hx, SphHarmTimeSeries *h_lm, double precess_freq, double a, double phi_precess, double alpha_0, double beta_0)
Takes in the spherical harmonic decomposed modes as a strain time series and imposes the effect of a ...
void XLALDestroySphHarmTimeSeries(SphHarmTimeSeries *ts)
Delete list from current pointer to the end of the list.
void XLALDestroyREAL8TimeSeries(REAL8TimeSeries *series)
REAL8 XLALGPSGetREAL8(const LIGOTimeGPS *epoch)
Structure to carry a collection of spherical harmonic modes in COMPLEX16 time series.