X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=data%2Fbands.pl;h=1068928262ceff77702c59bdf80794bb0fd3a382;hb=refs%2Ftags%2FR_1_48;hp=7ac51e10f75efdd8a1279ae91a4ae628dd1134e7;hpb=b060a0a3ee72530aa3f10d453186a662b66d7efe;p=spider.git diff --git a/data/bands.pl b/data/bands.pl index 7ac51e10..10689282 100644 --- a/data/bands.pl +++ b/data/bands.pl @@ -10,6 +10,8 @@ # There MUST be at last a 'band' entry # # It is up to YOU to make sure that it makes sense! +# +# ALL the labels MUST BE in lower case. # @@ -17,7 +19,7 @@ '73khz' => bless ( { band => [71, 75], }, 'Bands'), - '136Khz' => bless ( { band => [135, 138], + '136khz' => bless ( { band => [135, 138], }, 'Bands'), '160m' => bless( { band => [ 1800, 2000 ], @@ -28,20 +30,23 @@ '80m' => bless( { band => [ 3500, 4000 ], cw => [ 3500, 3600 ], - data => [ 3590, 3600 ], + data => [ 3580, 3619 ], + rtty => [ 3580, 3619 ], sstv => [ 3730, 3740 ], ssb => [ 3601, 4000 ] }, 'Bands'), '40m' => bless( { band => [ 7000, 7400 ], - cw => [ 7000, 7050 ], - cw => [ 7000, 7050 ], + cw => [ 7000, 7034 ], + data => [ 7035, 7044], + rtty => [ 7035, 7044], ssb => [ 7051, 7400 ] }, 'Bands'), '30m' => bless( { band => [ 10100, 10150 ], cw => [ 10000, 10140 ], - data => [ 10141, 10150 ] + data => [ 10141, 10149 ] , + rtty => [ 10141, 10149 ] }, 'Bands'), '20m' => bless( { band => [ 14000, 14350 ], @@ -50,31 +55,36 @@ beacon => [ 14099, 14100 ], sstv => [ 14225, 14235 ], data => [ 14070, 14098, 14101, 14111 ], + rtty => [ 14070, 14098, 14101, 14111 ], }, 'Bands'), - '18m' => bless( { band => [ 18068, 18168 ], + '17m' => bless( { band => [ 18068, 18168 ], cw => [ 18068, 18100 ], ssb => [ 18111, 18168 ], data => [ 18101, 18108], + rtty => [ 18101, 18108], beacon => [ 18109, 18110] }, 'Bands'), '15m' => bless( { band => [ 21000, 21450 ], cw => [ 21000, 21150 ], - data => [ 21100, 21120 ], + data => [ 21070, 21119 ], + rtty => [ 21070, 21119 ], 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 => [ 24931, 24990], + rtty => [ 24920, 24929], + data => [ 24920, 24929], }, 'Bands'), '10m' => bless( { band => [ 28000, 29700 ], cw => [ 28000, 28198 ], - data => [ 28120, 28150, 29200, 29300 ], + data => [ 28050, 28149, 29200, 29299 ], + rtty => [ 28050, 28149 ], space => [ 29200, 29300 ], ssb => [ 28201, 29299, 29550, 29700] }, 'Bands'), @@ -190,4 +200,5 @@ uhftv => [ 'band4', 'band5' ], shf => [ '23cm', '13cm', '9cm', '6cm', '3cm' ], pmr => [ 'pmrlow', 'pmrmid', 'pmrhigh', 'pmruhf' ], + spe => [ '10m', '6m', '4m', '2m' ], );