mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-06-23 21:25:12 +00:00
Short/long/closed display for each band calculated from latest data for each ionosonde station
This commit is contained in:
@@ -62,17 +62,17 @@ MODE_ALIASES = {
|
||||
BANDS = [
|
||||
Band(name="2200m", start_freq=135700, end_freq=137800),
|
||||
Band(name="600m", start_freq=472000, end_freq=479000),
|
||||
Band(name="160m", start_freq=1800000, end_freq=2000000),
|
||||
Band(name="80m", start_freq=3500000, end_freq=4000000),
|
||||
Band(name="60m", start_freq=5250000, end_freq=5410000),
|
||||
Band(name="40m", start_freq=7000000, end_freq=7300000),
|
||||
Band(name="30m", start_freq=10100000, end_freq=10150000),
|
||||
Band(name="20m", start_freq=14000000, end_freq=14350000),
|
||||
Band(name="17m", start_freq=18068000, end_freq=18168000),
|
||||
Band(name="15m", start_freq=21000000, end_freq=21450000),
|
||||
Band(name="12m", start_freq=24890000, end_freq=24990000),
|
||||
Band(name="160m", start_freq=1800000, end_freq=2000000, is_ham_hf=True),
|
||||
Band(name="80m", start_freq=3500000, end_freq=4000000, is_ham_hf=True),
|
||||
Band(name="60m", start_freq=5250000, end_freq=5410000, is_ham_hf=True),
|
||||
Band(name="40m", start_freq=7000000, end_freq=7300000, is_ham_hf=True),
|
||||
Band(name="30m", start_freq=10100000, end_freq=10150000, is_ham_hf=True),
|
||||
Band(name="20m", start_freq=14000000, end_freq=14350000, is_ham_hf=True),
|
||||
Band(name="17m", start_freq=18068000, end_freq=18168000, is_ham_hf=True),
|
||||
Band(name="15m", start_freq=21000000, end_freq=21450000, is_ham_hf=True),
|
||||
Band(name="12m", start_freq=24890000, end_freq=24990000, is_ham_hf=True),
|
||||
Band(name="11m", start_freq=26965000, end_freq=27405000),
|
||||
Band(name="10m", start_freq=28000000, end_freq=29700000),
|
||||
Band(name="10m", start_freq=28000000, end_freq=29700000, is_ham_hf=True),
|
||||
Band(name="6m", start_freq=50000000, end_freq=54000000),
|
||||
Band(name="5m", start_freq=56000000, end_freq=60500000),
|
||||
Band(name="4m", start_freq=70000000, end_freq=70500000),
|
||||
|
||||
Reference in New Issue
Block a user