.gitignore
LICENSE
README.rst
pyproject.toml
setup.py
bin/gammalab-calibration-calc.py
bin/gammalab-histogram.py
bin/gammalab-monitor.py
doc/images/am241.png
examples/benchmark.py
examples/histogram.py
examples/noise_histogram.py
examples/playback.py
examples/plot_data.py
examples/pulse_count.py
examples/test_noise.py
examples/write_data.py
examples/write_wav.py
src/GammaLab.egg-info/PKG-INFO
src/GammaLab.egg-info/SOURCES.txt
src/GammaLab.egg-info/dependency_links.txt
src/GammaLab.egg-info/requires.txt
src/GammaLab.egg-info/top_level.txt
src/gammalab/__init__.py
src/gammalab/main.py
src/gammalab/service.py
src/gammalab/wire.py
src/gammalab/acquisition/__init__.py
src/gammalab/acquisition/_pyaudio.py
src/gammalab/acquisition/_soundcard.py
src/gammalab/acquisition/file.py
src/gammalab/acquisition/generator.py
src/gammalab/analysis/__init__.py
src/gammalab/analysis/count.py
src/gammalab/analysis/histogram.py
src/gammalab/analysis/pulse_detection.py
src/gammalab/backend/__init__.py
src/gammalab/backend/_pyaudio.py
src/gammalab/backend/_soundcard.py
src/gammalab/backend/plot.py
src/gammalab/backend/raw.py
src/gammalab/backend/wav.py
src/gammalab/transform/__init__.py
src/gammalab/transform/calibration.py
src/gammalab/transform/simple.py