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) |
Module to generate all the Taylor and Pade coefficients needed in waveform generation.
ak: Output containing PN expansion coefficients of various physical quantities such as energy, flux, frequency, phase and timing. params: Input containing binary chirp parameters. 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.
None.
None.
Definition in file LALInspiralSetup.c.
Go to the source code of this file.
| void LALInspiralSetup | ( | LALStatus * | status, |
| expnCoeffs * | ak, | ||
| InspiralTemplate * | params | ||
| ) |
Definition at line 68 of file LALInspiralSetup.c.
| int XLALInspiralSetup | ( | expnCoeffs * | ak, |
| InspiralTemplate * | params | ||
| ) |
Definition at line 88 of file LALInspiralSetup.c.