This code generates the two GW polarizations of the inspiral waveform for a given phase model. More...
Prototypes | |
| REAL4 | LALInspiralHPlusPolarization (REAL8 phase, REAL8 v, InspiralTemplate *params) |
| REAL4 | LALInspiralHCrossPolarization (REAL8 phase, REAL8 v, InspiralTemplate *params) |
This code generates the two GW polarizations of the inspiral waveform for a given phase model.
LALInspiralHplus()
output: Outputs either \(h_+\) or \(h_\times.\) params: Input containing binary chirp parameters. phase: Input containing binary chirp phase. v: PN expansion parameter Definition in file LALInspiralPolarizations.c.
Go to the source code of this file.
| REAL4 LALInspiralHPlusPolarization | ( | REAL8 | phase, |
| REAL8 | v, | ||
| InspiralTemplate * | params | ||
| ) |
Definition at line 57 of file LALInspiralPolarizations.c.
| REAL4 LALInspiralHCrossPolarization | ( | REAL8 | phase, |
| REAL8 | v, | ||
| InspiralTemplate * | params | ||
| ) |
Definition at line 134 of file LALInspiralPolarizations.c.