Changeset 10690 in ntrip
- Timestamp:
- Jul 7, 2025, 11:47:37 AM (4 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/orbComp/sp3Comp.cpp
r10688 r10690 284 284 if (epo->_dr[sat1->_prn].NormFrobenius() > 10.0) { 285 285 epochOK = false; 286 out << "! " << epo->_tt.timestr().c_str() << " " << sat1->_prn.toString().c_str() << "excluded \n"287 << QString(" !sat 1: %1%2%3\n").arg(sat1->_xyz[0], 19, 'e', 12)286 out << "! " << epo->_tt.timestr().c_str() << " " << sat1->_prn.toString().c_str() << " excluded: " 287 << QString("sat 1: %1%2%3 ").arg(sat1->_xyz[0], 19, 'e', 12) 288 288 .arg(sat1->_xyz[1], 19, 'e', 12) 289 .arg(sat1->_xyz[2], 19, 'e', 12).toStdString().c_str() 290 << QString(" !sat 2: %1%2%3\n").arg(sat2->_xyz[0], 19, 'e', 12)289 .arg(sat1->_xyz[2], 19, 'e', 12).toStdString().c_str() 290 << QString("sat 2: %1%2%3 ").arg(sat2->_xyz[0], 19, 'e', 12) 291 291 .arg(sat2->_xyz[1], 19, 'e', 12) 292 292 .arg(sat2->_xyz[2], 19, 'e', 12).toStdString().c_str() 293 << QString(" !diff : %1%2%3\n").arg(epo->_dr[sat1->_prn][0], 19, 'e', 12)293 << QString("diff : %1%2%3\n").arg(epo->_dr[sat1->_prn][0], 19, 'e', 12) 294 294 .arg(epo->_dr[sat1->_prn][1], 19, 'e', 12) 295 295 .arg(epo->_dr[sat1->_prn][2], 19, 'e', 12).toStdString().c_str()
Note:
See TracChangeset
for help on using the changeset viewer.