From 7e1b74ecc0b3f874ce26e261985f950b285a6669 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Tue, 8 Dec 2020 00:01:46 +0000 Subject: [PATCH] Moon distance in astronomical data window, tnx Charlie, G3WDG --- widgets/astro.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/widgets/astro.cpp b/widgets/astro.cpp index 87ca7224f..e161199c1 100644 --- a/widgets/astro.cpp +++ b/widgets/astro.cpp @@ -157,7 +157,8 @@ auto Astro::astroUpdate(QDateTime const& t, QString const& mygrid, QString const if(freq>=5000000ull) { //Suppress data not relevant below VHF out << "Tsky: " << ntsky << "\n" "Dpol: " << poloffset << "\n" - "MNR: " << xnr << "\n" + "MNR: " << xnr << "\n" + "Dist: " << int((techo*149896)) << "\n" //wdg "Dgrd: " << dgrd; } }