- Timestamp:
- Feb 28, 2009, 4:11:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNS/bns.cpp
r1672 r1673 373 373 prns << prn; 374 374 if ( _ephList.contains(prn) ) { 375 // in >> xx(1) >> xx(2) >> xx(3) >> xx(4); 376 in >> xx(1) >> xx(2) >> xx(3) >> xx(4) >> xx(5); 375 in >> xx(1) >> xx(2) >> xx(3) >> xx(4); 377 376 xx(1) *= 1e3; 378 377 xx(2) *= 1e3; … … 380 379 xx(4) *= 1e-6; 381 380 382 if ( Qt::CheckState(settings.value("beClocks1").toInt()) == Qt::Checked) { 383 xx(4) -= xx(5) / 299792458.0; 384 } 381 //// in >> xx(1) >> xx(2) >> xx(3) >> xx(4) >> xx(5); xx(4) *= 1e-6; 382 //// 383 //// beg test (zero clock correction for Gerhard Wuebbena) 384 //// xx(4) -= xx(5) / 299792458.0; 385 //// end test 386 //// 387 //// Falls Clocks aus den Broadcast Ephemeris gewuenscht: 388 //// 389 //// if ( Qt::CheckState(settings.value("beClocks1 oder beClocks2").toInt()) == Qt::Checked) { 390 //// ..... 391 //// } 385 392 386 393 t_ephPair* pair = _ephList[prn];
Note:
See TracChangeset
for help on using the changeset viewer.