Module to compute the overlap of a given data set with two orthogonal inspiral signals of specified parameters with a weight specified in a psd array. The code also returns in a parameter structure the maximum of the overlap, the bin where the maximum occured and the phase at the maximum. More...
Prototypes | |
| static void | LALInspiralGetOrthoNormalFilter (REAL4Vector *filter2, REAL4Vector *filter1) |
| void | LALInspiralWaveOverlap (LALStatus *status, REAL4Vector *output, InspiralWaveOverlapOut *overlapout, InspiralWaveOverlapIn *overlapin) |
Module to compute the overlap of a given data set with two orthogonal inspiral signals of specified parameters with a weight specified in a psd array. The code also returns in a parameter structure the maximum of the overlap, the bin where the maximum occured and the phase at the maximum.
Definition in file LALInspiralWaveOverlap.c.
Go to the source code of this file.
|
static |
Definition at line 61 of file LALInspiralWaveOverlap.c.
| void LALInspiralWaveOverlap | ( | LALStatus * | status, |
| REAL4Vector * | output, | ||
| InspiralWaveOverlapOut * | overlapout, | ||
| InspiralWaveOverlapIn * | overlapin | ||
| ) |
Definition at line 78 of file LALInspiralWaveOverlap.c.