.copier-answers.yml
.gitignore
.pre-commit-config.yaml
Dockerfile
INSTALL.rst
LICENSE
README.md
catalog-info.yaml
pyproject.toml
.devcontainer/devcontainer.json
.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/_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
.github/workflows/periodic.yml
.vscode/extensions.json
.vscode/launch.json
.vscode/settings.json
.vscode/tasks.json
docs/_api.rst
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/feedback_systems.md
docs/explanations/implementation_details.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/run-container.md
docs/images/control_structure.png
docs/images/dls-logo.svg
docs/tutorials/atip_example.md
docs/tutorials/installation.md
docs/tutorials/overview.md
src/atip/__init__.py
src/atip/__main__.py
src/atip/_version.py
src/atip/load_sim.py
src/atip/sim_data_sources.py
src/atip/simulator.py
src/atip/utils.py
src/atip.egg-info/PKG-INFO
src/atip.egg-info/SOURCES.txt
src/atip.egg-info/dependency_links.txt
src/atip.egg-info/entry_points.txt
src/atip.egg-info/requires.txt
src/atip.egg-info/top_level.txt
src/atip/rings/DBA.mat
src/atip/rings/DIAD.mat
src/atip/rings/DIAD_WIG.mat
src/atip/rings/DIAMOND2SP.lat
src/atip/rings/HMBA.mat
src/atip/rings/I04.mat
src/atip/rings/VMX.mat
src/atip/rings/VMXSP.mat
src/atip/rings/VMXSP_WIG.mat
src/atip/rings/VMX_WIG.mat
src/atip/rings/create_lattice_matfile.m
tests/conftest.py
tests/test_at_simulator_object.py
tests/test_cli.py
tests/test_element_data_source.py
tests/test_lattice_data_source.py
tests/test_load.py