.gitignore
INSTALL.md
LICENSE
README.md
pyproject.toml
.github/workflows/publish.yml
examples/scan_demo.py
examples/scan_osc.py
substation/__init__.py
substation/__main__.py
substation/antenna.py
substation/cli.py
substation/config.py
substation/config.yaml.default
substation/constants.py
substation/osc_sender.py
substation/recording.py
substation/scanner.py
substation.egg-info/PKG-INFO
substation.egg-info/SOURCES.txt
substation.egg-info/dependency_links.txt
substation.egg-info/entry_points.txt
substation.egg-info/requires.txt
substation.egg-info/scm_file_list.json
substation.egg-info/scm_version.json
substation.egg-info/top_level.txt
substation/devices/__init__.py
substation/devices/base.py
substation/devices/file.py
substation/devices/hackrf.py
substation/devices/rtlsdr.py
substation/devices/soapysdr.py
substation/dsp/__init__.py
substation/dsp/demodulation.py
substation/dsp/filters.py
substation/dsp/noise_reduction.py
tests/__init__.py
tests/conftest.py
tests/iq_generators.py
tests/test_antenna.py
tests/test_cli.py
tests/test_config.py
tests/test_config_supervisor.py
tests/test_constants.py
tests/test_demodulation.py
tests/test_devices.py
tests/test_events.py
tests/test_filters.py
tests/test_noise_reduction.py
tests/test_osc_sender.py
tests/test_recording.py
tests/test_scanner_channels.py
tests/test_scanner_detection.py
tests/test_scanner_transitions.py
tests/test_soapysdr.py