Contains function definitions to integrate the SpinQuadTaylor code into the other parts of the LALSuit.
More...
|
| void | LALSQTPNWaveformTemplates (LALStatus *status, REAL4Vector *signalvec1, REAL4Vector *signalvec2, InspiralTemplate *params) |
| |
| int | XLALSQTPNWaveformTemplates (REAL4Vector *signalvec1, REAL4Vector *signalvec2, InspiralTemplate *params) |
| |
| void | LALSQTPNWaveform (LALStatus *status, REAL4Vector *signalvec, InspiralTemplate *params) |
| |
| int | XLALSQTPNWaveform (REAL4Vector *signalvec, InspiralTemplate *params) |
| | The function returns the generated waveform. More...
|
| |
| void | LALSQTPNWaveformForInjection (LALStatus *status, CoherentGW *waveform, InspiralTemplate *params, PPNParamStruc *ppnParams) |
| |
| int | XLALSQTPNWaveformForInjection (CoherentGW *waveform, InspiralTemplate *params, PPNParamStruc *ppnParams) |
| | The function returns the generated waveform for injection. More...
|
| |
| int | XLALSQTPNAllocateCoherentGW (CoherentGW *wave, UINT4 length) |
| | The function allocates memory for the waveform's \(a_1\), \(a_2\), \(\Phi\) and \(\alpha\). More...
|
| |
| void | XLALSQTPNDestroyCoherentGW (CoherentGW *wave) |
| | The function deallocates memory of the waveform. More...
|
| |
| void | XLALSQTPNFillParams (LALSQTPNWaveformParams *wave, InspiralTemplate *params) |
| | The function calculates the parameters from the InspiralTemplate structure. More...
|
| |
Contains function definitions to integrate the SpinQuadTaylor code into the other parts of the LALSuit.
If you want to run the program use the LALSQTPNWaveformTest.c file int the test directory.
- Author
- László Veréb
- Date
- 2010.06.27.
Definition in file LALSQTPNWaveformInterface.c.