Geometry Module
Geometry Module
File
~/dev/python/HDDS2/Project v1/src/radar_sim/geometry.py
Responsibility
This module converts between physical values and internal radar variables.
Main Conversions
- delay to bistatic range excess,
- range to delay,
- Doppler to velocity,
- velocity to Doppler,
- range axis construction,
- Doppler axis construction,
- velocity axis construction.
Why This Module Is Critical
This is the module that keeps the plots physically interpretable.
If these conversions are wrong, the system may still produce peaks, but their reported physical meaning will be wrong.