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:

  1. truth targets,
  2. detections,
  3. plots.

TUI Role

The TUI lets the user build a custom radar scenario interactively by entering:

  1. scenario name,
  2. noise power,
  3. clutter level,
  4. one or more targets,
  5. distance,
  6. speed,
  7. amplitude.

Then it runs the scenario and shows numeric plus plot outputs.

Why These Interfaces Matter

They make the radar baseline usable both for:

  1. controlled experiments,
  2. and manual demonstration during development or defense.

Linked Notes

Built with LogoFlowershow