s2fft is currently in an open beta, please provide feedback on GitHub

Risbo#

s2fft.recursions.risbo.compute_full(dl: ndarray, beta: float, L: int, el: int) ndarray#

Compute Wigner-d at argument \(\beta\) for full plane using Risbo recursion.

The Wigner-d plane is computed by recursion over \(\ell\). Thus, for \(\ell > 0\) the plane must be computed already for \(\ell - 1\). At present, for \(\ell = 0\) the recusion is initialised.

Parameters:
  • dl (np.ndarray) – Wigner-d plane for \(\ell - 1\) at \(\beta\).

  • beta (float) – Argument \(\beta\) at which to compute Wigner-d plane.

  • L (int) – Harmonic band-limit.

  • el (int) – Spherical harmonic degree \(\ell\).

Returns:

Plane of Wigner-d for \(\ell\) and \(\beta\), with full plane computed.

Return type:

np.ndarray