LICENSE.md
README.md
pyproject.toml
src/ewoksxas/__init__.py
src/ewoksxas/canvas.py
src/ewoksxas/conftest.py
src/ewoksxas.egg-info/PKG-INFO
src/ewoksxas.egg-info/SOURCES.txt
src/ewoksxas.egg-info/dependency_links.txt
src/ewoksxas.egg-info/entry_points.txt
src/ewoksxas.egg-info/requires.txt
src/ewoksxas.egg-info/top_level.txt
src/ewoksxas/converters/__init__.py
src/ewoksxas/converters/larch.py
src/ewoksxas/converters/orange.py
src/ewoksxas/converters/tests/__init__.py
src/ewoksxas/converters/tests/test_larch.py
src/ewoksxas/converters/tests/test_orange.py
src/ewoksxas/fit/__init__.py
src/ewoksxas/fit/data.py
src/ewoksxas/fit/lca_fit.py
src/ewoksxas/fit/peak_fit.py
src/ewoksxas/fit/silx_engine.py
src/ewoksxas/fit/tests/__init__.py
src/ewoksxas/fit/tests/conftest.py
src/ewoksxas/fit/tests/test_data.py
src/ewoksxas/fit/tests/test_lca_fit.py
src/ewoksxas/fit/tests/test_peak_fit.py
src/ewoksxas/fit/tests/test_silx_engine.py
src/ewoksxas/io/filters.py
src/ewoksxas/io/hdf5.py
src/ewoksxas/io/tests/__init__.py
src/ewoksxas/io/tests/test_filters.py
src/ewoksxas/resources/__init__.py
src/ewoksxas/resources/data/Fe2O3_Ka1Ka2_RIXS.h5
src/ewoksxas/resources/data/Fe_foil_0001.h5
src/ewoksxas/resources/data/__init__.py
src/ewoksxas/resources/data/regenerate_reference.py
src/ewoksxas/resources/data/NiSO4/blc16742_NiSO4.h5
src/ewoksxas/resources/data/NiSO4/NiSO4_SKa_XES_0001/NiSO4_SKa_XES_0001.h5
src/ewoksxas/resources/data/NiSO4/NiSO4_SKa_xanes_0001/NiSO4_SKa_xanes_0001.h5
src/ewoksxas/resources/data/NiSO4/NiSO4_S_rixs_0001/NiSO4_S_rixs_0001.h5
src/ewoksxas/resources/data/NiSO4/NiSO4_S_rixs_0002/NiSO4_S_rixs_0002.h5
src/ewoksxas/resources/data/NiSO4/NiSO4_S_rixs_0003/NiSO4_S_rixs_0003.h5
src/ewoksxas/resources/data/NiSO4/NiSO4_align_mirrors_0001/NiSO4_align_mirrors_0001.h5
src/ewoksxas/resources/data/NiSO4/NiSO4_align_mirrors_0002/NiSO4_align_mirrors_0002.h5
src/ewoksxas/resources/data/NiSO4/NiSO4_align_mirrors_0003/NiSO4_align_mirrors_0003.h5
src/ewoksxas/resources/data/snapshots/autobk_chi_reference.npz
src/ewoksxas/resources/data/snapshots/fe_foil_raw_reference.npz
src/ewoksxas/tasks/__init__.py
src/ewoksxas/tasks/autobk.py
src/ewoksxas/tasks/lca.py
src/ewoksxas/tasks/normalize.py
src/ewoksxas/tasks/peak_fit.py
src/ewoksxas/tasks/read_scans.py
src/ewoksxas/tasks/read_sources.py
src/ewoksxas/tasks/xftf.py
src/ewoksxas/tasks/tests/__init__.py
src/ewoksxas/tasks/tests/conftest.py
src/ewoksxas/tasks/tests/test_autobk.py
src/ewoksxas/tasks/tests/test_lca.py
src/ewoksxas/tasks/tests/test_normalize.py
src/ewoksxas/tasks/tests/test_peak_fit.py
src/ewoksxas/tasks/tests/test_read_scans.py
src/ewoksxas/tasks/tests/test_read_sources.py
src/orangecontrib/ewoksxas/__init__.py
src/orangecontrib/ewoksxas/resources/__init__.py
src/orangecontrib/ewoksxas/resources/icons/calculate_kspace.svg
src/orangecontrib/ewoksxas/resources/icons/calculate_rspace.svg
src/orangecontrib/ewoksxas/resources/icons/category.svg
src/orangecontrib/ewoksxas/resources/icons/lca.svg
src/orangecontrib/ewoksxas/resources/icons/normalization.svg
src/orangecontrib/ewoksxas/resources/icons/peak_fit.svg
src/orangecontrib/ewoksxas/resources/icons/read_scans.svg
src/orangecontrib/ewoksxas/resources/icons/sources.svg
src/orangecontrib/ewoksxas/resources/uis/autobk.ui
src/orangecontrib/ewoksxas/resources/uis/lca.ui
src/orangecontrib/ewoksxas/resources/uis/main_area.ui
src/orangecontrib/ewoksxas/resources/uis/normalization.ui
src/orangecontrib/ewoksxas/resources/uis/peak_fit.ui
src/orangecontrib/ewoksxas/resources/uis/read_scans.ui
src/orangecontrib/ewoksxas/resources/uis/read_sources.ui
src/orangecontrib/ewoksxas/resources/uis/xftf.ui
src/orangecontrib/ewoksxas/widgets/__init__.py
src/orangecontrib/ewoksxas/widgets/calculate_kspace.py
src/orangecontrib/ewoksxas/widgets/calculate_rspace.py
src/orangecontrib/ewoksxas/widgets/fit_widget.py
src/orangecontrib/ewoksxas/widgets/lca.py
src/orangecontrib/ewoksxas/widgets/main_area_plot.py
src/orangecontrib/ewoksxas/widgets/normalization.py
src/orangecontrib/ewoksxas/widgets/peak_fit.py
src/orangecontrib/ewoksxas/widgets/read_scans.py
src/orangecontrib/ewoksxas/widgets/read_sources.py
src/orangecontrib/ewoksxas/widgets/roi.py
src/orangecontrib/ewoksxas/widgets/utils.py
tests/test_lca_widget.py
tests/test_peak_fit_widget.py
tests/test_scans_widget.py
tests/test_sources_widget.py
tests/test_ui_files.py