Module sleplet.slepian.slepian_functions
Contains the abstract SlepianFunctions class.
Classes
class SlepianFunctions (*args: Any, **kwargs: Any)-
Abstract parent class of creating the different Slepian regions on the sphere.
Subclasses
Instance variables
var L : int-
The spherical harmonic bandlimit.
var N : int-
The type of the None singleton.
var eigenvalues : numpy.ndarray[tuple[typing.Any, ...], numpy.dtype[numpy.float64]]-
The type of the None singleton.
var eigenvectors : numpy.ndarray[tuple[typing.Any, ...], numpy.dtype[numpy.complex128]]-
The type of the None singleton.
var mask : numpy.ndarray[tuple[typing.Any, ...], numpy.dtype[numpy.float64]]-
The type of the None singleton.
var matrix_location : str-
The type of the None singleton.
var name : str-
The type of the None singleton.
var region : Region-
The type of the None singleton.