Test routine for codes that generate inspiral waveform from non-spinning black hole binaries. More...
Prototypes | |
void | printf_timeseries (int n, float *sig, double delta, double t0) |
int | main (void) |
Test routine for codes that generate inspiral waveform from non-spinning black hole binaries.
Time domain signals are returned when the approximant
is one of TaylorT1, TaylorT2, TaylorT3, PadeT1, EOB, SpinTaylorT3
and frequency domain signals are returned when the approximant
is one of TaylorF1, TaylorF2, BCV.
This code checks every available approximant at every order and reports whether or not there was any problem with the generation codes.
To generate a waveform first set the InspiralTemplate
structure (see below for an example). Next, to measure the length of the array required call the function
The length will be returned in n
. Finally, call the function
to generate the wave, which will be returned in signal
.
Example values of the parameters that can be set (with options in brackets) is:
Definition in file LALInspiralTest.c.
Go to the source code of this file.
void printf_timeseries | ( | int | n, |
float * | sig, | ||
double | delta, | ||
double | t0 | ||
) |
Definition at line 89 of file LALInspiralTest.c.
int main | ( | void | ) |
Definition at line 105 of file LALInspiralTest.c.