diff --git a/astro.cpp b/astro.cpp index 464d80baa..50169baf3 100644 --- a/astro.cpp +++ b/astro.cpp @@ -141,6 +141,7 @@ auto Astro::astroUpdate(QDateTime const& t, QString const& mygrid, QString const "Freq: " << nfreq << "\n"; if(nfreq>=50) { //Suppress data not relevant below VHF out << "Tsky: " << ntsky << "\n" + "Dpol: " << poloffset << "\n" "MNR: " << xnr << "\n" "Dgrd: " << dgrd; }