mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-09-05 14:47:54 -04: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"
|
out << "Tsky: " << ntsky << "\n"
|
||||||
"Dpol: " << poloffset << "\n"
|
"Dpol: " << poloffset << "\n"
|
||||||
"MNR: " << xnr << "\n"
|
"MNR: " << xnr << "\n"
|
||||||
|
"Dist: " << int((techo*149896)) << "\n" //wdg
|
||||||
"Dgrd: " << dgrd;
|
"Dgrd: " << dgrd;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user