Short/long/closed display for each band calculated from latest data for each ionosonde station

This commit is contained in:
Ian Renton
2026-05-21 20:54:08 +01:00
parent c38be5b588
commit c939a5c1a1
15 changed files with 151 additions and 58 deletions

View File

@@ -11,3 +11,5 @@ class Band:
start_freq: float
# Stop frequency, in Hz
end_freq: float
# Whether this is an HF amateur radio band
is_ham_hf: bool = False