Changeset 10688 in ntrip for trunk/BNC/src/orbComp


Ignore:
Timestamp:
Jul 4, 2025, 12:13:03 PM (3 months ago)
Author:
stuerze
Message:

RTCM message 1230 (on-change) and the size of each RTCM message is added in scanRTCM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/orbComp/sp3Comp.cpp

    r10673 r10688  
    282282            epo->_dr[sat1->_prn]  = sat1->_xyz - sat2->_xyz;
    283283            // temporarily included START
    284             if (epo->_dr[sat1->_prn].NormFrobenius() > 1.0) {
     284            if (epo->_dr[sat1->_prn].NormFrobenius() > 10.0) {
    285285              epochOK = false;
    286286               out << "! " << epo->_tt.timestr().c_str() << "  "  << sat1->_prn.toString().c_str() << "excluded \n"
Note: See TracChangeset for help on using the changeset viewer.