.coveragerc
.gitignore
LICENSE
README.md
pyproject.toml
setup.py
tox.ini
.github/workflows/measure_code_coverage.yml
.github/workflows/publish_documentation_website.yml
.github/workflows/publish_release_to_pypi.yml
.github/workflows/test_library.yml
docs/INSTALL.rst
docs/Makefile
docs/api.rst
docs/build_docs.py
docs/conf.py
docs/examples.rst
docs/index.rst
docs/license.rst
docs/literature.rst
docs/make.bat
docs/private_members_to_publish_to_docs.rst
docs/_static/readthedocs_custom.css
docs/_templates/custom_class_template.rst
docs/_templates/custom_module_template.rst
docs/_templates/versions.html
embeam/__init__.py
embeam/coherent.py
embeam/constants.py
embeam/gun.py
embeam/lens.py
embeam/version.py
embeam.egg-info/PKG-INFO
embeam.egg-info/SOURCES.txt
embeam.egg-info/dependency_links.txt
embeam.egg-info/requires.txt
embeam.egg-info/top_level.txt
embeam/stem/__init__.py
embeam/stem/probe/__init__.py
embeam/stem/probe/kspace.py
embeam/stem/probe/resolution.py
embeam/stem/probe/discretized/__init__.py
embeam/stem/probe/discretized/kspace.py
embeam/stem/probe/discretized/periodic/__init__.py
embeam/stem/probe/discretized/periodic/rspace.py
embeam/stem/probe/discretized/symmetric/__init__.py
embeam/stem/probe/discretized/symmetric/rspace.py
embeam/stem/probe/symmetric/__init__.py
embeam/stem/probe/symmetric/rspace.py
examples/basic_usage.ipynb
examples/probe_profile_vs_defocus.ipynb
tests/test_root.py