Skip to content

Added bounds checking on location inputs and print errors. Automatically...

Eric Gallimore requested to merge dev/model_bounds_checking into devel

Breaking Changes

  • sim_transmission_loss node: Renamed bellhop_arrivals parameter to use_bellhop_for_latency for clarity.
  • Simulator behavior has changed for some sets of invalid platform position input

New Features / Improvements

  • Bounds checking on platform locations in sim_transmission_loss:
    • Added bounds checking on location inputs and print errors.
    • Automatically handle near-surface positions by clamping the minimum depth to 0.1m.
    • Handle 0 horizontal distance between modems (same lat/lon for both modems)

Bugfixes

  • Fixed bugs related to bounds checking on platform locations in sim_transmission_loss

Merge request reports

Loading