.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CHANGES.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.md
prepare_release.py
pyproject.toml
releasing_guide.md
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/custom.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/docs.yml
.github/workflows/package_and_test.yml
.github/workflows/release.yml
.github/workflows/tests.yml
doc/Makefile
doc/changes.rst
doc/conf.py
doc/contributing.rst
doc/index.rst
doc/intro.rst
doc/make.bat
doc/_static/exspy-banner-dark.png
doc/_static/exspy-banner-dark.svg
doc/_static/exspy-banner-light.png
doc/_static/exspy-banner-light.svg
doc/_static/exspy-logo-dark.png
doc/_static/exspy-logo-dark.svg
doc/_static/exspy-logo-light.png
doc/_static/exspy-logo-light.svg
doc/_static/exspy.ico
doc/reference/components.rst
doc/reference/data.rst
doc/reference/index.rst
doc/reference/material.rst
doc/reference/models.rst
doc/reference/signals.rst
doc/reference/utils.eds.rst
doc/reference/utils.eels.rst
doc/user_guide/bibliography.rst
doc/user_guide/dielectric_function.rst
doc/user_guide/eds.rst
doc/user_guide/eels.rst
doc/user_guide/index.rst
doc/user_guide/install.rst
doc/user_guide/metadata_structure.rst
doc/user_guide/images/EDS_background_subtraction.png
doc/user_guide/images/EDS_energy_axis_gui.png
doc/user_guide/images/EDS_fitting.png
doc/user_guide/images/EDS_get_lines_intensity.png
doc/user_guide/images/EDS_get_lines_intensity_all.png
doc/user_guide/images/EDS_integration_windows.png
doc/user_guide/images/EDS_microscope_parameters_gui.png
doc/user_guide/images/EDS_plot_Xray_a.png
doc/user_guide/images/EDS_plot_Xray_default.png
doc/user_guide/images/EDS_plot_spectrum.png
doc/user_guide/images/EDS_preferences_gui.png
doc/user_guide/images/EELS_BN_B_zoomin.png
doc/user_guide/images/EELS_BN_B_zoomin_with_gaussians.png
doc/user_guide/images/EELS_edges_at_energy.png
doc/user_guide/images/curve_fitting_BN.png
doc/user_guide/images/plot_images_eds.png
doc/user_guide/images/plot_images_eds_cmap_factors_side_by_side.png
doc/user_guide/images/plot_images_eds_cmap_list.png
examples/README.rst
examples/model_fitting/EELS_curve_fitting.py
examples/model_fitting/README.rst
examples/model_fitting/coreloss_spectrum.msa
examples/model_fitting/lowloss_spectrum.msa
examples/model_fitting/plot_residual.py
examples/model_fitting/simple_arctan_fit.py
exspy/__init__.py
exspy/_defaults_parser.py
exspy/_signal_tools.py
exspy/_utils.py
exspy/conftest.py
exspy/hyperspy_extension.yaml
exspy/material.py
exspy.egg-info/PKG-INFO
exspy.egg-info/SOURCES.txt
exspy.egg-info/dependency_links.txt
exspy.egg-info/entry_points.txt
exspy.egg-info/requires.txt
exspy.egg-info/top_level.txt
exspy/_docstrings/__init__.py
exspy/_docstrings/model.py
exspy/_misc/__init__.py
exspy/_misc/elements.py
exspy/_misc/material.py
exspy/_misc/eds/__init__.py
exspy/_misc/eds/ffast_mac.py
exspy/_misc/eds/utils.py
exspy/_misc/eels/__init__.py
exspy/_misc/eels/base_gos.py
exspy/_misc/eels/eelsdb.py
exspy/_misc/eels/effective_angle.py
exspy/_misc/eels/electron_inelastic_mean_free_path.py
exspy/_misc/eels/gosh_gos.py
exspy/_misc/eels/hartree_slater_gos.py
exspy/_misc/eels/hydrogenic_gos.py
exspy/_misc/eels/tools.py
exspy/components/__init__.py
exspy/components/eels_arctan.py
exspy/components/eels_cl_edge.py
exspy/components/eels_double_power_law.py
exspy/components/eels_vignetting.py
exspy/components/pes_core_line_shape.py
exspy/components/pes_see.py
exspy/components/pes_voigt.py
exspy/components/volume_plasmon_drude.py
exspy/data/EDS_SEM_TM002.hspy
exspy/data/EDS_TEM_FePt_nanoparticles.hspy
exspy/data/__init__.py
exspy/misc/__init__.py
exspy/misc/elements.py
exspy/misc/material.py
exspy/misc/eds/__init__.py
exspy/misc/eds/utils.py
exspy/misc/eels/_init__.py
exspy/misc/eels/electron_inelastic_mean_free_path.py
exspy/misc/eels/tools.py
exspy/models/__init__.py
exspy/models/edsmodel.py
exspy/models/edssemmodel.py
exspy/models/edstemmodel.py
exspy/models/eelsmodel.py
exspy/signals/__init__.py
exspy/signals/dielectric_function.py
exspy/signals/eds.py
exspy/signals/eds_sem.py
exspy/signals/eds_tem.py
exspy/signals/eels.py
exspy/tests/__init__.py
exspy/tests/test_deprecated_import.py
exspy/tests/test_non-uniform_not-implemented.py
exspy/tests/components/__init__.py
exspy/tests/components/coreloss_spectrum.msa
exspy/tests/components/lowloss_spectrum.msa
exspy/tests/components/test_EELSarctan.py
exspy/tests/components/test_double_power_law.py
exspy/tests/components/test_eels_cl_edge.py
exspy/tests/components/test_pes_core_line_shape.py
exspy/tests/components/test_pes_see.py
exspy/tests/components/test_pes_voigt.py
exspy/tests/components/test_volume_plasmon_drude.py
exspy/tests/data/test_data.py
exspy/tests/data/test_eelsdb.py
exspy/tests/drawing/__init__.py
exspy/tests/drawing/test_plot_model.py
exspy/tests/drawing/test_plot_spectra_markers.py
exspy/tests/drawing/data/Cr_L_cl.hspy
exspy/tests/drawing/data/Cr_L_ll.hspy
exspy/tests/misc/__init__.py
exspy/tests/misc/test_eds.py
exspy/tests/misc/test_eds_utils.py
exspy/tests/misc/test_eels.py
exspy/tests/misc/test_gos.py
exspy/tests/misc/test_material.py
exspy/tests/models/__init__.py
exspy/tests/models/test_edsmodel.py
exspy/tests/models/test_eelsmodel.py
exspy/tests/models/test_linear_model.py
exspy/tests/signals/__init__.py
exspy/tests/signals/test_assign_subclass.py
exspy/tests/signals/test_binned.py
exspy/tests/signals/test_edges_range.py
exspy/tests/signals/test_eds_sem.py
exspy/tests/signals/test_eds_tem.py
exspy/tests/signals/test_eels.py
exspy/tests/signals/test_kramers_kronig_transform.py
exspy/tests/signals/data/EELS_LL_linescan_simulated_thickness_variation.hspy
exspy/tests/signals/data/EELS_ZLP_linescan_simulated_thickness_variation.hspy
exspy/utils/__init__.py
exspy/utils/eds.py
exspy/utils/eels.py
upcoming_changes/README.rst