Changeset 10695 in ntrip
- Timestamp:
- Jul 15, 2025, 4:48:44 PM (4 months ago)
- File:
-
- 1 edited
-
trunk/BNC/src/orbComp/sp3Comp.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/orbComp/sp3Comp.cpp
r10690 r10695 281 281 epochOK = true; 282 282 epo->_dr[sat1->_prn] = sat1->_xyz - sat2->_xyz; 283 // temporarily included START284 if (epo->_dr[sat1->_prn].NormFrobenius() > 10.0) {285 epochOK = false;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 .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 ").arg(sat2->_xyz[0], 19, 'e', 12)291 .arg(sat2->_xyz[1], 19, 'e', 12)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)294 .arg(epo->_dr[sat1->_prn][1], 19, 'e', 12)295 .arg(epo->_dr[sat1->_prn][2], 19, 'e', 12).toStdString().c_str()296 << endl;297 }298 // temporarily included END299 300 283 epo->_xyz[sat1->_prn] = sat1->_xyz; 301 284 epo->_dc[sat1->_prn] = sat1->_clk - sat2->_clk;
Note:
See TracChangeset
for help on using the changeset viewer.
