LALInspiral 5.0.3.1-eeff03c
LALInspiralSetup.c File Reference

Module to generate all the Taylor and Pade coefficients needed in waveform generation. More...

Prototypes

void LALInspiralSetup (LALStatus *status, expnCoeffs *ak, InspiralTemplate *params)
 
int XLALInspiralSetup (expnCoeffs *ak, InspiralTemplate *params)
 

Detailed Description

Module to generate all the Taylor and Pade coefficients needed in waveform generation.

Author
Sathyaprakash, B. S.

Prototypes

XLALInspiralSetup()

  • ak: Output containing PN expansion coefficients of various physical quantities such as energy, flux, frequency, phase and timing.
  • params: Input containing binary chirp parameters.

Description

Module to generate all the coefficiants needed in the Taylor and Pade expressions for the energy and flux functions \(E^{\prime}(v)\) and \(\mathcal{F}(v)\). These are used to solve the gravitational wave phasing formula. The coefficients are used by the function LALInspiralChooseModel to define the energy and flux functions by accessing the structure ak and are tabulated in this table and this table.

Algorithm

None.

Uses

None.

Notes

Definition in file LALInspiralSetup.c.

Go to the source code of this file.

Function Documentation

◆ LALInspiralSetup()

void LALInspiralSetup ( LALStatus status,
expnCoeffs ak,
InspiralTemplate params 
)

Definition at line 68 of file LALInspiralSetup.c.

◆ XLALInspiralSetup()

int XLALInspiralSetup ( expnCoeffs ak,
InspiralTemplate params 
)

Definition at line 88 of file LALInspiralSetup.c.