mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-24 21:28:41 -05:00
Moon distance in astronomical data window, tnx Charlie, G3WDG
This commit is contained in:
parent
0079b30b1a
commit
7e1b74ecc0
@ -158,6 +158,7 @@ auto Astro::astroUpdate(QDateTime const& t, QString const& mygrid, QString const
|
||||
out << "Tsky: " << ntsky << "\n"
|
||||
"Dpol: " << poloffset << "\n"
|
||||
"MNR: " << xnr << "\n"
|
||||
"Dist: " << int((techo*149896)) << "\n" //wdg
|
||||
"Dgrd: " << dgrd;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user