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
Class variables
var gap : bool
-
Whether to enable a double ended polar cap.
var order : int | numpy.ndarray[typing.Any, numpy.dtype[numpy.int64]] | None
-
By default (i.e.
None
) all orders (i.e.m
) will be computed. Iforder
is specified by an integer then only a given orderm
will 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