Scoring: Difference between revisions

From Tučňák Wiki
Jump to navigation Jump to search
Ok1zia (talk | contribs)
Ok1zia (talk | contribs)
Line 49: Line 49:
==2 Additive==
==2 Additive==
<math>points = ( qsop + wwls * wwlbonu + dxcs * dxcbonu + excs * excbonu ) * </math>
<math>points = ( qsop + wwls * wwlbonu + dxcs * dxcbonu + excs * excbonu ) * </math>
<math> * [ ( wwls * wwlmult ) + ( prefs * prefsmult ) + ( dxcs * dxcmult ) + ( excs * excmult )]</math>
<math> * [ ( wwls * wwlmult ) + ( prefs * prefsmult ) + ( dxcs * dxcmult ) + ( excs * excmult )]</math>



Revision as of 10:15, 22 January 2009

QSO points

First phase is computing points for every QSO. Tucnak uses scoring methods from Taclog but some are unimplemented or can be buggy. Here are described only tested ones.

1 Standard IARU

Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle qsop = iaruround(qrb) * qsomult}

The iaruround function computes points from QRB (distance between stations).

2 QSO multipliers

Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle qsop = qsomult}

4 WWL ring

Points are computed by big WWL (like JN69). Own locator (JN69) brings 2 points, neighbors (JO50, JO60, JO70, JN59, JN79, JN58, JN68 JN78) are 3 point etc.

JO50 JO60 JO70
JN59 JN69 JN79
JN58 JN68 JN78

12 RDGB DC

Same like 1 but EXC multipliers can be counted:

  • 6 times for BT
  • 3 times for AB, DD, DG, EH, FK, GS, HS, IV, KA, KY, PA, PH, TD, ZE
  • 1 times for all others

13 Continent

For CQ WW DX Contest. QSO points are:

  • 0 for same DXCC
  • 1 for same continent
  • 2 for same continent within north America
  • 3 for other continent

14 Continent + Band

For CQ WW WPX Contest. QSO points are:

  • 1 for same DXCC
  • 1 for same continent
  • 2 for same continent within north America
  • 3 for other continent

Points for lower bands (160, 80 and 40m) are multiplied by 2 (2, 2, 4, 6).

Total points

1 Multiplicative

For most contests like standard IARU.

Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle points = ( qsop + wwls * wwlbonu + dxcs * dxcbonu + excs * excbonu ) * }

Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle * ( wwls * wwlmult ) * ( prefs * prefsmult ) * ( dxcs * dxcmult ) * ( excs * excmult )}

2 Additive

Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle points = ( qsop + wwls * wwlbonu + dxcs * dxcbonu + excs * excbonu ) * }

Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle * [ ( wwls * wwlmult ) + ( prefs * prefsmult ) + ( dxcs * dxcmult ) + ( excs * excmult )]}

3 Additive all bands

For CW WW DX Contest, multipliers are computed for all bands.

Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle points = ( qsop + wwls * wwlbonu + dxcs * dxcbonu + excs * excbonu ) * } Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle * [ ( wwls_{allbands} * wwlmult ) + ( prefs_{allbands} * prefsmult ) + ( dxcs_{allbands} * dxcmult ) + ( excs_{allbands} * excmult )]}