Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions s2fft/transforms/wigner.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ def inverse(
L (int): Harmonic band-limit.
N (int): Azimuthal band-limit.
N (int): Azimuthal band-limit. For high precision beyond :math:`N \approx 8`,
one should use `method="jax_ssht"`.
nside (int, optional): HEALPix Nside resolution parameter. Only required
if sampling="healpix". Defaults to None.
Expand Down Expand Up @@ -123,7 +124,8 @@ def inverse_numpy(
L (int): Harmonic band-limit.
N (int): Azimuthal band-limit.
N (int): Azimuthal band-limit. Recursive transform will have lower precision
beyond :math:`N \approx 8`.
nside (int, optional): HEALPix Nside resolution parameter. Only required
if sampling="healpix". Defaults to None.
Expand Down Expand Up @@ -207,7 +209,8 @@ def inverse_jax(
L (int): Harmonic band-limit.
N (int): Azimuthal band-limit.
N (int): Azimuthal band-limit. Recursive transform will have lower precision
beyond :math:`N \approx 8`.
nside (int, optional): HEALPix Nside resolution parameter. Only required
if sampling="healpix". Defaults to None.
Expand Down