Changeset 10938 in ntrip for trunk/BNC/src/PPP/pppFilter.cpp


Ignore:
Timestamp:
Jun 18, 2026, 4:02:38 PM (5 days ago)
Author:
stuerze
Message:

bugfix regarding ionospheric constraints

File:
1 edited

Legend:

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

    r10805 r10938  
    229229            const t_lc LC = LCs[jj];
    230230            if (LC._type == t_lc::GIM) {
     231              if (!obs->isValid(LC)) continue;
    231232              ++iObs;
    232233            } else {
     
    264265    for (unsigned ii = 0; ii < usedObs.size(); ii++) {
    265266      const t_lc LC = usedTypes[ii];
     267      if (LC._type == t_lc::GIM) continue;   // GIM is a soft constraint; never reject as outlier
    266268      double res = fabs(vv[ii]);
    267269      if (res > usedObs[ii]->maxRes(LC)) {
Note: See TracChangeset for help on using the changeset viewer.