Changeset 10942 in ntrip for trunk/BNC/src/PPP


Ignore:
Timestamp:
Jun 22, 2026, 12:48:31 PM (2 weeks ago)
Author:
stuerze
Message:

handling of ionospheric constraints descrived/updated

File:
1 edited

Legend:

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

    r10938 r10942  
    393393    retVal += it->second * it->second * OPT->_maxResL1 * OPT->_maxResL1;
    394394  }
    395   if (LC._type == t_lc::GIM) {
    396     retVal = OPT->_maxResGIM * OPT->_maxResGIM + OPT->_maxResGIM * OPT->_maxResGIM;
    397   }
    398395
    399396  retVal = sqrt(retVal);
Note: See TracChangeset for help on using the changeset viewer.