Module sleplet.functions.axisymmetric_wavelets
Contains the AxisymmetricWavelets class.
Classes
class AxisymmetricWavelets (*args: Any, **kwargs: Any)-
Create scale-discretised axisymmetric wavelets. As seen in https://doi.org/10.1051/0004-6361/201220729.
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.
Noneindicates the scaling function, whereas0would correspond to the selectedj_min. var j_min : int-
The minimum wavelet scale. Represented as J_{0} in the papers.
Inherited members