Changeset 8736 in ntrip


Ignore:
Timestamp:
May 9, 2019, 9:00:16 AM (5 years ago)
Author:
stuerze
Message:

the regularization for GLONASS is switched of agaon after test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/combination/bnccomb.cpp

    r8735 r8736  
    825825
    826826  int maxSat = t_prn::MAXPRN_GPS;
    827   if (_useGlonass) {
    828     maxSat = t_prn::MAXPRN_GPS + t_prn::MAXPRN_GLONASS;
    829   }
     827//  if (_useGlonass) {
     828//    maxSat = t_prn::MAXPRN_GPS + t_prn::MAXPRN_GLONASS;
     829//  }
    830830
    831831  const int nCon = (_method == filter) ? 1 + maxSat : 0;
     
    882882      }
    883883    }
    884     if (_useGlonass) {
    885       for (unsigned iGlo = 1; iGlo <= t_prn::MAXPRN_GLONASS; iGlo++) {
    886         QString prn = QString("R%1_0").arg(iGlo, 2, 10, QChar('0'));
    887         ++iCond;
    888         PP(nObs+iCond) = Ph;
    889         for (int iPar = 1; iPar <= _params.size(); iPar++) {
    890           cmbParam* pp = _params[iPar-1];
    891           if ( pp &&
    892                AA.Column(iPar).maximum_absolute_value() > 0.0 &&
    893                pp->type == cmbParam::offACSat                 &&
    894                pp->prn == prn) {
    895             AA(nObs+iCond, iPar) = 1.0;
    896           }
    897         }
    898       }
    899     }
     884//    if (_useGlonass) {// liefert schlechtere Höhenkomponente im PPP
     885//      for (unsigned iGlo = 1; iGlo <= t_prn::MAXPRN_GLONASS; iGlo++) {
     886//        QString prn = QString("R%1_0").arg(iGlo, 2, 10, QChar('0'));
     887//        ++iCond;
     888//        PP(nObs+iCond) = Ph;
     889//        for (int iPar = 1; iPar <= _params.size(); iPar++) {
     890//          cmbParam* pp = _params[iPar-1];
     891//          if ( pp &&
     892//               AA.Column(iPar).maximum_absolute_value() > 0.0 &&
     893//               pp->type == cmbParam::offACSat                 &&
     894//               pp->prn == prn) {
     895//            AA(nObs+iCond, iPar) = 1.0;
     896//          }
     897//        }
     898//      }
     899//    }
    900900  }
    901901
Note: See TracChangeset for help on using the changeset viewer.