#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/NRWaveIO.h>Include dependency graph for SphericalHarmonics.h:

Go to the source code of this file.
Functions | |
| NRCSID (SPHERICALHARMONICSH,"$Id: SphericalHarmonics.h,v 1.3 2007/02/19 00:51:10 badri Exp $") | |
| INT4 | XLALSphHarm (COMPLEX16 *out, UINT4 L, INT4 M, REAL4 theta, REAL4 phi) |
| Spin weighted Spherical Harmonic. | |
| NRCSID | ( | SPHERICALHARMONICSH | , | |
| "$Id: SphericalHarmonics. | h, | |||
| v 1.3 2007/02/19 00:51:10 badri Exp $" | ||||
| ) |
Spin weighted Spherical Harmonic.
dependency on theta
| out | output |
| L | value of L |
| M | value of M |
| theta | angle with respect to the z axis |
| phi | angle with respect to the x axis |
Definition at line 514 of file NRWaveInject.c.
1.5.2