Changeset 10695 in ntrip


Ignore:
Timestamp:
Jul 15, 2025, 4:48:44 PM (4 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r10690 r10695  
    281281            epochOK = true;
    282282            epo->_dr[sat1->_prn]  = sat1->_xyz - sat2->_xyz;
    283             // temporarily included START
    284             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 END
    299 
    300283            epo->_xyz[sat1->_prn] = sat1->_xyz;
    301284            epo->_dc[sat1->_prn]  = sat1->_clk - sat2->_clk;
Note: See TracChangeset for help on using the changeset viewer.