Temporarily save WIP on echo mode.

This commit is contained in:
Joe Taylor
2022-07-25 11:27:36 -04:00
parent f9ce51c039
commit e3bceafe3a
3 changed files with 8 additions and 13 deletions
+1
View File
@@ -252,6 +252,7 @@ auto Astro::astroUpdate(QDateTime const& t, QString const& mygrid, QString const
}
correction.wself=width1;
correction.wdx=width2;
qDebug() << "AA0" << m_DopplerMethod << m_dop00 << m_dop << correction.rx << correction.wself << correction.wdx;
return correction;
}