.copier-answers.yml
.dockerignore
.gitignore
.pre-commit-config.yaml
CONTRIBUTING.rst
Dockerfile
LICENSE
Makefile
README.md
RELEASE.txt
catalog-info.yaml
pyproject.toml
.devcontainer/devcontainer.json
.devcontainer/local_build.sh
.github/CONTRIBUTING.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/issue.md
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
.github/actions/install_requirements/action.yml
.github/pages/index.html
.github/pages/make_switcher.py
.github/workflows/_check.yml
.github/workflows/_container.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
.vscode/extensions.json
.vscode/launch.json
.vscode/settings.json
.vscode/tasks.json
docs/Makefile
docs/_api.rst
docs/conf.py
docs/explanations.md
docs/genindex.md
docs/how-to.md
docs/index.md
docs/make.bat
docs/reference.md
docs/tutorials.md
docs/_static/theme_overrides.css
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/how-to/contributing.rst
docs/how-to/gather.rst
docs/how-to/gui.rst
docs/how-to/run-container.md
docs/how-to/watches.rst
docs/how-to/gui_images/amber-hi-lim.png
docs/how-to/gui_images/annotated-gui-main.png
docs/how-to/gui_images/connected.png
docs/how-to/gui_images/connection-error.png
docs/how-to/gui_images/data-gather-config.png
docs/how-to/gui_images/data-gather.png
docs/how-to/gui_images/login.png
docs/how-to/gui_images/main-window-startup.png
docs/how-to/gui_images/main.png
docs/how-to/gui_images/plot-data-gather.png
docs/how-to/gui_images/pmac-axis-settings.png
docs/how-to/gui_images/pmac-axis-settings2.png
docs/how-to/gui_images/pmac-connected.png
docs/how-to/gui_images/pmac-cs-status.png
docs/how-to/gui_images/pmac-global-status.png
docs/how-to/gui_images/pmac-status.png
docs/how-to/gui_images/power-pmac-axis-settings.png
docs/how-to/gui_images/power-pmac-connected.png
docs/how-to/gui_images/power-pmac-cs-status.png
docs/how-to/gui_images/power-pmac-global-status.png
docs/how-to/gui_images/power-pmac-status.png
docs/how-to/gui_images/red-hi-lim.png
docs/how-to/gui_images/refused-connection.png
docs/how-to/gui_images/watch-window-edit.png
docs/how-to/gui_images/watch-window.png
docs/images/dls-favicon.ico
docs/images/dls-logo.svg
docs/tutorials/installation.md
documentation/Makefile
documentation/config.cfg
documentation/index.html
documentation/manual.src
src/dls_pmac_control/CSstatus.py
src/dls_pmac_control/GlobalStatus.py
src/dls_pmac_control/__init__.py
src/dls_pmac_control/__main__.py
src/dls_pmac_control/_version.py
src/dls_pmac_control/axissettings.py
src/dls_pmac_control/commsThread.py
src/dls_pmac_control/energise.py
src/dls_pmac_control/formAxisSettings.ui
src/dls_pmac_control/formCSStatus.ui
src/dls_pmac_control/formControl.ui
src/dls_pmac_control/formEnergise.ui
src/dls_pmac_control/formGather.ui
src/dls_pmac_control/formGlobalStatus.ui
src/dls_pmac_control/formLogin.ui
src/dls_pmac_control/formPpmacAxisSettings.ui
src/dls_pmac_control/formPpmacCSStatus.ui
src/dls_pmac_control/formStatus.ui
src/dls_pmac_control/formWatches.ui
src/dls_pmac_control/gather.py
src/dls_pmac_control/gatherchannel.py
src/dls_pmac_control/greenLedOff.png
src/dls_pmac_control/greenLedOn.png
src/dls_pmac_control/led-amber.png
src/dls_pmac_control/login.py
src/dls_pmac_control/ppmacgather.py
src/dls_pmac_control/re
src/dls_pmac_control/redLedOff.png
src/dls_pmac_control/redLedOn.png
src/dls_pmac_control/signal
src/dls_pmac_control/status.py
src/dls_pmac_control/sys
src/dls_pmac_control/types
src/dls_pmac_control/ui_formAxisSettings.py
src/dls_pmac_control/ui_formCSStatus.py
src/dls_pmac_control/ui_formControl.py
src/dls_pmac_control/ui_formEnergise.py
src/dls_pmac_control/ui_formGather.py
src/dls_pmac_control/ui_formGlobalStatus.py
src/dls_pmac_control/ui_formLogin.py
src/dls_pmac_control/ui_formPpmacAxisSettings.py
src/dls_pmac_control/ui_formPpmacCSStatus.py
src/dls_pmac_control/ui_formStatus.py
src/dls_pmac_control/ui_formWatches.py
src/dls_pmac_control/watches.py
src/dls_pmaccontrol.egg-info/PKG-INFO
src/dls_pmaccontrol.egg-info/SOURCES.txt
src/dls_pmaccontrol.egg-info/dependency_links.txt
src/dls_pmaccontrol.egg-info/entry_points.txt
src/dls_pmaccontrol.egg-info/requires.txt
src/dls_pmaccontrol.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_axissettings.py
tests/test_cli.py
tests/test_commsthread.py
tests/test_csstatus.py
tests/test_dls_pmaccontrol.py
tests/test_energise.py
tests/test_gather.py
tests/test_gatherchannel.py
tests/test_globalstatus.py
tests/test_login.py
tests/test_motor.py
tests/test_status.py
tests/test_watches.py