LALInspiral 5.0.3.1-eeff03c
LALSTPNWaveform.c File Reference

Module to generate STPN (spinning binaries) waveforms in agreement with the injecttion package (return a CoherentGW structure). More...

Prototypes

void LALSTPNderivatives (REAL8Vector *values, REAL8Vector *dvalues, void *mparams)
 
void LALSTPNWaveform (LALStatus *status, REAL4Vector *signalvec, InspiralTemplate *params)
 
void LALSTPNWaveformTemplates (LALStatus *status, REAL4Vector *signalvec1, REAL4Vector *signalvec2, InspiralTemplate *params)
 
void LALSTPNWaveformForInjection (LALStatus *status, CoherentGW *waveform, InspiralTemplate *params, PPNParamStruc *ppnParams)
 
void LALSTPNWaveformEngine (LALStatus *status, REAL4Vector *signalvec1, REAL4Vector *signalvec2, REAL4Vector *a, REAL4Vector *ff, REAL8Vector *phi, REAL4Vector *shift, UINT4 *countback, InspiralTemplate *params, InspiralInit *paramsInit)
 

Detailed Description

Module to generate STPN (spinning binaries) waveforms in agreement with the injecttion package (return a CoherentGW structure).

Author
Vallisneri, M. Cokelaer, T.

Definition in file LALSTPNWaveform.c.

Go to the source code of this file.

Data Structures

struct  LALSTPNparams
 

Variables

int newswitch = 0
 

Function Documentation

◆ LALSTPNderivatives()

void LALSTPNderivatives ( REAL8Vector values,
REAL8Vector dvalues,
void *  mparams 
)

Definition at line 61 of file LALSTPNWaveform.c.

◆ LALSTPNWaveform()

void LALSTPNWaveform ( LALStatus status,
REAL4Vector signalvec,
InspiralTemplate params 
)

Definition at line 272 of file LALSTPNWaveform.c.

◆ LALSTPNWaveformTemplates()

void LALSTPNWaveformTemplates ( LALStatus status,
REAL4Vector signalvec1,
REAL4Vector signalvec2,
InspiralTemplate params 
)

Definition at line 319 of file LALSTPNWaveform.c.

◆ LALSTPNWaveformForInjection()

void LALSTPNWaveformForInjection ( LALStatus status,
CoherentGW waveform,
InspiralTemplate params,
PPNParamStruc ppnParams 
)

Definition at line 382 of file LALSTPNWaveform.c.

◆ LALSTPNWaveformEngine()

void LALSTPNWaveformEngine ( LALStatus status,
REAL4Vector signalvec1,
REAL4Vector signalvec2,
REAL4Vector a,
REAL4Vector ff,
REAL8Vector phi,
REAL4Vector shift,
UINT4 countback,
InspiralTemplate params,
InspiralInit paramsInit 
)

Definition at line 619 of file LALSTPNWaveform.c.

Variable Documentation

◆ newswitch

int newswitch = 0

Definition at line 379 of file LALSTPNWaveform.c.