Provides helper functions used in TrigScan and E-thinca. More...
Prototypes | |
| TriggerErrorList * | XLALCreateTriggerErrorList (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... | |
Provides helper functions used in TrigScan and E-thinca.
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.