sivborg

Results 9 issues of sivborg

--- name: Center-of-mass in get_direct_beam_position about: Adds center-of-mass algorithm to get_direct_beam_position for Diffraction2D --- **Checklist** - [x] Updated CHANGELOG.md - [x] (if finished) Requested a review (from pc494 if you...

enhancement

This is part of the implementation of #2993 , where the aim is to integrate GUI masking into HyperSpy from matplotlib widgets. As a step forward, I have extended the...

type: new feature
status: waiting for author

Hello! I have been working on some features connected to HyperSpy, and so I was wondering whether they would be relevant in this project. If not, I will implement them...

type: proposal

Hello, one useful feature that's missing is access to the `_slice` in the `get_results` member function in `UDFMeta`. One use case I am currently working with is using the coordinates...

bug

## Contributor Checklist: * [x] I have added or updated my entry in [the creators.json file](https://github.com/LiberTEM/LiberTEM/blob/master/packaging/creators.json) * [ ] I have added [a changelog entry](https://github.com/LiberTEM/LiberTEM/tree/master/docs/source/changelog) for my contribution * [...

**Describe the bug** When running `pyxem.signals.BeamShift.get_linear_plane` with a signal with `nan` or `inf` values, it will silently fail and return a (usually wrong) result. **To Reproduce** ```python import pyxem as...

bug

**Describe the bug** Trying to use ROIs on `BeamShift` signals will fail due to the new implementation of plotting. **To Reproduce** ```python import hyperspy.api as hs import pyxem as pxm...

bug
enhancement

--- Update centre-of-mass documentation --- **Checklist** - [x] implementation steps - [ ] update the Changelog - [x] mark as ready for review Hello. I noticed that the documentation for...

--- Fit linear plane in `pyxem.signals.BeamShift.get_linear_plane` by minimising magnitude variance --- **Checklist** - [x] implementation steps - [x] update the Changelog - [x] mark as ready for review **What does...

needs review