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 ae22ddc commit 990266cCopy full SHA for 990266c
src/aspire/basis/pswf_2d.py
@@ -39,7 +39,7 @@ def __init__(self, size, gamma_trunc=1.0, beta=1.0, dtype=np.float32):
39
Initialize an object for 2D PSWF basis expansion using direct method
40
41
:param size: The size of the vectors for which to define the basis
42
- 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
43
a square basis is assumed. Currently only square images are supported.
44
:param gamma_trunc: Truncation parameter of PSWFs, between 0 and 1e6,
45
which controls the length of the expansion and the approximation error.
0 commit comments