.copier-answers.yml
.gitignore
.pre-commit-config.yaml
Dockerfile
LICENSE
README.md
catalog-info.yaml
code
pyproject.toml
.devcontainer/devcontainer.json
.github/CONTRIBUTING.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/actions/install_requirements/action.yml
.github/pages/index.html
.github/pages/make_switcher.py
.github/workflows/_check.yml
.github/workflows/_dist.yml
.github/workflows/_docs.yml
.github/workflows/_pypi.yml
.github/workflows/_release.yml
.github/workflows/_test.yml
.github/workflows/_tox.yml
.github/workflows/ci.yml
.github/workflows/periodic.yml
.vscode/extensions.json
.vscode/launch.json
.vscode/settings.json
.vscode/tasks.json
docs/conf.py
docs/explanations.md
docs/genindex.md
docs/how-to.md
docs/index.md
docs/reference.md
docs/tutorials.md
docs/_templates/custom-module-template.rst
docs/explanations/decisions.md
docs/explanations/decisions/0001-record-architecture-decisions.md
docs/explanations/decisions/0002-switched-to-python-copier-template.md
docs/explanations/decisions/COPYME
docs/how-to/contribute.md
docs/images/dls-logo.svg
docs/reference/api.rst
docs/tutorials/installation.md
src/p99_bluesky/__init__.py
src/p99_bluesky/__main__.py
src/p99_bluesky/_version.py
src/p99_bluesky/log.py
src/p99_bluesky.egg-info/PKG-INFO
src/p99_bluesky.egg-info/SOURCES.txt
src/p99_bluesky.egg-info/dependency_links.txt
src/p99_bluesky.egg-info/entry_points.txt
src/p99_bluesky.egg-info/requires.txt
src/p99_bluesky.egg-info/top_level.txt
src/p99_bluesky/beamlines/p99.py
src/p99_bluesky/devices/__init__.py
src/p99_bluesky/devices/stages.py
src/p99_bluesky/devices/epics/__init__.py
src/p99_bluesky/devices/p99/__init__.py
src/p99_bluesky/devices/p99/sample_stage.py
src/p99_bluesky/plan_stubs/__init__.py
src/p99_bluesky/plan_stubs/detector_plans.py
src/p99_bluesky/plan_stubs/motor_plan.py
src/p99_bluesky/plans/__init__.py
src/p99_bluesky/plans/ad_plans.py
src/p99_bluesky/plans/fast_scan.py
src/p99_bluesky/plans/stxm.py
src/p99_bluesky/sim/__init__.py
src/p99_bluesky/sim/sim_stages.py
src/p99_bluesky/utility/__init__.py
src/p99_bluesky/utility/utility.py
system_tests/__init__.py
system_tests/conftest.py
system_tests/test_plans.py
tests/conftest.py
tests/soft_motor.py
tests/test_AD_plans.py
tests/test_cli.py
tests/test_fast_scan.py
tests/test_p99_stage.py
tests/test_p99_stages_sofifioc.py
tests/test_stage.py
tests/test_stxm.py
tests/epics/soft_ioc/p99_softioc.py
tests/epics/soft_ioc/softsignal.py
tests/jupyter_tests/andor2Ad_test.ipynb
tests/jupyter_tests/andor2_controller_test.ipynb
tests/jupyter_tests/andor2_driver_test.ipynb
tests/jupyter_tests/andor3Ad_test.ipynb
tests/jupyter_tests/fast_scan_test.ipynb
tests/jupyter_tests/p99_fake_test.ipynb
tests/jupyter_tests/p99_stm_test.ipynb
tests/jupyter_tests/stagetest.ipynb
tests/jupyter_tests/stream.ipynb
tests/jupyter_tests/stxm.ipynb
tests/jupyter_tests/test_ophyd.ipynb
tests/jupyter_tests/test_simstage.ipynb
tests/plan_stubs/test_detector_plans.py
tests/plan_stubs/test_motor_plan.py
tests/sim/test_sim99_Stages.py