Module sleplet.functions.elongated_gaussian

Contains the ElongatedGaussian class.

Classes

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

Create an elongated Gaussian \exp(-(\frac{{(\theta-\overline{\theta})}^{2}}{2\sigma_{\theta}^{2}} + \frac{{(\phi-\overline{\phi})}^{2}}{2\sigma_{\phi}^{2}})).

Ancestors

Class variables

var coefficients : numpy.ndarray[typing.Any, numpy.dtype[numpy.complex128 | numpy.float64]]
var p_sigma : float

Sets the \sigma_{\phi} value.

var t_sigma : float

Sets the \sigma_{\theta} value.

var wavelet_coefficients : numpy.ndarray[typing.Any, numpy.dtype[numpy.complex128 | numpy.float64]]
var wavelets : numpy.ndarray[typing.Any, numpy.dtype[numpy.complex128 | numpy.float64]]

Inherited members