.copier-answers.yml
.editorconfig
.pre-commit-config.yaml
AUTHORS.rst
CHANGELOG.md
CONTRIBUTING.rst
LICENSE
LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
tox.ini
ci/requirements.txt
ci/requirements_linux.txt
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/_templates/class.rst
docs/_templates/module.rst
docs/reference/index.rst
src/McSAS3GUI.egg-info/PKG-INFO
src/McSAS3GUI.egg-info/SOURCES.txt
src/McSAS3GUI.egg-info/dependency_links.txt
src/McSAS3GUI.egg-info/entry_points.txt
src/McSAS3GUI.egg-info/requires.txt
src/McSAS3GUI.egg-info/top_level.txt
src/mcsas3gui/__init__.py
src/mcsas3gui/__main__.py
src/mcsas3gui/configurations/histogram/hist_config_dual.yaml
src/mcsas3gui/configurations/histogram/hist_config_mono.yaml
src/mcsas3gui/configurations/prefab/advanced_nexus_demo.yaml
src/mcsas3gui/configurations/prefab/getting_started.yaml
src/mcsas3gui/configurations/prefab/nPSize4_example.yaml
src/mcsas3gui/configurations/prefab/quick_start_demo.yaml
src/mcsas3gui/configurations/prefab/round_robin_dataset_1.yaml
src/mcsas3gui/configurations/prefab/round_robin_dataset_3.yaml
src/mcsas3gui/configurations/readdata/read_csv_simple.yaml
src/mcsas3gui/configurations/readdata/read_many.yaml
src/mcsas3gui/configurations/readdata/read_nxs_simple.yaml
src/mcsas3gui/configurations/readdata/read_nxs_with_omit.yaml
src/mcsas3gui/configurations/readdata/read_pdh.yaml
src/mcsas3gui/configurations/run/run_config_sphere_at_hardsphere.yaml
src/mcsas3gui/configurations/run/run_config_spheres.yaml
src/mcsas3gui/configurations/run/run_config_spheres_auto.yaml
src/mcsas3gui/gui/__init__.py
src/mcsas3gui/gui/data_loading_tab.py
src/mcsas3gui/gui/file_line_selection_widget.py
src/mcsas3gui/gui/file_selection_widget.py
src/mcsas3gui/gui/getting_started_tab.py
src/mcsas3gui/gui/hist_run_tab.py
src/mcsas3gui/gui/hist_settings_tab.py
src/mcsas3gui/gui/main_window.py
src/mcsas3gui/gui/optimization_tab.py
src/mcsas3gui/gui/run_settings_tab.py
src/mcsas3gui/gui/yaml_editor_widget.py
src/mcsas3gui/resources/logo/mcsas3.svg
src/mcsas3gui/testdata/merged_AutoMOFs_7_L011.nxs
src/mcsas3gui/testdata/nPSize4.dat
src/mcsas3gui/testdata/quickstartdemo1.csv
src/mcsas3gui/testdata/round_robin_dataset_1.dat
src/mcsas3gui/testdata/round_robin_dataset_2.dat
src/mcsas3gui/testdata/round_robin_dataset_3.dat
src/mcsas3gui/testdata/round_robin_dataset_4.dat
src/mcsas3gui/utils/__init__.py
src/mcsas3gui/utils/base_worker.py
src/mcsas3gui/utils/file_utils.py
src/mcsas3gui/utils/logging_config.py
src/mcsas3gui/utils/task_runner_mixin.py
src/mcsas3gui/utils/yaml_syntax_highlighter.py
src/mcsas3gui/utils/yaml_utils.py
templates/CHANGELOG.md.j2
tests/requirements.txt
tests/test_mcsas3gui.py