Skip to content
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