hyperspy.utils package¶
Submodules¶
Module contents¶
Functions that operate on Signal instances and other goodies.
- stack
Stack Signal instances.
Subpackages:
- material
Tools related to the material under study.
- plot
Tools for plotting.
- eds
Tools for energy-dispersive X-ray data analysis.
- example_signals
A few example of signal
-
hyperspy.utils.
print_known_signal_types
()¶ Print all known `signal_type`s
This includes `signal_type`s from all installed packages that extend HyperSpy.
Examples
>>> hs.print_known_signal_types() +--------------------+---------------------+--------------------+----------+ | signal_type | aliases | class name | package | +--------------------+---------------------+--------------------+----------+ | DielectricFunction | dielectric function | DielectricFunction | hyperspy | | EDS_SEM | | EDSSEMSpectrum | hyperspy | | EDS_TEM | | EDSTEMSpectrum | hyperspy | | EELS | TEM EELS | EELSSpectrum | hyperspy | | hologram | | HologramImage | hyperspy | | MySignal | | MySignal | hspy_ext | +--------------------+---------------------+--------------------+----------+