fix(udp): WSJT-X QSOs were missing the solar data and the distance
The UDP path applies the station profile, the DXCC number, the Club Log exceptions, the zone refinement and the QSL defaults — and its comment says "same as the manual AddQSO path", which it was not. applySolar and fillDistance were never called there. For an operator running digital, and that is most of the traffic on most stations, it meant SFI, A, K and distance were empty across the whole log while a hand-logged contact carried all four. It also quietly undermines the history-based propagation work, which needs those numbers to be there. applySolar now refuses a QSO more than a day old, whichever path it arrives by. The UDP feed and the ADIF monitor normally carry contacts seconds old but neither promises it — a logger re-broadcasting its backlog, or an operator typing last month's contact by hand, would be handed this morning's SFI as though it had been measured at the time. A wrong reading is worse than a missing one: afterwards nothing tells it apart from a real one.
This commit is contained in:
+6
-2
@@ -2,8 +2,12 @@
|
||||
{
|
||||
"version": "0.24.7",
|
||||
"date": "",
|
||||
"en": [],
|
||||
"fr": []
|
||||
"en": [
|
||||
"QSOs logged from WSJT-X now carry the space weather and the distance, like hand-logged ones. The UDP path stamped the station profile, the DXCC and the QSL defaults but not SFI, A, K or distance — so an operator running digital had those fields empty across the whole log. Space weather is only stamped on a contact less than a day old: a logger re-broadcasting its backlog would otherwise be handed this morning readings for last month contacts."
|
||||
],
|
||||
"fr": [
|
||||
"Les QSO enregistrés depuis WSJT-X portent désormais la météo spatiale et la distance, comme ceux saisis à la main. Le chemin UDP posait le profil station, le DXCC et les défauts QSL mais ni SFI, ni A, ni K, ni distance — un opérateur en numérique avait donc ces champs vides sur tout son log. La météo spatiale n est posée que sur un contact de moins d un jour : sinon un logiciel qui rediffuse son historique se verrait attribuer les relevés de ce matin sur des contacts du mois dernier."
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "0.24.6",
|
||||
|
||||
Reference in New Issue
Block a user