Changeset 10688 in ntrip for trunk/BNC/src/orbComp
- Timestamp:
- Jul 4, 2025, 12:13:03 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/orbComp/sp3Comp.cpp
r10673 r10688 282 282 epo->_dr[sat1->_prn] = sat1->_xyz - sat2->_xyz; 283 283 // temporarily included START 284 if (epo->_dr[sat1->_prn].NormFrobenius() > 1.0) { 284 if (epo->_dr[sat1->_prn].NormFrobenius() > 10.0) { 285 285 epochOK = false; 286 286 out << "! " << epo->_tt.timestr().c_str() << " " << sat1->_prn.toString().c_str() << "excluded \n"
Note:
See TracChangeset
for help on using the changeset viewer.