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
As the title says. Terminal returns the following error:
s=hs.signals.Signal2D(sc.misc.face()).as_signal2D((2,0)).inav[0]
s.plot()
# Call the FFT function from the menu
Error:
Traceback (most recent call last):
File "/Users/thomas/Dropbox/0_Git/hyperspyUI/hyperspyui/plugins/fft.py", line 167, in fft
for i in do_ffts():
File "/Users/thomas/Dropbox/0_Git/hyperspyUI/hyperspyui/plugins/fft.py", line 149, in do_ffts
if u.endswith('-1'):
AttributeError: '_Undefined' object has no attribute 'endswith'
The text was updated successfully, but these errors were encountered:
As the title says. Terminal returns the following error:
Error:
The text was updated successfully, but these errors were encountered: