LICENSE
README.md
pyproject.toml
gcfpy/__init__.py
gcfpy.egg-info/PKG-INFO
gcfpy.egg-info/SOURCES.txt
gcfpy.egg-info/dependency_links.txt
gcfpy.egg-info/entry_points.txt
gcfpy.egg-info/requires.txt
gcfpy.egg-info/top_level.txt
gcfpy/app/__init__.py
gcfpy/app/fit_tab.py
gcfpy/app/main_window.py
gcfpy/app/toolbar.py
gcfpy/controllers/__init__.py
gcfpy/controllers/code_generator.py
gcfpy/controllers/data_preprocessing.py
gcfpy/controllers/fit_comparison_manager.py
gcfpy/controllers/fit_control.py
gcfpy/controllers/fit_formula.py
gcfpy/controllers/fit_options.py
gcfpy/controllers/fit_processor.py
gcfpy/controllers/formula_tools.py
gcfpy/controllers/manual_control.py
gcfpy/icon/conf_1d.png
gcfpy/icon/conf_2d.png
gcfpy/icon/decomp.png
gcfpy/icon/resi.png
gcfpy/icon/test.png
gcfpy/utils/__init__.py
gcfpy/utils/config_manager.py
gcfpy/utils/data_loader.py
gcfpy/utils/default_config.json
gcfpy/utils/math_config.json
gcfpy/utils/previous_data.py
gcfpy/widgets/__init__.py
gcfpy/widgets/base_dock.py
gcfpy/widgets/mcmc_plot.py
gcfpy/widgets/plot.py
gcfpy/widgets/plot2d.py
gcfpy/widgets/plot_analysis.py
gcfpy/widgets/tab_manager.py
gcfpy/widgets/xmin_xmax.py
tests/test_code_generator.py
tests/test_data_loader.py
tests/test_data_preprocessing.py
tests/test_fit_comparison.py
tests/test_fit_options_window.py
tests/test_fit_processor.py
tests/test_fit_tab.py
tests/test_formula_parser.py
tests/test_gui_plot_2d_surface.py
tests/test_gui_plot_multi_1d.py
tests/test_gui_toolbar_plots.py
tests/test_main_window.py
tests/test_manual.py
tests/test_manual_workflow.py
tests/test_plot_analysis.py
tests/test_previous_data.py
tests/test_xmin_xmax_select.py