fix(sat): the antenna stops flickering, and the pass is readable from the header
THE FLICKER was a real bug and not a rotator problem. The rotator is asked where it is at most every three seconds — a controller query binds a socket and waits — but satTrackStep built a fresh status every second and carried over only Radio and Error. So the antenna readout was filled in on one tick in three and blank on the other two, which on screen is a rotator that keeps disconnecting. The status is now rebuilt FROM the previous one, so a field nobody wrote this tick keeps the value somebody wrote last tick. THE HEADER now carries the two frequencies and the antenna bearing, beside the button that started tracking. During a pass an operator watches the radio and the antenna, not a column on the far side of the window — and that column is the first thing they hide to get the map full width, which until now took the numbers with it. The compass spins while the antenna is still on its way: a mast takes tens of seconds to cross a pass, and "moving" against "stuck" is the whole reason to look at it, which a number alone cannot show. THE PRECISION drops from one hertz to a hundred. The Doppler moves about sixty hertz a second on 70 cm, so the last two digits changed on every tick and the display was a blur that could not be read and did not need to be. The radio still gets the whole figure — the correction is computed and sent to the hertz — this is only how much of it is worth putting in front of somebody. The shift beside it says "+9.7 kHz" rather than "+9741 Hz", which is how it is read aloud. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
This commit is contained in:
@@ -1,4 +1,18 @@
|
||||
[
|
||||
{
|
||||
"version": "0.27.22",
|
||||
"date": "",
|
||||
"en": [
|
||||
"The antenna readout no longer flickers in and out during a pass. The rotator is asked where it is every three seconds, but the tracking status was rebuilt from scratch every second and dropped the answer in between — so the antenna appeared for one second in three, which reads as a rotator that keeps disconnecting.",
|
||||
"While tracking, the two frequencies and the antenna bearing sit beside the Tracking button. During a pass an operator watches the radio and the antenna, not a column on the far side of the window — and that column is the first thing hidden to get the map full width. The compass spins while the antenna is still slewing: a mast takes tens of seconds to cross a pass, and the difference between \"on its way\" and \"stuck\" is the whole reason to look at it.",
|
||||
"Satellite frequencies are shown to a hundred hertz instead of one. The Doppler moves about sixty hertz a second on 70 cm, so the last two digits changed every tick and the display was a blur of numbers nobody could read and nobody needed. The radio still gets the whole figure — this is only how much of it is worth putting in front of you. The shift beside it now reads \"+9.7 kHz\" rather than \"+9741 Hz\"."
|
||||
],
|
||||
"fr": [
|
||||
"L’affichage de l’antenne ne clignote plus pendant un passage. Le rotor est interrogé toutes les trois secondes, mais l’état du suivi était reconstruit de zéro chaque seconde et perdait la réponse entre-temps — l’antenne apparaissait donc une seconde sur trois, ce qui se lit comme un rotor qui se déconnecte sans arrêt.",
|
||||
"Pendant le suivi, les deux fréquences et le cap de l’antenne sont affichés à côté du bouton Tracking. Pendant un passage, on regarde la radio et l’antenne, pas une colonne à l’autre bout de la fenêtre — et c’est la première chose qu’on masque pour avoir la carte en pleine largeur. La boussole tourne tant que l’antenne est en mouvement : un pylône met des dizaines de secondes à traverser un passage, et distinguer « en route » de « bloqué » est toute la raison de la regarder.",
|
||||
"Les fréquences satellite sont affichées à la centaine de hertz au lieu du hertz. Le Doppler se déplace d’environ soixante hertz par seconde en 70 cm : les deux derniers chiffres changeaient à chaque tick et l’affichage était une bouillie de chiffres illisible et inutile. La radio reçoit toujours la valeur complète — il ne s’agit que de ce qui vaut la peine d’être mis sous vos yeux. Le décalage à côté indique désormais « +9,7 kHz » plutôt que « +9741 Hz »."
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "0.27.21",
|
||||
"date": "",
|
||||
|
||||
Reference in New Issue
Block a user