Skip to content

corrects even/odd for steerpyr docstring #45

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 16, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/pyrtools/pyramids/SteerablePyramidFreq.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ class SteerablePyramidFreq(SteerablePyramidBase):
The width of the transition region of the radial lowpass function, in octaves
is_complex : `bool`
Whether the pyramid coefficients should be complex or not. If True, the real and imaginary
parts correspond to a pair of even and odd symmetric filters. If False, the coefficients
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.

Attributes
----------
Expand Down