We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a6f1e commit ae22ddcCopy full SHA for ae22ddc
src/aspire/basis/fpswf_2d.py
@@ -34,7 +34,7 @@ def __init__(self, size, gamma_truncation=1.0, beta=1.0, dtype=np.float32):
34
Initialize an object for 2D prolate spheroidal wave function (PSWF) basis expansion using fast method.
35
36
:param size: The size of the vectors for which to define the basis
37
- and the image resultion. May be a 2-tuple or an integer, in which case
+ and the image resolution. May be a 2-tuple or an integer, in which case
38
a square basis is assumed. Currently only square images are supported.
39
:param gamma_trunc: Truncation parameter of PSWFs, between 0 and 1e6,
40
which controls the length of the expansion and the approximation error.
0 commit comments