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 c937115 commit 65fc345Copy full SHA for 65fc345
src/pyrtools/pyramids/SteerablePyramidFreq.py
@@ -42,8 +42,8 @@ class SteerablePyramidFreq(SteerablePyramidBase):
42
The width of the transition region of the radial lowpass function, in octaves
43
is_complex : `bool`
44
Whether the pyramid coefficients should be complex or not. If True, the real and imaginary
45
- parts correspond to a pair of even and odd symmetric filters. If False, the coefficients
46
- only include the real part / even symmetric filter.
+ parts correspond to a pair of odd and even symmetric filters. If False, the coefficients
+ only include the real part / odd symmetric filter.
47
48
Attributes
49
----------
0 commit comments