- Timestamp:
- Feb 5, 2025, 12:44:11 PM (6 weeks ago)
- Location:
- trunk/BNC/src/PPP
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppFilter.cpp
r10606 r10607 304 304 const vector<t_pppSatObs*> &obsVector) { 305 305 306 double SLIP = 20.0;306 double SLIP = 100.0; 307 307 double fac = 1.0; 308 308 if (_lastEpoTimeOK.valid()) { -
trunk/BNC/src/PPP/pppParlist.cpp
r10598 r10607 85 85 const t_pppSatObs* obs = obsVector->at(ii); 86 86 if (obs->prn() == _prn) { 87 _x0 = floor((obs->obsValue(tLC) - obs->cmpValue(tLC)) / obs->lambda(tLC) + 0.5); 87 _x0 = 0.0;//floor((obs->obsValue(tLC) - obs->cmpValue(tLC)) / obs->lambda(tLC) + 0.5); 88 88 break; 89 89 }
Note:
See TracChangeset
for help on using the changeset viewer.