Provides function definitions for performing inspiral coincidence analysis using error ellipsoids.
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. | |
| gsl_matrix * XLALGetErrorMatrixFromSnglInspiral | ( | SnglInspiralTable * | event, |
| REAL8 | eMatch | ||
| ) |
Definition at line 68 of file GetErrorMatrixFromSnglInspiral.c.
| int XLALSetErrorMatrixFromSnglInspiral | ( | gsl_matrix * | shape, |
| SnglInspiralTable * | event, | ||
| REAL8 | eMatch | ||
| ) |
Definition at line 102 of file GetErrorMatrixFromSnglInspiral.c.
| gsl_vector * XLALGetPositionFromSnglInspiral | ( | SnglInspiralTable * | table | ) |
Definition at line 191 of file GetErrorMatrixFromSnglInspiral.c.
| int XLALSetTimeInPositionVector | ( | gsl_vector * | position, |
| REAL8 | timeShift | ||
| ) |
Definition at line 228 of file GetErrorMatrixFromSnglInspiral.c.