LALMetaIO 4.0.6.1-eeff03c
sngl_ringdown.c File Reference

Prototypes

SnglRingdownTableXLALCreateSnglRingdownTableRow (const ProcessTable *process)
 Create a SnglRingdownTable structure. More...
 
SnglRingdownTableXLALDestroySnglRingdownTableRow (SnglRingdownTable *row)
 Destroy a SnglRingdownTable structure. More...
 
void XLALDestroySnglRingdownTable (SnglRingdownTable *head)
 Destroy a SnglRingdownTable linked list. More...
 
SnglRingdownTableXLALSnglRingdownTableFromLIGOLw (const char *filename)
 Read the sngl_ringdown table from a LIGO Light Weight XML file into a linked list of SnglRingdownTable structures. More...
 

Go to the source code of this file.

Function Documentation

◆ XLALCreateSnglRingdownTableRow()

SnglRingdownTable * XLALCreateSnglRingdownTableRow ( const ProcessTable process)

Create a SnglRingdownTable structure.

Definition at line 40 of file sngl_ringdown.c.

◆ XLALDestroySnglRingdownTableRow()

SnglRingdownTable * XLALDestroySnglRingdownTableRow ( SnglRingdownTable row)

Destroy a SnglRingdownTable structure.

Definition at line 65 of file sngl_ringdown.c.

◆ XLALDestroySnglRingdownTable()

void XLALDestroySnglRingdownTable ( SnglRingdownTable head)

Destroy a SnglRingdownTable linked list.

Definition at line 78 of file sngl_ringdown.c.

◆ XLALSnglRingdownTableFromLIGOLw()

SnglRingdownTable * XLALSnglRingdownTableFromLIGOLw ( const char *  filename)

Read the sngl_ringdown table from a LIGO Light Weight XML file into a linked list of SnglRingdownTable structures.

Definition at line 91 of file sngl_ringdown.c.