It works like this.
A maximum score is 260. You get a point for every combination of the last number followed by the first letter after that number in a call sign. So, W7BRS would count for 7B.
9K2GS would count for 9K, PJ2T would count for 2T, and so on.
26 letters, 10 call-sign areas, 260 points maximum.
The catch:
Have to work stations not in your continent. So for those in North America, you exclude any station from North America.
I thought it might be easier to make Software calculate your score, so wrote a tool to do that.
Not a GUI application, but a console application that cranks through an ADIF log file and produces a score. Here's mine so far:
0 1 2 3 4 5 6 7 8 9
----------------------------------
A | Y Y Y Y Y Y Y Y Y Y
B | Y Y Y Y Y Y Y Y Y Y
C | Y Y Y Y Y Y Y Y Y Y
D | Y Y Y Y Y Y Y Y Y Y
E | Y Y Y Y Y Y Y Y Y Y
F | Y Y Y Y Y Y Y Y Y Y
G | Y Y Y Y Y Y Y Y Y Y
H | Y Y Y Y Y Y Y Y Y
I | Y Y Y Y Y Y Y Y Y
J | Y Y Y Y Y Y Y Y Y
K | Y Y Y Y Y Y Y Y Y Y
L | Y Y Y Y Y Y Y Y Y Y
M | Y Y Y Y Y Y Y Y Y Y
N | Y Y Y Y Y Y Y Y Y Y
O | Y Y Y Y Y Y Y Y Y
P | Y Y Y Y Y Y Y Y Y
Q | Y Y Y Y Y Y
R | Y Y Y Y Y Y Y Y Y Y
S | Y Y Y Y Y Y Y Y Y
T | Y Y Y Y Y Y Y Y
U | Y Y Y Y Y Y Y Y Y Y
V | Y Y Y Y Y Y Y Y
W | Y Y Y Y Y Y Y Y Y Y
X | Y Y Y Y Y Y Y Y Y Y
Y | Y Y Y Y Y Y Y Y Y
Z | Y Y Y Y Y Y Y Y Y
Summary: 245 worked, 15 unworked.
Details:
By Band:
Band Count
---------------------
6m 0
10m 32
12m 1
15m 56
17m 12
20m 78
30m 25
40m 38
60m 0
80m 3
By Continent:
Cont Count
---------------------
NA 0
SA 24
EU 89
AF 8
AS 88
OC 35
AN 0
AS_AF 1
EU_AS 0
SCORE: NAANY [245] * Continents [6] * Bands [8] = 11760
NAANY score of 245. I added the multiplier business for extra spice.
No comments:
Post a Comment