Module sleplet.functions.slepian_wavelet_coefficients_south_america

Contains the SlepianWaveletCoefficientsSouthAmerica class.

Classes

class SlepianWaveletCoefficientsSouthAmerica (*args: Any, **kwargs: Any)

Create Slepian wavelet coefficients of the South America region.

Ancestors

Instance variables

var B : int

The wavelet parameter. Represented as \lambda in the papers.

var j : int | None

Option to select a given wavelet. None indicates the scaling function, whereas 0 would correspond to the selected j_min.

var j_min : int

The minimum wavelet scale. Represented as J_{0} in the papers.

Inherited members