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

Class variables

var L : int

The spherical harmonic bandlimit.

var N : int
var eigenvalues : numpy.ndarray[typing.Any, numpy.dtype[numpy.float64]]
var eigenvectors : numpy.ndarray[typing.Any, numpy.dtype[numpy.complex128]]
var mask : numpy.ndarray[typing.Any, numpy.dtype[numpy.float64]]
var matrix_location : str
var name : str
var regionRegion