Module sleplet.slepian.slepian_polar_cap
Contains the SlepianPolarCap class.
Classes
class SlepianPolarCap (*args: Any, **kwargs: Any)-
Class to create a polar cap Slepian region on the sphere.
Ancestors
Instance variables
var gap : bool-
Whether to enable a double ended polar cap.
var order : int | numpy.ndarray[tuple[typing.Any, ...], numpy.dtype[numpy.int64]] | None-
By default (i.e.
None) all orders (i.e.m) will be computed. Iforderis specified by an integer then only a given ordermwill be computed. In the Slepian eigenproblem formulation this simplifies the mathematical formulation. var theta_max : float-
Set the size of the polar cap region.
Inherited members