Changeset 9573 in ntrip
- Timestamp:
- Dec 16, 2021, 4:28:38 PM (3 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppSatObs.cpp
r9569 r9573 314 314 // De-Weight measurements 315 315 // ---------------------- 316 if (_prn.system() == 'R' && 317 (t_lc::includesCode(tLC) || t_lc::includesPhase(tLC))) {316 if (_prn.system() == 'R' && t_lc::includesCode(tLC)) { 317 // (t_lc::includesCode(tLC) || t_lc::includesPhase(tLC))) { 318 318 retVal *= 10.0; 319 } 320 321 if (_prn.system() == 'C' && t_lc::includesCode(tLC)) { 322 retVal *= 2.0; 319 323 } 320 324 -
trunk/BNC/src/pppWidgets.cpp
r9565 r9573 154 154 _pseudoObs->addItems(QString("no").split(",")); 155 155 #else 156 _modelObs->addItems(QString("Ionosphere-free PPP,Uncombined PPP,PPP-RTK,DCM with Code Biases,DCM with Phase Biases").split(",")); 156 //_modelObs->addItems(QString("Ionosphere-free PPP,Uncombined PPP,PPP-RTK,DCM with Code Biases,DCM with Phase Biases").split(",")); 157 _modelObs->addItems(QString("Ionosphere-free PPP,Uncombined PPP,DCM with Code Biases,DCM with Phase Biases").split(",")); 157 158 _pseudoObs->addItems(QString("no,Ionosphere").split(",")); 158 159 #endif
Note:
See TracChangeset
for help on using the changeset viewer.