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
Reopening this issue because it should fail with a better error message saying that the sparse library is required to read EDS spectrum image from Velox emd file.
Marking this issue as first good issue because it simply need to catch the error at the right place with a try, except block and raise an error with a more suitable message.
Describe the bug
Tried to read in a spectrum image Velox emd file (EDS) and got:
To Reproduce
import hyperspy.api as hs
d = hs.load('example.emd')
Expected behavior
Should load the dataset
Python environment:
The text was updated successfully, but these errors were encountered: