You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make_fft_filter function in aoAlg.py assumes a square image when constructing the tukey filter (line 141). Non-square images result in a error at line 143:
ValueError: operands could not be broadcast together with shapes [shape1] [shape2]
The text was updated successfully, but these errors were encountered:
make_fft_filter function in aoAlg.py assumes a square image when constructing the tukey filter (line 141). Non-square images result in a error at line 143:
ValueError: operands could not be broadcast together with shapes [shape1] [shape2]
The text was updated successfully, but these errors were encountered: