Blah. More...
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) |
Blah.
XLALGetErrorMatrixFromSnglInspiral() takes in a SnglInspiralTable, and a value for the e-thinca parameter. It returns a gsl_matrix containing the the metric scaled appropriately for the given e-thinca parameter.
XLALGetPositionFromSnglInspiral() takes in a SnglInspiralTable, and returns the position vector associated with the trigger in \((t_C, \tau_0, \tau_3)\) space.
XLALSetTimeInPositionVector() sets the time co-ordinate in the given position vector to time. It returns zero upon successful completion.
Definition in file GetErrorMatrixFromSnglInspiral.c.