A class for Slepian expansion coefficients.

Initialization

Initialization method Description
x = Slepian.expand() Determine Slepian expansion coefficients for an input function.

Attributes

Attribute Description
falpha Array of the Slepian expansion coefficients.
galpha A Slepian class instance that contains the associated Slepian functions.
nmax The number of Slepian expansion coefficients.

Methods

Method Description
expand() Expand the function on a grid an return an SHGrid class instance.
to_shcoeffs() Return the spherical harmonic coefficients of the function as an SHCoeffs class instance.
copy() Return a copy of the class instance.
info() Print a summary of the data stored in the Slepian instance.
Edit me