LALSimInspiralPNMode.c File Reference

#include <math.h>
#include <lal/LALStdlib.h>
#include <lal/LALSimInspiral.h>
#include <lal/LALComplex.h>
#include <lal/LALConstants.h>

Include dependency graph for LALSimInspiralPNMode.c:

Go to the source code of this file.

Defines

#define LAL_USE_COMPLEX_SHORT_MACROS

Functions

 NRCSID (LALSIMINSPIRALPNMODEC,"$Id: LALSimInspiralPNMode.c,v 1.3 2008/03/20 00:31:58 jolien Exp $")
COMPLEX16 XLALSimInspiralPNMode22 (REAL8 x, REAL8 phi, REAL8 logx, REAL8 m1, REAL8 m2, REAL8 r, int O)
 Computes h(2,2) mode of spherical harmonic decomposition of the post-Newtonian inspiral waveform.
COMPLEX16 XLALSimInspiralPNMode21 (REAL8 x, REAL8 phi, REAL8 logx, REAL8 m1, REAL8 m2, REAL8 r, int O)
 Computes h(2,1) mode of spherical harmonic decomposition of the post-Newtonian inspiral waveform.
COMPLEX16 XLALSimInspiralPNMode33 (REAL8 x, REAL8 phi, REAL8 logx, REAL8 m1, REAL8 m2, REAL8 r, int O)
 Computes h(3,3) mode of spherical harmonic decomposition of the post-Newtonian inspiral waveform.
COMPLEX16 XLALSimInspiralPNMode32 (REAL8 x, REAL8 phi, REAL8 logx, REAL8 m1, REAL8 m2, REAL8 r, int O)
 Computes h(3,2) mode of spherical harmonic decomposition of the post-Newtonian inspiral waveform.
COMPLEX16 XLALSimInspiralPNMode31 (REAL8 x, REAL8 phi, REAL8 logx, REAL8 m1, REAL8 m2, REAL8 r, int O)
 Computes h(3,1) mode of spherical harmonic decomposition of the post-Newtonian inspiral waveform.


Define Documentation

#define LAL_USE_COMPLEX_SHORT_MACROS

Definition at line 23 of file LALSimInspiralPNMode.c.


Function Documentation

NRCSID ( LALSIMINSPIRALPNMODEC  ,
"$Id: LALSimInspiralPNMode.  c,
v 1.3 2008/03/20 00:31:58 jolien Exp $"   
)

COMPLEX16 XLALSimInspiralPNMode22 ( REAL8  x,
REAL8  phi,
REAL8  logx,
REAL8  m1,
REAL8  m2,
REAL8  r,
int  O 
)

Computes h(2,2) mode of spherical harmonic decomposition of the post-Newtonian inspiral waveform.

Implements Equation (79) of: Lawrence E. Kidder, "Using Full Information When Computing Modes of Post-Newtonian Waveforms From Inspiralling Compact Binaries in Circular Orbit", Physical Review D 77, 044016 (2008), arXiv:0710.0614v1 [gr-qc].

Parameters:
x  post-Newtonian parameter
phi  orbital phase
logx  log(x/x0) tail gauge parameter
m1  mass of companion 1
m2  mass of companion 2
r  distance of source
O  twice post-Newtonian order

Definition at line 38 of file LALSimInspiralPNMode.c.

COMPLEX16 XLALSimInspiralPNMode21 ( REAL8  x,
REAL8  phi,
REAL8  logx,
REAL8  m1,
REAL8  m2,
REAL8  r,
int  O 
)

Computes h(2,1) mode of spherical harmonic decomposition of the post-Newtonian inspiral waveform.

Implements Equation (80) of: Lawrence E. Kidder, "Using Full Information When Computing Modes of Post-Newtonian Waveforms From Inspiralling Compact Binaries in Circular Orbit", Physical Review D 77, 044016 (2008), arXiv:0710.0614v1 [gr-qc].

Parameters:
x  post-Newtonian parameter
phi  orbital phase
logx  log(x/x0) tail gauge parameter
m1  mass of companion 1
m2  mass of companion 2
r  distance of source
O  twice post-Newtonian order

Definition at line 92 of file LALSimInspiralPNMode.c.

COMPLEX16 XLALSimInspiralPNMode33 ( REAL8  x,
REAL8  phi,
REAL8  logx,
REAL8  m1,
REAL8  m2,
REAL8  r,
int  O 
)

Computes h(3,3) mode of spherical harmonic decomposition of the post-Newtonian inspiral waveform.

Implements Equation (82) of: Lawrence E. Kidder, "Using Full Information When Computing Modes of Post-Newtonian Waveforms From Inspiralling Compact Binaries in Circular Orbit", Physical Review D 77, 044016 (2008), arXiv:0710.0614v1 [gr-qc].

Parameters:
x  post-Newtonian parameter
phi  orbital phase
logx  log(x/x0) tail gauge parameter
m1  mass of companion 1
m2  mass of companion 2
r  distance of source
O  twice post-Newtonian order

Definition at line 143 of file LALSimInspiralPNMode.c.

COMPLEX16 XLALSimInspiralPNMode32 ( REAL8  x,
REAL8  phi,
REAL8  logx,
REAL8  m1,
REAL8  m2,
REAL8  r,
int  O 
)

Computes h(3,2) mode of spherical harmonic decomposition of the post-Newtonian inspiral waveform.

Implements Equation (83) of: Lawrence E. Kidder, "Using Full Information When Computing Modes of Post-Newtonian Waveforms From Inspiralling Compact Binaries in Circular Orbit", Physical Review D 77, 044016 (2008), arXiv:0710.0614v1 [gr-qc].

Parameters:
x  post-Newtonian parameter
phi  orbital phase
logx  log(x/x0) tail gauge parameter
m1  mass of companion 1
m2  mass of companion 2
r  distance of source
O  twice post-Newtonian order

Definition at line 195 of file LALSimInspiralPNMode.c.

COMPLEX16 XLALSimInspiralPNMode31 ( REAL8  x,
REAL8  phi,
REAL8  logx,
REAL8  m1,
REAL8  m2,
REAL8  r,
int  O 
)

Computes h(3,1) mode of spherical harmonic decomposition of the post-Newtonian inspiral waveform.

Implements Equation (84) of: Lawrence E. Kidder, "Using Full Information When Computing Modes of Post-Newtonian Waveforms From Inspiralling Compact Binaries in Circular Orbit", Physical Review D 77, 044016 (2008), arXiv:0710.0614v1 [gr-qc].

Parameters:
x  post-Newtonian parameter
phi  orbital phase
logx  log(x/x0) tail gauge parameter
m1  mass of companion 1
m2  mass of companion 2
r  distance of source
O  twice post-Newtonian order

Definition at line 244 of file LALSimInspiralPNMode.c.


Generated on Sun Sep 7 03:07:54 2008 for LAL by  doxygen 1.5.2