mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-08-24 08:22:35 -04:00
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:
parent
18871acc02
commit
c91111bf28
@ -141,6 +141,7 @@ auto Astro::astroUpdate(QDateTime const& t, QString const& mygrid, QString const
|
|||||||
"Freq: " << nfreq << "\n";
|
"Freq: " << nfreq << "\n";
|
||||||
if(nfreq>=50) { //Suppress data not relevant below VHF
|
if(nfreq>=50) { //Suppress data not relevant below VHF
|
||||||
out << "Tsky: " << ntsky << "\n"
|
out << "Tsky: " << ntsky << "\n"
|
||||||
|
"Dpol: " << poloffset << "\n"
|
||||||
"MNR: " << xnr << "\n"
|
"MNR: " << xnr << "\n"
|
||||||
"Dgrd: " << dgrd;
|
"Dgrd: " << dgrd;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user