Runner And TUI
Runner And TUI
Files
~/dev/python/HDDS2/Project v1/src/radar_sim/runner.py~/dev/python/HDDS2/Project v1/src/radar_sim/tui.py
Runner Role
The runner executes predefined scenarios from config and reports:
- truth targets,
- detections,
- plots.
TUI Role
The TUI lets the user build a custom radar scenario interactively by entering:
- scenario name,
- noise power,
- clutter level,
- one or more targets,
- distance,
- speed,
- amplitude.
Then it runs the scenario and shows numeric plus plot outputs.
Why These Interfaces Matter
They make the radar baseline usable both for:
- controlled experiments,
- and manual demonstration during development or defense.