Show what is spotted and not worked yet
The Available Mults and Qs window: a column per band, the multipliers at the top of each column and then the stations that are only points. Clicking one puts the radio there with the call in the entry window, the same as the bandmap does. Every spot on the bandmap goes through ContestLog.Judge, and what comes back a dupe is dropped, so the colours and the ordering agree with every other window. A spot holds a callsign and a frequency and nothing else. For CQ WW that gives the country multiplier, which is derived from the call, but not the zone, which is what the other station sends. Where a call history file has an entry for the call its exchange is filled into the candidate first, so a published CQZone column brings the zone in and a Sect column makes Sweepstakes work at all. Filling the zone from the country file instead was rejected: it is wrong for every large country, and a multiplier that is not there is better than one that is not real. A spot has no mode either, so the candidate is judged in the mode the radio is in. In a mixed-mode contest that means the answer follows the operator. RadioPosition kept two private mappings — exchange value into a contact, and call history field into an exchange box — and both are needed here, so they move to ExchangeSlots and both callers share them. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
20
README.md
20
README.md
@@ -44,7 +44,7 @@ scorer: red for a dupe, green for a new multiplier, blue for points.
|
||||
| Contests | CQ WW, CQ WPX, ARRL DX, IARU HF, Sweepstakes, RTTY Roundup, NAQP, general logging, and user-defined `.udc` contests |
|
||||
| Log | N1MM `.s3db`, Cabrillo 3.0 out, ADIF in and out |
|
||||
| While typing | dupe check, multiplier check, points, country and zone from the country file, exchange filled from a call history file |
|
||||
| Windows | entry, log, check, bandmap, score summary, packet |
|
||||
| Windows | entry, log, check, bandmap, available mults and Qs, score summary, packet |
|
||||
| Editing | double-click a cell in the log, or open the whole contact with Ctrl+Y; Delete removes it. All of it goes out to the other stations |
|
||||
| Radio | one or two radios over hamlib `rigctld`, split, reconnecting on its own |
|
||||
| Cluster | DX cluster over telnet, spots feeding the bandmap, Alt+P to spot a station |
|
||||
@@ -149,6 +149,24 @@ cursor in it can hold — the ARRL sections, or the states and provinces. A
|
||||
serial number or a report has no list behind it, so that column stays empty
|
||||
rather than guessing.
|
||||
|
||||
### Available mults and Qs
|
||||
|
||||
**View → Available Mults and Qs** lists what is spotted and not worked yet, a
|
||||
column per band, multipliers first and then the stations that are only points.
|
||||
Clicking one puts the radio there with the call in the entry window, the same as
|
||||
clicking a spot on the bandmap. **Mults only** hides everything that brings no
|
||||
multiplier.
|
||||
|
||||
A spot carries no exchange, so a station is only known to be a multiplier where
|
||||
the multiplier follows from the callsign — a DXCC entity — or where the call
|
||||
history file says what the station sends. That is why CQ WW shows the country
|
||||
but not the zone: the zone that counts is the one the station sends, and the
|
||||
country file's guess is wrong for the large countries. A call history file with
|
||||
a `CQZone` column fills that in.
|
||||
|
||||
A spot carries no mode either. Stations are judged in the mode the radio is in,
|
||||
so in a mixed-mode contest the answer follows the operator.
|
||||
|
||||
### Radios
|
||||
|
||||
**Config → Radios** takes a `rigctld` address per radio. Each radio needs its
|
||||
|
||||
Reference in New Issue
Block a user