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
The changes in this commit fixes this, but its quite sloppy: magnunor@7124b1e
The fs.data = np.abs(fs.data) is due to matplotlib not being able to handle imaginary data.
The if str(u.__class__) == "<class 'traits.trait_base._Undefined'>": is due to the traits.trait_base._Undefined class not having an .endswith function.
Pressing the FFT button for the signal
s = hs.signals.Signal2D(np.random.random(size=(100,100)))
gives:The text was updated successfully, but these errors were encountered: