LALMetaIO 4.0.6.1-eeff03c
sim_ringdown.c File Reference

Prototypes

SimRingdownTableXLALCreateSimRingdownTableRow (const ProcessTable *process)
 Create a SimRingdownTable structure. More...
 
SimRingdownTableXLALDestroySimRingdownTableRow (SimRingdownTable *row)
 Destroy a SimRingdownTable structure. More...
 
void XLALDestroySimRingdownTable (SimRingdownTable *head)
 Destroy a SimRingdownTable linked list. More...
 
SimRingdownTableXLALSimRingdownTableFromLIGOLw (const char *filename)
 Read the sim_ringdown table from a LIGO Light Weight XML file into a linked list of SimRingdownTable structures. More...
 
int XLALWriteLIGOLwXMLSimRingdownTable (LIGOLwXMLStream *xml, const SimRingdownTable *sim_ringdown)
 Write a sim_ringdown table to an XML file. More...
 

Go to the source code of this file.

Function Documentation

◆ XLALCreateSimRingdownTableRow()

SimRingdownTable * XLALCreateSimRingdownTableRow ( const ProcessTable process)

Create a SimRingdownTable structure.

Definition at line 40 of file sim_ringdown.c.

◆ XLALDestroySimRingdownTableRow()

SimRingdownTable * XLALDestroySimRingdownTableRow ( SimRingdownTable row)

Destroy a SimRingdownTable structure.

Definition at line 65 of file sim_ringdown.c.

◆ XLALDestroySimRingdownTable()

void XLALDestroySimRingdownTable ( SimRingdownTable head)

Destroy a SimRingdownTable linked list.

Definition at line 78 of file sim_ringdown.c.

◆ XLALSimRingdownTableFromLIGOLw()

SimRingdownTable * XLALSimRingdownTableFromLIGOLw ( const char *  filename)

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

Definition at line 91 of file sim_ringdown.c.

◆ XLALWriteLIGOLwXMLSimRingdownTable()

int XLALWriteLIGOLwXMLSimRingdownTable ( LIGOLwXMLStream xml,
const SimRingdownTable sim_ringdown 
)

Write a sim_ringdown table to an XML file.

Definition at line 262 of file sim_ringdown.c.