ericpre on RELEASE_next_major
Check existence of signal.metad… Rename rst file Remove "del signal.metadata.Mar… and 3 more (compare)
Does anyone know if we ever figured out the mystery of traits windows randomly closing during interaction (like during remove background or cropping)?
trailing around for a really long time ;-)
%matplotlib widget
together with the hyperspy-gui-ipywidgets
package. The plot is then displayed inline and I can also add the background region by clicking and dragging on the spectrum window.
%matplotlib widget
import hyperspy.api as hs
import numpy as np
s = hs.signals.Signal1D(np.arange(1024))
s.remove_background()
[
[1,2,3],
[1,2,3,4],
]