hyperspyUI icon indicating copy to clipboard operation
hyperspyUI copied to clipboard

A user interface for the hyperspy package. https://hyperspy.org/hyperspyUI

Results 48 hyperspyUI issues
Sort by recently updated
recently updated
newest added
trafficstars

As far as I know, zooming and panning of (at least) 2D signals is only possible when using the Pan/Zoom tool. However, it would be nice if the mouse wheel...

enhancement

Since calibrating images from some feature with know size is a common task in microscopy, it would be nice to have such a tool in HyperSpyUI as well. This can...

When using the Line Measure tool, the cursor changes to a different shape and becomes semi transparent black. The color is supposed to change based on the color of the...

On Ubuntu 16.04, using master branch of HyperSpyUI the optional grid in the rotate window does not do anything: no grid shows up: ```Python s = hs.signals.Signal2D(np.random.random(size=100, 100))) s.plot() ```...

Currently HyperSpyUI has FFT and iFFT buttons, but it would be nice to have a power spectrum (`|FFT(s)|^2`) button as well

Pressing the FFT button for the signal `s = hs.signals.Signal2D(np.random.random(size=(100,100)))` gives: ```Python Traceback (most recent call last): File "/home/magnunor/.virtualenvs/hyperspy_dev/lib/python3.5/site-packages/hyperspyui/plugins/fft.py", line 167, in fft for i in do_ffts(): File "/home/magnunor/.virtualenvs/hyperspy_dev/lib/python3.5/site-packages/hyperspyui/plugins/fft.py", line...

At the moment, s = ui.get_selected_signal(). Could I propose changing this to s = ui.get_current_signal(), copying matplotlib behaviour and allowing for the acronym-method s = ui.gcs(). In matplotlib, one normally...

Probably related to #76, on Mac some features that (I suspect) open GUIs show a tiny empty window: ![screenshot 2016-10-27 18 53 40](https://cloud.githubusercontent.com/assets/2721423/19778903/b1e7b3bc-9c76-11e6-9570-251201df7f4e.png) An example of a dialog that does...

The up and down arrows present on the attached image yield the error at the bottom of this post. I don't know what they do, but if they navigate through...

It should basically do the same as the ghpages entry in `Makefile.bat`.