LALInspiral 5.0.3.1-eeff03c
LALInspiralGetApproximantString.c File Reference

Function for creating the approximant string which gets written to output files for a given approximant and PN order of the phasing. More...

Prototypes

int XLALInspiralGetApproximantString (CHAR *output, UINT4 length, Approximant approx, LALPNOrder order)
 

Detailed Description

Function for creating the approximant string which gets written to output files for a given approximant and PN order of the phasing.

Author
Craig Robinson

Prototypes

XLALXLALInspiralGetApproximantString():

  • output, Output, Pointer to the string in which to place the output
  • length, Input, the length of the output string
  • approx, Input, enumeration of the waveform approximant
  • order, Input, post-Newtonian order of the phasing.

Description

Algorithm

Uses

snprintf

Notes

Definition in file LALInspiralGetApproximantString.c.

Go to the source code of this file.

Function Documentation

◆ XLALInspiralGetApproximantString()

int XLALInspiralGetApproximantString ( CHAR output,
UINT4  length,
Approximant  approx,
LALPNOrder  order 
)

Definition at line 58 of file LALInspiralGetApproximantString.c.