hyperspy
hyperspy copied to clipboard
Multidimensional data analysis
Issue to track HyperSpy splitting progress. Original discussion @ #821. * [x] GUI toolkit register - ipywidgets [WIP in #1544] * [x] GUI - ipywidgets #1544] * [x] GUI -...
One common inconvenience/confusing that beginners experience with hyperspy is issue like https://github.com/hyperspy/hyperspy/issues/2959, because `hs.load` can return a list of signals or a signal... this is very simple to explain but...
With the permanent markers having been included, we can now load the Digital Micrograph (and other file format) annotations as permanent markers. - [x] Finish implementation - [x] Tests -...
Adding a function to io.py to read Gatan OneView_IS datasets. OneView_IS (in-situ) datasets are saved as nested folders with the following format: `Example_OneView_IS/Hour_00/Minute_00/Second_00/Example_OneView_IS_Hour_00_Minute_00_Second_00_Frame_0000.dm4` In each `Second_xx` folder as many frames...
If I do : s=hs.load('zone 2.bcf', signal_type = "EDS_TEM") I get the following warning: "WARNING:hyperspy.io_plugins.bcf:spectrum have no dead time records..." Then a number of parameters are imported from the .bcf...
### Description of the change 1. Added "eager" imports under the `TYPE_CHECKING` filter (which is only `True` during e.g. pylance/mypy type checking) so that autocomplete works for the lazy modules...
#### Describe the bug Commit https://github.com/hyperspy/hyperspy/commit/02745991c338de35448be8ff98ff66c1e7577d51 modified widget removal code, and it appears to not work as intended. I had some code prior that would take the navigator image for...
[](https://lgtm.com/projects/g/hyperspy/hyperspy/context:python) [](https://lgtm.com/projects/g/hyperspy/hyperspy/alerts/) The code checker `lgtm` has a number of errors, warnings and recommendations for HyperSpy. We should use that to consolidate our code: https://lgtm.com/projects/g/hyperspy/hyperspy
Based on a discussion in #2312, I think its worth recording it in an issue here. The proposal is to apply the [black](https://black.readthedocs.io/en/stable/) code formatter to HyperSpy at some point...
#### Describe the bug Hello Comunity, I have a problem with the EELS Fitting. I try two ways: The first i have: ``` import hyperspy.api as hs %matplotlib qt5 s...