Skip to content

Commit 65fc345

Browse files
authored
corrects even/odd for steerpyr docstring (#45)
1 parent c937115 commit 65fc345

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pyrtools/pyramids/SteerablePyramidFreq.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ class SteerablePyramidFreq(SteerablePyramidBase):
4242
The width of the transition region of the radial lowpass function, in octaves
4343
is_complex : `bool`
4444
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.
45+
parts correspond to a pair of odd and even symmetric filters. If False, the coefficients
46+
only include the real part / odd symmetric filter.
4747
4848
Attributes
4949
----------

0 commit comments

Comments
 (0)