c69136cdf8fd39ad11f7c66a9f165402771cfb32
[spider.git] / filter / spots / GB7DJK.pl.issue
1 #
2 # This is an example filter for the 'isolated' node k1xx
3
4 # I give him any spots that have a spotter or a spotted in the
5 # US. In other filters on the UK side I do the opposite see 
6 # GB7DJK.pl.issue
7 #
8 # The element list is:-
9 #   0 = frequency
10 #   1 = call
11 #   2 = date in unix format
12 #   3 = comment
13 #   4 = spotter
14 #   5 = spotted dxcc country
15 #   6 = spotter's dxcc country
16 #   7 = origin
17 #   8 = spotted itu
18 #   9 = spotted cq
19 #   10 = spotter's itu
20 #   11 = spotter's cq
21 #
22 # The spot data (in this case '15') is the used as the hop count
23 # if this is missing then the normal default applies
24 #
25
26 $in = [
27            [ 1, 9, 'n', [ 14,15 ], 15 ],   # 14 and 15 is CQ region for europe   
28            [ 1, 11, 'n', [ 14,15 ], 15 ],  
29        [ 0, 0, 'd' ],
30 ];