Changeset 10014 in ntrip


Ignore:
Timestamp:
Mar 20, 2023, 8:34:20 AM (13 months ago)
Author:
stuerze
Message:

minor changes

Location:
trunk/BNC/src/PPP
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppFilter.cpp

    r10013 r10014  
    413413    const vector<t_pppSatObs*> &obsVector, const t_prn &refPrn,
    414414    bool preProcessing) {
    415   const double SLIP = 500.0;
     415  const double SLIP = 50.0;
    416416  char sys = refPrn.system();
    417417  string epoTimeStr = string(_epoTime);
     
    507507      int ind = par->indexNew();
    508508      t_lc::type tLC = par->tLC();
    509       //if (tLC != lc) {continue;}
     509      if (tLC != lc) {
     510        continue;
     511      }
    510512      LOG << string(_epoTime) << " RESET " << par->toString() << endl;
    511513      delete par;
  • trunk/BNC/src/PPP/pppSatObs.cpp

    r10013 r10014  
    3333using namespace std;
    3434
    35 const double   GLO_WEIGHT_FACTOR = 5.0;
     35const double   GLO_WEIGHT_FACTOR = 1.0;
    3636const double   BDS_WEIGHT_FACTOR = 1.0;
    3737
Note: See TracChangeset for help on using the changeset viewer.