.coverage
.gitattributes
.gitignore
.pre-commit-config.yaml
README.md
environment.yml
pyproject.toml
.github/workflows/lint.yml
.github/workflows/pypi_upload.yml
.github/workflows/test_build.yml
.github/workflows/tests.yml
docs/assets/6d_cartoon.png
docs/examples/example_reconstruction_4d.ipynb
docs/examples/example_reconstruction_6d.ipynb
docs/examples/benchmarking/benchmark_reconstruction_4d.ipynb
docs/examples/benchmarking/benchmark_reconstruction_6d.ipynb
docs/examples/example_data/example_datasets/reconstruction_4D_test.dset
docs/examples/example_data/example_datasets/reconstruction_4D_train.dset
docs/examples/example_data/example_datasets/reconstruction_6D.dset
docs/examples/example_data/example_distributions/complex_beam.pt
docs/examples/example_data/example_distributions/gaussian_beam.pt
gpsr/__init__.py
gpsr/_version.py
gpsr/analysis.py
gpsr/beams.py
gpsr/data_processing.py
gpsr/datasets.py
gpsr/diagnostics.py
gpsr/losses.py
gpsr/modeling.py
gpsr/train.py
gpsr/utils.py
gpsr/variational.py
gpsr/visualization.py
gpsr.egg-info/PKG-INFO
gpsr.egg-info/SOURCES.txt
gpsr.egg-info/dependency_links.txt
gpsr.egg-info/requires.txt
gpsr.egg-info/top_level.txt
gpsr/custom_cheetah/__init__.py
gpsr/custom_cheetah/screen.py
gpsr/tests/test_beams.py
gpsr/tests/test_data_processing.py
gpsr/tests/test_datasets.py
gpsr/tests/test_diagnostics.py
gpsr/tests/test_modeling.py
gpsr/tests/test_visualization.py
scripts/execute_notebooks.bash
scripts/run_examples.py
scripts/run_tests.py