From 7cd7b20e0c1f8a65f8774f9a3a9096dac098678f Mon Sep 17 00:00:00 2001 From: Dawid SQ6EMM Date: Mon, 5 May 2025 18:56:38 +0200 Subject: [PATCH] band correction --- pyhamtools/frequency.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyhamtools/frequency.py b/pyhamtools/frequency.py index d5375e2..5f7583f 100644 --- a/pyhamtools/frequency.py +++ b/pyhamtools/frequency.py @@ -182,7 +182,7 @@ def freq_to_band(freq): elif ((freq >= 1200000) and (freq <= 1300000)): band = 0.23 #23cm mode = None - elif ((freq >= 2390000) and (freq <= 2450000)): + elif ((freq >= 2300000) and (freq <= 2450000)): band = 0.13 #13cm mode = None elif ((freq >= 3300000) and (freq <= 3500000)):