Module sleplet.slepian.region
Contains the Region class.
Classes
class Region (*args: Any, **kwargs: Any)-
Identify and create the appropriate Slepian region for the sphere.
Instance variables
var gap : bool-
Whether to enable a double ended polar cap, set by the
POLAR_GAPenvironment variable. Only relevant iftheta_maxis not180and the other angles are at their default values. var mask_name : str-
The name of the mask of the arbitrary region, set by the
SLEPIAN_MASKenvironment variable. Current options areafricaandsouth_america. var phi_max : float-
For a limited latitude longitude region, set by the
PHI_MAXenvironment variable. var phi_min : float-
For a limited latitude longitude region, set by the
PHI_MINenvironment variable. var theta_max : float-
Set by the
THETA_MAXenvironment variable. When set without the other angles it controls a polar cap region. When in conjunction with the others it is for a limited latitude longitude region. var theta_min : float-
For a limited latitude longitude region, set by the
THETA_MINenvironment variable.