Module sleplet.functions.spherical_harmonic

Contains the SphericalHarmonic class.

Classes

class SphericalHarmonic (*args: Any, **kwargs: Any)

Create spherical harmonic functions.

Ancestors

Class variables

var coefficients : numpy.ndarray[typing.Any, numpy.dtype[numpy.complex128 | numpy.float64]]
var ell : int

Degree \ell \geq 0.

var m : int

Order \leq |\ell|

var wavelet_coefficients : numpy.ndarray[typing.Any, numpy.dtype[numpy.complex128 | numpy.float64]]
var wavelets : numpy.ndarray[typing.Any, numpy.dtype[numpy.complex128 | numpy.float64]]

Inherited members