LALSimulation  5.4.0.1-fe68b98
LALSimInspiralPrecess.h File Reference

Prototypes

int XLALSimInspiralPrecessionRotateModes (SphHarmTimeSeries *h_lm, REAL8TimeSeries *alpha, REAL8TimeSeries *beta, REAL8TimeSeries *gam)
 Takes in the h_lm spherical harmonic decomposed modes and rotates the modes by Euler angles alpha, beta, and gamma using the Wigner D matrices. More...
 
int XLALSimInspiralPrecessionRotateModesOut (SphHarmTimeSeries **hlm_out, SphHarmTimeSeries *hlm_in, const REAL8TimeSeries *alpha, const REAL8TimeSeries *beta, const REAL8TimeSeries *gam)
 Takes in the h_lm spherical harmonic decomposed modes and rotates the modes by Euler angles alpha, beta, and gamma using the Wigner D matrices, analog to int XLALSimInspiralPrecessionRotateModes but with 2 crucial differences: More...
 
int XLALSimInspiralConstantPrecessionConeWaveformModes (SphHarmTimeSeries **h_lm_tmp, double precess_freq, double a, double phi_precess, double alpha_0, double beta_0)
 Takes in the l=2, abs(m)=2 decomposed modes as a strain time series and imposes the effect of a constant cone of precession. More...
 
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 constant cone of precession. More...
 
int XLALSimInspiralOrientationMatrixForL2 (REAL8 mtx[3][3], COMPLEX16 h22, COMPLEX16 h2m2, COMPLEX16 h21, COMPLEX16 h2m1, COMPLEX16 h20)
 Determine the `‘preferred direction’' matrix for the l=2 subspace from the relevant mode decomposed h. More...
 
int XLALSimInspiralOrientationMatrixDirection (REAL8 vec[3], REAL8 mtx[3][3])
 Determine a direction vector from the orientation matrix. More...
 

Go to the source code of this file.