hyperspyUI
hyperspyUI copied to clipboard
A user interface for the hyperspy package. https://hyperspy.org/hyperspyUI
The Titlebar of the docked windows in the UI are very vertically wide on Mac. On Linux and Windows they look great.
I thought this might be a hyperspy and matplotlib-backend related issue, but perhaps not. Trying zlp alignment in HyperspyUI (using the console) is extremely slow - I think this is...
Right clicking on a model and choosing set_signal_range() does not show any window at all on Mac, but sets the signal range to be the full range of the signal....
Would a %hyperspyui magic that opens HyperSpyUI and registers all the signals in the current namespace be feasible? And the reverse, connecting to the IPython kernel in the HyperSpyUI session...
Currently HyperSpy supports Lazy loading, however I don't think there is a way of specifying a file to be loaded lazily in HyperSpyUI. This would be useful for loading very...
The scree plot produced from `Decomposition Model` has no way of limiting the number of components, which makes it difficult to choose the right number. Previously the limit used to...
It would be nice to include the time and date for each entry in the UI log. ### Steps to reproduce Doing anything wrong in the UI :) ### Ex~~c~~pected...
When working with signals in the console, any outputs are stored in the global `Out` array. This might prevent the garbage collector from freeing otherwise orphaned (closed) signals. The easiest...
The navigator for signals with navigation dimension > 2 doesn't work properly. There is a small window but I can't drag the sliders. Test code: ```python hs.signals.Signal1D(np.random.rand(5,5,5,5)).plot() ```
The line measure tool doesn't work properly after changing axis scale. To replicate: - Generate an image signal (s = hs.signals.Signal2D(np.random.random(size=(100,100)))) - Press line measure tool and drag it in...