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.
| 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.
| 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.
| int XLALGenerateInspiralPopulatePPN | ( | PPNParamStruc *restrict | ppnParams, |
| SimInspiralTable *restrict | thisEvent | ||
| ) |
Definition at line 280 of file GenerateInspiral.c.
| int XLALGenerateInspiralPopulateInspiral | ( | InspiralTemplate *restrict | inspiralParams, |
| SimInspiralTable *restrict | thisEvent, | ||
| PPNParamStruc *restrict | ppnParams | ||
| ) |
Definition at line 324 of file GenerateInspiral.c.