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(
40
40
41
41
L (int): Harmonic band-limit.
42
42
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"`.
44
45
45
46
nside (int, optional): HEALPix Nside resolution parameter. Only required
46
47
if sampling="healpix". Defaults to None.
@@ -123,7 +124,8 @@ def inverse_numpy(
123
124
124
125
L (int): Harmonic band-limit.
125
126
126
- N (int): Azimuthal band-limit.
127
+ N (int): Azimuthal band-limit. Recursive transform will have lower precision
128
+ beyond :math:`N \approx 8`.
127
129
128
130
nside (int, optional): HEALPix Nside resolution parameter. Only required
129
131
if sampling="healpix". Defaults to None.
@@ -207,7 +209,8 @@ def inverse_jax(
207
209
208
210
L (int): Harmonic band-limit.
209
211
210
- N (int): Azimuthal band-limit.
212
+ N (int): Azimuthal band-limit. Recursive transform will have lower precision
213
+ beyond :math:`N \approx 8`.
211
214
212
215
nside (int, optional): HEALPix Nside resolution parameter. Only required
213
216
if sampling="healpix". Defaults to None.
You can’t perform that action at this time.
0 commit comments