X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=data%2Fbands.pl;h=4e64a38a468cd1777e0a14bb26b8fa1c27f5f0f5;hb=5b282ac59f14d759501208fb5a263fdfa69d63f9;hp=c394f390a544479ef2afa4d7d98bd2095dae4002;hpb=d7cd2f1d32971efd542a9e4bf0d1df92a4d054de;p=spider.git diff --git a/data/bands.pl b/data/bands.pl index c394f390..4e64a38a 100644 --- a/data/bands.pl +++ b/data/bands.pl @@ -12,7 +12,14 @@ # It is up to YOU to make sure that it makes sense! # + %bands = ( + '73khz' => bless ( { band => [71, 75], + }, 'Bands'), + + '136Khz' => bless ( { band => [135, 138], + }, 'Bands'), + '160m' => bless( { band => [ 1800, 2000 ], cw => [ 1800, 1830 ], rtty => [ 1838, 1841 ], @@ -58,10 +65,10 @@ ssb => [ 21151, 21450] }, 'Bands'), - '12m' => bless( { band => [ 21000, 21450 ], - cw => [ 21000, 21150 ], - data => [ 21100, 21120 ], - ssb => [ 21151, 21450] + '12m' => bless( { band => [ 24890, 24990 ], + cw => [ 24890, 24990 ], + ssb => [ 24920, 24930], + rtty => [ 24930, 24990], }, 'Bands'), @@ -130,7 +137,7 @@ ssb => [47087000, 47089000], }, 'Bands'), - 'band1' => bless ( { band => [47000, 68000], + 'band1' => bless ( { band => [47000, 49999, 52000, 68000], }, 'Bands'), 'band2' => bless ( { band => [87500, 108000], @@ -174,6 +181,7 @@ # %regions = ( + vlf => [ '73khz', '136khz' ], hf => [ '160m', '80m', '40m', '30m', '20m', '17m', '15m', '12m', '10m' ], vhf => [ '6m', '4m', '2m', '220' ], vhfradio => [ 'band1', 'band2' ], @@ -182,4 +190,5 @@ uhftv => [ 'band4', 'band5' ], shf => [ '23cm', '13cm', '9cm', '6cm', '3cm' ], pmr => [ 'pmrlow', 'pmrmid', 'pmrhigh', 'pmruhf' ], + spe => [ '10m', '6m', '4m', '2m' ], );