File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,8 @@ def inverse(
4040
4141 L (int): Harmonic band-limit.
4242
43- N (int): Azimuthal band-limit.
43+ N (int): Azimuthal band-limit. For high precision beyond :math:`N \approx 8`,
44+ one should use `method="jax_ssht"`.
4445
4546 nside (int, optional): HEALPix Nside resolution parameter. Only required
4647 if sampling="healpix". Defaults to None.
@@ -123,7 +124,8 @@ def inverse_numpy(
123124
124125 L (int): Harmonic band-limit.
125126
126- N (int): Azimuthal band-limit.
127+ N (int): Azimuthal band-limit. Recursive transform will have lower precision
128+ beyond :math:`N \approx 8`.
127129
128130 nside (int, optional): HEALPix Nside resolution parameter. Only required
129131 if sampling="healpix". Defaults to None.
@@ -207,7 +209,8 @@ def inverse_jax(
207209
208210 L (int): Harmonic band-limit.
209211
210- N (int): Azimuthal band-limit.
212+ N (int): Azimuthal band-limit. Recursive transform will have lower precision
213+ beyond :math:`N \approx 8`.
211214
212215 nside (int, optional): HEALPix Nside resolution parameter. Only required
213216 if sampling="healpix". Defaults to None.
You can’t perform that action at this time.
0 commit comments