Changeset 9661 in ntrip


Ignore:
Timestamp:
Mar 17, 2022, 10:01:05 AM (2 years ago)
Author:
stuerze
Message:

minor changes regarding PPP

Location:
trunk/BNC/src
Files:
3 edited

Legend:

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

    r9659 r9661  
    803803    t_prn refPrnNew = refSatMap[sys]->prn();
    804804    if (refPrnNew != refPrnOld) {
    805       resetAmb(refPrnOld, allObs);
     805      resetAmb(refPrnOld, allObs);/*
    806806      if (resetAmb(refPrnOld, allObs) == success) {
    807807        if (OPT->_obsModelType == OPT->DCMcodeBias) {
     
    822822          }
    823823        }
    824       }
     824      }*/
    825825    }
    826826  }
  • trunk/BNC/src/PPP/pppParlist.cpp

    r9660 r9661  
    601601        required.push_back(new t_pppParam(t_pppParam::cBiasG2, t_prn(), t_lc::c2));
    602602      }
    603     }
     603    }/*
    604604    if (_usedSystems.contains('R')) {
    605605      lc = OPT->LCs('R');
     
    610610        required.push_back(new t_pppParam(t_pppParam::cBiasR2, t_prn(), t_lc::c2));
    611611      }
    612     }
     612    }*/
    613613    if (_usedSystems.contains('E')) {
    614614      lc = OPT->LCs('E');
     
    644644        required.push_back(new t_pppParam(t_pppParam::pBiasG2, t_prn(), t_lc::l2));
    645645      }
    646     }
     646    }/*
    647647    if (_usedSystems.contains('R')) {
    648648      lc = OPT->LCs('R');
     
    653653        required.push_back(new t_pppParam(t_pppParam::pBiasR2, t_prn(), t_lc::l2));
    654654      }
    655     }
     655    }*/
    656656    if (_usedSystems.contains('E')) {
    657657      lc = OPT->LCs('E');
  • trunk/BNC/src/pppMain.cpp

    r9659 r9661  
    218218      opt->_obsModelType = t_pppOptions::DCMcodeBias;
    219219      opt->_refSatRequired = true;
    220       opt->_noiseCodeBias  = 0.1;
     220      opt->_noiseCodeBias  = 1.0;
    221221      opt->_noiseIon = 0.1;
    222222    }
     
    224224      opt->_obsModelType = t_pppOptions::DCMphaseBias;
    225225      opt->_refSatRequired = true;
    226       opt->_noisePhaseBias = 0.1;
     226      opt->_noisePhaseBias = 1.0;
    227227      opt->_noiseIon = 0.1;
    228228    }
Note: See TracChangeset for help on using the changeset viewer.