LALSimulation  5.4.0.1-fe68b98
LALSimSphHarmMode.c File Reference

Prototypes

int XLALSimAddMode (REAL8TimeSeries *hplus, REAL8TimeSeries *hcross, COMPLEX16TimeSeries *hmode, REAL8 theta, REAL8 phi, int l, int m, int sym)
 Multiplies a mode h(l,m) by a spin-2 weighted spherical harmonic to obtain hplus - i hcross, which is added to the time series. More...
 
int XLALSimAddModeAngleTimeSeries (REAL8TimeSeries *hplus, REAL8TimeSeries *hcross, COMPLEX16TimeSeries *hmode, REAL8TimeSeries *theta, REAL8TimeSeries *phi, int l, int m, int sym)
 Multiplies a mode h(l,m) by a spin-2 weighted spherical harmonic to obtain hplus - i hcross, which is added to the time series for TimeSeries of angles. More...
 
int XLALSimAddModeFD (COMPLEX16FrequencySeries *hptilde, COMPLEX16FrequencySeries *hctilde, COMPLEX16FrequencySeries *hlmtilde, REAL8 theta, REAL8 phi, INT4 l, INT4 m, INT4 sym)
 Helper function to add a mode to hplus, hcross in Fourier domain copies the function XLALSimAddMode, which was done only for TD structures. More...
 
int XLALSimAddModeFromModes (REAL8TimeSeries *hplus, REAL8TimeSeries *hcross, SphHarmTimeSeries *hmode, REAL8 theta, REAL8 phi)
 For all valid TimeSeries contained within hmode structure, multiplies a mode h(l,m) by a spin-2 weighted spherical harmonic to obtain hplus - i hcross, which is added to the time series. More...
 
int XLALSimAddModeFromModesAngleTimeSeries (REAL8TimeSeries *hplus, REAL8TimeSeries *hcross, SphHarmTimeSeries *hmode, REAL8TimeSeries *theta, REAL8TimeSeries *phi)
 For all valid TimeSeries contained within hmode structure, multiplies a mode h(l,m) by a spin-2 weighted spherical harmonic to obtain hplus - i hcross, which is added to the time series. More...
 
int XLALSimNewTimeSeriesFromModes (REAL8TimeSeries **hplus, REAL8TimeSeries **hcross, SphHarmTimeSeries *hmode, REAL8 theta, REAL8 phi)
 Returns the h+, hx waveforms constructed from all valid TimeSeries contained within hmode structure. More...
 
int XLALSimNewTimeSeriesFromModesAngleTimeSeries (REAL8TimeSeries **hplus, REAL8TimeSeries **hcross, SphHarmTimeSeries *hmode, REAL8TimeSeries *theta, REAL8TimeSeries *phi)
 Returns the h+, hx waveforms constructed from all valid TimeSeries contained within hmode structure. More...
 

Go to the source code of this file.