#include <stdlib.h>
#include <math.h>
#include <stdio.h>
#include <string.h>
#include <lal/LALStdlib.h>
#include <lal/LALConstants.h>
#include <lal/AVFactories.h>
#include <lal/SeqFactories.h>
#include <lal/LIGOMetadataTables.h>
#include <lal/Units.h>
Include dependency graph for GenerateInspRing.h:

Go to the source code of this file.
Functions | |
| NRCSID (GENERATEINSPRING,"$Id: GenerateInspRing.h,v 1.6 2008/01/28 17:53:34 sfairhur Exp $") | |
| CoherentGW * | XLALGenerateInspRing (CoherentGW *waveform, SimInspiralTable *thisEvent, SimRingdownTable *thisRingEvent, int injectSignalType) |
| Takes an inspiral waveform, and a simInspiralTable and generates a ringdown at an appropriate frequency and quality. | |
Definition in file GenerateInspRing.h.
| NRCSID | ( | GENERATEINSPRING | , | |
| "$Id: GenerateInspRing. | h, | |||
| v 1.6 2008/01/28 17:53:34 sfairhur Exp $" | ||||
| ) |
| CoherentGW* XLALGenerateInspRing | ( | CoherentGW * | waveform, | |
| SimInspiralTable * | thisEvent, | |||
| SimRingdownTable * | thisRingEvent, | |||
| int | injectSignalType | |||
| ) |
Takes an inspiral waveform, and a simInspiralTable and generates a ringdown at an appropriate frequency and quality.
| waveform | the inspiral waveform |
| thisEvent | details of the inspiral |
| thisRingEvent | ringdown details to be populated |
| injectSignalType | type of injection |
Definition at line 61 of file GenerateInspRing.c.
1.5.2