I don't know in reality...
This is the exemple show in the documentation of package Hyperspy.
my_np_array = np.random.random((10,20,100))
s = hs.signals.Signal1D(my_np_array)
s
<Signal1D, title: , dimensions: (20, 10|100)>
But in my case I have only a matrix of 100 spectra and the information of image weight (10*10 pixels)
This is the exemple show in the documentation of package Hyperspy.
my_np_array = np.random.random((10,20,100))
s = hs.signals.Signal1D(my_np_array)
s
<Signal1D, title: , dimensions: (20, 10|100)>
But in my case I have only a matrix of 100 spectra and the information of image weight (10*10 pixels)