exspy#
- exspy.preferences#
The global preferences for eXSpy, where the default settings are stored.
Examples
To set a preference value, for example setting the EDS detector elevation angle to 15 degrees:
>>> exspy.preferences.EDS.eds_detector_elevation = 15.0
To open the preferences dialog. Requires GUI widgets, to enable them see the hyperspy documentation for configuring HyperSpy.
>>> exspy.preferences.gui()
EDS preferences window#
eXSpy preferences#
The exspy preferences has two configuration tabs for EDS and EELS:
- class exspy._defaults_parser.EDSConfig#
Bases:
HasTraitsConfiguration options for EDS.