hyperspy icon indicating copy to clipboard operation
hyperspy copied to clipboard

Multidimensional data analysis

Results 245 hyperspy issues
Sort by recently updated
recently updated
newest added

Issue to track HyperSpy splitting progress. Original discussion @ #821. * [x] GUI toolkit register - ipywidgets [WIP in #1544] * [x] GUI - ipywidgets #1544] * [x] GUI -...

type: proposal
release: next major

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...

type: API change

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 -...

type: new feature
status: waiting for author
release: next minor

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...

type: new feature
status: WIP
release: next minor

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...

type: bug
release: next patch

### 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...

type: new feature
status: WIP
release: next minor

#### 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...

type: bug

[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/hyperspy/hyperspy.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/hyperspy/hyperspy/context:python) [![Total alerts](https://img.shields.io/lgtm/alerts/g/hyperspy/hyperspy.svg?logo=lgtm&logoWidth=18)](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

type: bug

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...

type: proposal
release: next major

#### 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...