.gitignore
CITATION.bib
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
.github/workflows/python-package.yml
.github/workflows/python-publish.yml
src/splendaq/__init__.py
src/splendaq/_cli.py
src/splendaq/_version.py
src/splendaq.egg-info/PKG-INFO
src/splendaq.egg-info/SOURCES.txt
src/splendaq.egg-info/dependency_links.txt
src/splendaq.egg-info/entry_points.txt
src/splendaq.egg-info/not-zip-safe
src/splendaq.egg-info/requires.txt
src/splendaq.egg-info/top_level.txt
src/splendaq/control/__init__.py
src/splendaq/control/_hps.py
src/splendaq/control/_sr560.py
src/splendaq/daq/__init__.py
src/splendaq/daq/_log_data.py
src/splendaq/daq/_offline_trigger.py
src/splendaq/daq/_oscilloscope.py
src/splendaq/daq/_sequencer.py
src/splendaq/io/__init__.py
src/splendaq/io/_io.py
src/splendaq/io/_liconvert/COPYING.txt
src/splendaq/io/_liconvert/liconvert_linux
src/splendaq/io/_liconvert/liconvert_macos
src/splendaq/io/_liconvert/liconvert_windows.exe
tutorials/daq/dc_oscilloscope.ipynb
tutorials/daq/event_building.ipynb
tutorials/daq/logging_data.ipynb
tutorials/daq/running_the_sequencer.ipynb
tutorials/daq/sequencer_settings.yaml
tutorials/io/read_files.ipynb
tutorials/io/write_files.ipynb