LALInspiral 5.0.3.1-eeff03c
GenerateInspiral.c File Reference

Prototypes

int XLALGetAdaptiveIntFromString (const CHAR *inString)
 XLAL function to determine adaptive integration flag from a string. More...
 
int XLALGetInspiralOnlyFromString (const CHAR *inString)
 XLAL function to determine inspiral-only flag from a string. More...
 
int XLALGetInteractionFromString (const CHAR *inString)
 XLAL function to determine LALInspiralInteraction from a string. More...
 
void LALGenerateInspiral (LALStatus *status, CoherentGW *waveform, SimInspiralTable *thisEvent, PPNParamStruc *ppnParams)
 
int XLALGenerateInspiralPopulatePPN (PPNParamStruc *restrict ppnParams, SimInspiralTable *restrict thisEvent)
 
int XLALGenerateInspiralPopulateInspiral (InspiralTemplate *restrict inspiralParams, SimInspiralTable *restrict thisEvent, PPNParamStruc *restrict ppnParams)
 

Go to the source code of this file.

Function Documentation

◆ XLALGetAdaptiveIntFromString()

int XLALGetAdaptiveIntFromString ( const CHAR inString)

XLAL function to determine adaptive integration flag from a string.

Returns 1 if string contains 'fixedStep', otherwise returns 0 to signal adaptive integration should be used.

Definition at line 34 of file GenerateInspiral.c.

◆ XLALGetInspiralOnlyFromString()

int XLALGetInspiralOnlyFromString ( const CHAR inString)

XLAL function to determine inspiral-only flag from a string.

Returns 1 if string contains 'inspiralOnly', otherwise returns 0 to signal full inspiral-merger-ringdown waveform should be generated.

Definition at line 47 of file GenerateInspiral.c.

◆ XLALGenerateInspiralPopulatePPN()

int XLALGenerateInspiralPopulatePPN ( PPNParamStruc *restrict  ppnParams,
SimInspiralTable *restrict  thisEvent 
)
See also
See Header GenerateInspiral.h for documentation

Definition at line 280 of file GenerateInspiral.c.

◆ XLALGenerateInspiralPopulateInspiral()

int XLALGenerateInspiralPopulateInspiral ( InspiralTemplate *restrict  inspiralParams,
SimInspiralTable *restrict  thisEvent,
PPNParamStruc *restrict  ppnParams 
)
See also
See Header GenerateInspiral.h for documentation

Definition at line 324 of file GenerateInspiral.c.