Display polarization offset on bands above 50 MHz.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6866 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2016-07-04 18:25:10 +00:00
parent 18871acc02
commit c91111bf28

View File

@ -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;
}