Changeset 9979 in ntrip for trunk/BNC/src/PPP
- Timestamp:
- Feb 25, 2023, 10:43:05 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppFilter.cpp
r9978 r9979 344 344 } 345 345 if (preProcessing) { 346 // for refSats no ambiguity parameter exists346 // for refSats no ambiguity parameters exist 347 347 if ((obs->prn() == refPrn) 348 348 && (t_lc::toString(maxOutlierLC) == "l1" || … … 354 354 << ' ' << setw(8) << setprecision(4) << maxOutlier << endl; 355 355 break; 356 } else { 357 obs->setOutlier(); 358 } 356 } //else {obs->setOutlier();} 359 357 } else { // fin-processing 360 358 LOG << epoTimeStr << " Outlier " << t_lc::toString(maxOutlierLC) << ' ' … … 453 451 } 454 452 // Check Pre-Fit Residuals 455 / /-----------------------453 /* ----------------------- 456 454 else { 457 455 if (OPT->_obsModelType == OPT->DCMcodeBias || OPT->_obsModelType == OPT->DCMphaseBias) { … … 473 471 } 474 472 } 475 } 473 }*/ 476 474 } 477 475 }
Note:
See TracChangeset
for help on using the changeset viewer.