.bandit
.editorconfig
.flake8
.gitignore
.pip-audit.toml
.pre-commit-config.yaml
.readthedocs.yaml
AUTHORS.rst
CODE_OF_CONDUCT.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
Makefile
README.rst
pyproject.toml
uv.lock
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/ci.yml
.github/workflows/docs.yml
.github/workflows/release.yml
docs/LOGGING_SYSTEM.md
docs/Makefile
docs/OPTIMIZATION_GUIDE.md
docs/ROBUST_FITTING_INTEGRATION.md
docs/TESTING.md
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/docs_crossref_fix.txt
docs/docs_final_status.txt
docs/gui-review.md
docs/history.rst
docs/index.rst
docs/make.bat
docs/production_config.yaml
docs/readme.rst
docs/requirements.txt
docs/usage.rst
docs/xpcs_toolkit.fileIO.rst
docs/xpcs_toolkit.module.rst
docs/xpcs_toolkit.rst
docs/xpcs_toolkit.utils.rst
docs/_static/.gitkeep
docs/api/cli.rst
docs/api/constants.rst
docs/api/fileio.rst
docs/api/gui.rst
docs/api/index.rst
docs/api/modules.rst
docs/api/plotting.rst
docs/api/threading.rst
docs/api/utils.rst
docs/api/xpcs_toolkit.rst
docs/developer/index.rst
docs/developer/optimization.rst
docs/images/average.png
docs/images/diffusion.png
docs/images/g2mod.png
docs/images/hdf_info.png
docs/images/intt.png
docs/images/saxs1d.png
docs/images/saxs2d.png
docs/images/stability.png
docs/images/twotime.png
docs/user_guide/examples.rst
docs/user_guide/index.rst
docs/user_guide/installation.rst
docs/user_guide/quickstart.rst
screenshots/offscreen/00_SAXS-2D.png
screenshots/offscreen/00_initial.png
screenshots/offscreen/01_SAXS-1D.png
screenshots/offscreen/02_Stability.png
screenshots/offscreen/03_Intensity-Time.png
screenshots/offscreen/04_g2.png
screenshots/offscreen/05_Diffusion.png
screenshots/offscreen/06_Two_Time.png
screenshots/offscreen/07_QMap.png
screenshots/offscreen/08_Average.png
screenshots/offscreen/09_Metadata.png
screenshots/offscreen/status.txt
scripts/capture_gallery.py
scripts/offscreen_snap.py
scripts/prepare_package.sh
scripts/update_ui.sh
scripts/validate_logging.py
scripts/validate_robust_optimizer.py
tests/README.md
tests/__init__.py
tests/conftest.py
tests/conftest_original.py
tests/coverage_manager.py
tests/hypothesis_framework.py
tests/scientific_validation.py
tests/test_coverage_reporting.py
tests/test_cross_platform_consistency.py
tests/test_example_usage.py
tests/test_hypothesis_framework.py
tests/test_numerical_precision.py
tests/test_vectorization_accuracy.py
tests/analysis/__init__.py
tests/analysis/g2_analysis/__init__.py
tests/analysis/g2_analysis/test_g2_analysis.py
tests/analysis/g2_analysis/test_g2mod.py
tests/analysis/saxs_analysis/test_saxs_analysis.py
tests/analysis/twotime_analysis/test_twotime_analysis.py
tests/artifacts/.gitkeep
tests/artifacts/offscreen_snap.png
tests/end_to_end/__init__.py
tests/error_handling/README.md
tests/error_handling/__init__.py
tests/error_handling/test_data_validation_errors.py
tests/error_handling/test_edge_cases.py
tests/error_handling/test_error_injection_framework.py
tests/error_handling/test_file_io_errors.py
tests/error_handling/test_framework_validation.py
tests/fixtures/__init__.py
tests/fixtures/core_fixtures.py
tests/fixtures/qt_fixtures.py
tests/fixtures/scientific_fixtures.py
tests/fixtures/synthetic_data.py
tests/fixtures/reference_data/README.md
tests/fixtures/reference_data/__init__.py
tests/fixtures/reference_data/g2_analysis/double_exponential_standard.npz
tests/fixtures/reference_data/g2_analysis/single_exponential_standard.npz
tests/fixtures/reference_data/g2_analysis/stretched_exponential_standard.npz
tests/fixtures/reference_data/saxs_analysis/power_law_2p5_exponent.npz
tests/fixtures/reference_data/saxs_analysis/sphere_form_factor_25A.npz
tests/framework/__init__.py
tests/framework/qt_test_runner.py
tests/framework/utils.py
tests/framework/runners/__init__.py
tests/framework/runners/run_validation.py
tests/gui_interactive/.coveragerc
tests/gui_interactive/README.md
tests/gui_interactive/__init__.py
tests/gui_interactive/conftest.py
tests/gui_interactive/offscreen_snap.py
tests/gui_interactive/run_gui_tests.py
tests/gui_interactive/test_analysis_tabs.py
tests/gui_interactive/test_error_handling.py
tests/gui_interactive/test_file_operations.py
tests/gui_interactive/test_main_window.py
tests/gui_interactive/test_offscreen_snapshot.py
tests/gui_interactive/test_plot_interactions.py
tests/gui_interactive/test_user_scenarios.py
tests/gui_interactive/goldens/.gitkeep
tests/gui_interactive/goldens/offscreen_snap.png
tests/integration/__init__.py
tests/integration/test_backward_compatibility.py
tests/integration/gui/__init__.py
tests/integration/gui/test_session_persistence.py
tests/integration/gui/test_theme_switching.py
tests/qt_validation/__init__.py
tests/qt_validation/qt_error_regression.py
tests/qt_validation/test_qt_compliance_documentation.py
tests/qt_validation/test_qt_cross_platform_validation.py
tests/qt_validation/test_qt_framework_validation.py
tests/reliability/reliability_fallbacks.py
tests/reliability/test_reliability_framework.py
tests/scientific/README.md
tests/scientific/__init__.py
tests/scientific/constants.py
tests/scientific/algorithms/__init__.py
tests/scientific/algorithms/test_fitting_algorithms.py
tests/scientific/properties/__init__.py
tests/scientific/properties/mathematical_invariants.py
tests/scientific/properties/physical_constraints.py
tests/scientific/properties/statistical_properties.py
tests/scientific/reference_validation/__init__.py
tests/scientific/reference_validation/analytical_benchmarks.py
tests/scientific/reference_validation/cross_validation_framework.py
tests/scientific/reference_validation/reference_implementations.py
tests/unit/__init__.py
tests/unit/test_lazy_loading.py
tests/unit/test_package_basics.py
tests/unit/test_plot_constants.py
tests/unit/test_qmap_constants.py
tests/unit/analysis/__init__.py
tests/unit/core/__init__.py
tests/unit/core/test_file_locator.py
tests/unit/core/test_viewer_kernel.py
tests/unit/core/test_xpcs_file.py
tests/unit/fileio/__init__.py
tests/unit/fileio/test_aps_8idi.py
tests/unit/fileio/test_hdf_reader.py
tests/unit/fileio/test_qmap_utils.py
tests/unit/gui/__init__.py
tests/unit/gui/test_command_palette.py
tests/unit/gui/test_drag_drop_list.py
tests/unit/gui/test_plot_themes.py
tests/unit/gui/test_recent_paths.py
tests/unit/gui/test_session_manager.py
tests/unit/gui/test_shortcut_manager.py
tests/unit/gui/test_theme_manager.py
tests/unit/gui/test_toast_notification.py
tests/unit/gui/test_tokens.py
tests/unit/threading/__init__.py
tests/unit/threading/test_async_workers.py
tests/unit/threading/test_qt_error_detection.py
tests/unit/utils/__init__.py
tests/utils/__init__.py
tests/utils/ci_integration.py
tests/utils/data_management.py
tests/utils/h5py_mocks.py
tests/utils/isolation.py
tests/utils/memory_testing_utils.py
tests/utils/qt_threading_utils.py
tests/utils/reliability.py
validation/README.md
validation/comprehensive_validation_runner.py
validation/scientific_accuracy_validator.py
xpcsviewer/__init__.py
xpcsviewer/cli_main.py
xpcsviewer/default_setting.py
xpcsviewer/file_locator.py
xpcsviewer/icons_rc.py
xpcsviewer/viewer_kernel.py
xpcsviewer/viewer_ui.py
xpcsviewer/xpcs_file.py
xpcsviewer/xpcs_viewer.py
xpcsviewer/cli/__init__.py
xpcsviewer/cli/twotime_batch.py
xpcsviewer/configure/aps_8idi.json
xpcsviewer/constants/__init__.py
xpcsviewer/constants/defaults.py
xpcsviewer/constants/fitting.py
xpcsviewer/constants/limits.py
xpcsviewer/constants/thresholds.py
xpcsviewer/constants/timeouts.py
xpcsviewer/fileIO/__init__.py
xpcsviewer/fileIO/aps_8idi.py
xpcsviewer/fileIO/ftype_utils.py
xpcsviewer/fileIO/hdf_reader.py
xpcsviewer/fileIO/hdf_reader_enhanced.py
xpcsviewer/fileIO/qmap_utils.py
xpcsviewer/gui/__init__.py
xpcsviewer/gui/initialization_validator.py
xpcsviewer/gui/shortcuts/__init__.py
xpcsviewer/gui/shortcuts/shortcut_manager.py
xpcsviewer/gui/state/__init__.py
xpcsviewer/gui/state/preferences.py
xpcsviewer/gui/state/recent_paths.py
xpcsviewer/gui/state/session_manager.py
xpcsviewer/gui/theme/__init__.py
xpcsviewer/gui/theme/manager.py
xpcsviewer/gui/theme/plot_themes.py
xpcsviewer/gui/theme/tokens.py
xpcsviewer/gui/theme/styles/base.qss
xpcsviewer/gui/theme/styles/dark.qss
xpcsviewer/gui/theme/styles/light.qss
xpcsviewer/gui/widgets/__init__.py
xpcsviewer/gui/widgets/command_palette.py
xpcsviewer/gui/widgets/drag_drop_list.py
xpcsviewer/gui/widgets/empty_state.py
xpcsviewer/gui/widgets/error_dialog.py
xpcsviewer/gui/widgets/toast_notification.py
xpcsviewer/helper/__init__.py
xpcsviewer/helper/fitting.py
xpcsviewer/helper/listmodel.py
xpcsviewer/helper/logwriter.py
xpcsviewer/helper/utils.py
xpcsviewer/module/__init__.py
xpcsviewer/module/average_toolbox.py
xpcsviewer/module/g2mod.py
xpcsviewer/module/intt.py
xpcsviewer/module/saxs1d.py
xpcsviewer/module/saxs2d.py
xpcsviewer/module/stability.py
xpcsviewer/module/tauq.py
xpcsviewer/module/twotime.py
xpcsviewer/module/twotime_utils.py
xpcsviewer/plothandler/__init__.py
xpcsviewer/plothandler/matplot_qt.py
xpcsviewer/plothandler/plot_constants.py
xpcsviewer/plothandler/pyqtgraph_handler.py
xpcsviewer/plothandler/qt_signal_fixes.py
xpcsviewer/threading/__init__.py
xpcsviewer/threading/async_kernel.py
xpcsviewer/threading/async_workers.py
xpcsviewer/threading/base_plot_worker.py
xpcsviewer/threading/cleanup_optimized.py
xpcsviewer/threading/gui_integration.py
xpcsviewer/threading/plot_workers.py
xpcsviewer/threading/progress_manager.py
xpcsviewer/threading/unified_threading.py
xpcsviewer/ui/xpcs.ui
xpcsviewer/ui/resources/icons.qrc
xpcsviewer/ui/resources/icons8-giraffe-full-body-100.png
xpcsviewer/utils/__init__.py
xpcsviewer/utils/common_checks.py
xpcsviewer/utils/exceptions.py
xpcsviewer/utils/health_monitor.py
xpcsviewer/utils/lazy_loader.py
xpcsviewer/utils/log_formatters.py
xpcsviewer/utils/logging_config.py
xpcsviewer/utils/memory_manager.py
xpcsviewer/utils/memory_predictor.py
xpcsviewer/utils/performance_monitor.py
xpcsviewer/utils/reliability.py
xpcsviewer/utils/reliability_manager.py
xpcsviewer/utils/startup_optimizer.py
xpcsviewer/utils/state_validator.py
xpcsviewer/utils/streaming_processor.py
xpcsviewer/utils/validation.py
xpcsviewer/utils/vectorized_roi.py
xpcsviewer/utils/visualization_optimizer.py
xpcsviewer/xpcs_file/__init__.py
xpcsviewer/xpcs_file/cache.py
xpcsviewer/xpcs_file/fitting.py
xpcsviewer/xpcs_file/memory.py
xpcsviewer_gui.egg-info/PKG-INFO
xpcsviewer_gui.egg-info/SOURCES.txt
xpcsviewer_gui.egg-info/dependency_links.txt
xpcsviewer_gui.egg-info/entry_points.txt
xpcsviewer_gui.egg-info/requires.txt
xpcsviewer_gui.egg-info/top_level.txt