.gitignore
.readthedocs.yaml
LICENSE
README.md
mkdocs.yml
pyproject.toml
setup.py
.github/dependabot.yml
.github/dependabot/constraints.txt
.github/workflows/pull-request.yml
.github/workflows/tests.yml
docs/calibration.md
docs/changelog.md
docs/damnit.md
docs/detector-geometry.md
docs/index.md
docs/install-extra.sh
docs/karabo-bridge.md
docs/reading-data.md
docs/signal.md
docs/utilities.md
docs/components/adq-digitizers.md
docs/components/beam-properties.md
docs/components/delay-line-detectors.md
docs/components/detector-motors.md
docs/components/index.md
docs/components/optical-lasers.md
docs/components/pulse-patterns.md
docs/components/scans.md
docs/components/timepix.md
docs/css/mathjax.js
docs/css/mkdocstrings.css
docs/images/hyperslicer2.gif
docs/images/logo.jpg
docs/images/scan-plot-bin-by-steps.png
docs/images/scan-plot.png
docs/images/xgm-plot-energy-per-pulse.png
docs/images/xgm-plot-energy-per-train.png
docs/images/xgm-plot-pulse-energy.png
docs/images/xgm-plot.png
docs/recipes/cookiebox.md
docs/recipes/cookiebox_deconvolve.md
docs/recipes/grating.md
docs/recipes/index.md
offline_tests/integrated_test_recipes_cookiebox.py
offline_tests/integrated_test_recipes_cookiebox_deconvolve.py
offline_tests/integrated_test_recipes_grating.py
offline_tests/integrated_test_recipes_vs.py
src/get_version.py
src/euxfel_EXtra.egg-info/PKG-INFO
src/euxfel_EXtra.egg-info/SOURCES.txt
src/euxfel_EXtra.egg-info/dependency_links.txt
src/euxfel_EXtra.egg-info/requires.txt
src/euxfel_EXtra.egg-info/top_level.txt
src/extra/__init__.py
src/extra/__version__.py
src/extra/calibration.py
src/extra/components/__init__.py
src/extra/components/_adq.c
src/extra/components/_adq.pyx
src/extra/components/adq.py
src/extra/components/detector_motors.py
src/extra/components/dld.py
src/extra/components/las.py
src/extra/components/pulses.py
src/extra/components/scan.py
src/extra/components/scantool.py
src/extra/components/timepix.py
src/extra/components/utils.py
src/extra/components/xgm.py
src/extra/damnit/__init__.py
src/extra/data/__init__.py
src/extra/data/components.py
src/extra/geom/__init__.py
src/extra/karabo_bridge/__init__.py
src/extra/recipes/__init__.py
src/extra/recipes/base.py
src/extra/recipes/cookiebox.py
src/extra/recipes/cookiebox_deconvolve.py
src/extra/recipes/grating.py
src/extra/recipes/vs.py
src/extra/recipes/vs_utils.py
src/extra/signal/__init__.py
src/extra/signal/_ftd.c
src/extra/signal/_ftd.pyx
src/extra/signal/_interpolation.c
src/extra/signal/_interpolation.pyx
src/extra/utils/__init__.py
src/extra/utils/functions.py
src/extra/utils/misc.py
tests/__init__.py
tests/conftest.py
tests/test_calibration.py
tests/test_components_adq.py
tests/test_components_detector_motors.py
tests/test_components_dld.py
tests/test_components_pulses.py
tests/test_components_scan.py
tests/test_components_scantool.py
tests/test_components_timepix.py
tests/test_components_util.py
tests/test_components_xgm.py
tests/test_recipes_cookiebox.py
tests/test_recipes_grating.py
tests/test_signal_ftd.py
tests/test_utils.py
tests/cassettes/test_calibration/test_AGIPD_CalibrationData_metadata.yaml
tests/cassettes/test_calibration/test_AGIPD_CalibrationData_metadata_SPB.yaml
tests/cassettes/test_calibration/test_AGIPD_CalibrationData_report.yaml
tests/cassettes/test_calibration/test_AGIPD_load_data.yaml
tests/cassettes/test_calibration/test_AGIPD_merge.yaml
tests/cassettes/test_calibration/test_DSSC_modules_missing.yaml
tests/cassettes/test_calibration/test_JUNGFRAU_constant.yaml
tests/cassettes/test_calibration/test_LPD_constant_missing.yaml
tests/mockdata/__init__.py
tests/mockdata/adq.py
tests/mockdata/detector_motors.py
tests/mockdata/dld.py
tests/mockdata/timepix.py
tests/mockdata/timeserver.py
tests/mockdata/xgm.py