LALInspiral 5.0.3.1-eeff03c
Header CoincInspiralEllipsoid.h

Detailed Description

Provides function definitions for performing inspiral coincidence analysis using error ellipsoids.

Author
Robinson, C. A.

Synopsis

#include <lal/CoincInspiralEllipsoid.h>

Prototypes

gsl_matrix * XLALGetErrorMatrixFromSnglInspiral (SnglInspiralTable *event, REAL8 eMatch)
 
int XLALSetErrorMatrixFromSnglInspiral (gsl_matrix *shape, SnglInspiralTable *event, REAL8 eMatch)
 
gsl_vector * XLALGetPositionFromSnglInspiral (SnglInspiralTable *table)
 
int XLALSetTimeInPositionVector (gsl_vector *position, REAL8 timeShift)
 

Files

file  GetErrorMatrixFromSnglInspiral.c
 Blah.
 

Function Documentation

◆ XLALGetErrorMatrixFromSnglInspiral()

gsl_matrix * XLALGetErrorMatrixFromSnglInspiral ( SnglInspiralTable event,
REAL8  eMatch 
)

Definition at line 68 of file GetErrorMatrixFromSnglInspiral.c.

◆ XLALSetErrorMatrixFromSnglInspiral()

int XLALSetErrorMatrixFromSnglInspiral ( gsl_matrix *  shape,
SnglInspiralTable event,
REAL8  eMatch 
)

Definition at line 102 of file GetErrorMatrixFromSnglInspiral.c.

◆ XLALGetPositionFromSnglInspiral()

gsl_vector * XLALGetPositionFromSnglInspiral ( SnglInspiralTable table)

Definition at line 191 of file GetErrorMatrixFromSnglInspiral.c.

◆ XLALSetTimeInPositionVector()

int XLALSetTimeInPositionVector ( gsl_vector *  position,
REAL8  timeShift 
)

Definition at line 228 of file GetErrorMatrixFromSnglInspiral.c.