hyperspy.utils package
Submodules
- hyperspy.utils.eds module
- hyperspy.utils.markers module
- hyperspy.utils.material module
- hyperspy.utils.model module
- hyperspy.utils.model_selection module
- hyperspy.utils.parallel_pool module
- hyperspy.utils.peakfinders2D module
- hyperspy.utils.plot module
- hyperspy.utils.roi module
- hyperspy.utils.samfire module
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_types
This includes signal_types 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 | +--------------------+---------------------+--------------------+----------+