LALInspiral 5.0.3.1-eeff03c
TrigScanEThincaCommon.c File Reference

Provides helper functions used in TrigScan and E-thinca. More...

Prototypes

TriggerErrorListXLALCreateTriggerErrorList (SnglInspiralTable *tableHead, REAL8 scaleFactor, REAL8 *tcMax)
 
void XLALDestroyTriggerErrorList (TriggerErrorList *errorListHead)
 
REAL8 XLALSnglInspiralTimeError (const SnglInspiralTable *table, REAL8 eMatch)
 Using the waveform metric components, translate an "e-thinca" treshold into a \(\Delta t\) error interval. More...
 

Detailed Description

Provides helper functions used in TrigScan and E-thinca.

Author
Robinson, C. A. K.

Description

The function XLALCreateTriggerErrorList() creates a linked list of structures pointing to the trigger and their associated position vector and shape matrix. If required, the maximum difference in tC associated with the triggers in the list of SnglInspiralTable's will be passed back in tcMax.

The function XLALDestroyTriggerErrorList() frees all memory associated with the TriggerErrorList, with the exception of the wrapped SnglInspiralTable's, which will normally still be required after TrigScan and E-thinca have completed.

Definition in file TrigScanEThincaCommon.c.

Go to the source code of this file.