Changeset 3447 in ntrip for trunk/BNC


Ignore:
Timestamp:
Sep 22, 2011, 4:19:31 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r3446 r3447  
    3636const double sigP_offACSat =    0.0;
    3737const double sig0_clkSat   =   10.0;
    38 const double sigP_clkSat   =   10.0;
     38const double sigP_clkSat   =    0.1;
    3939
    4040const double sigObs        =   0.05;
     
    700700void bncComb::switchToLastEph(const t_eph* lastEph, cmbParam* pp) {
    701701
    702   if (pp->type != cmbParam::offACSat) {
     702  if (pp->type != cmbParam::clkSat) {
    703703    return;
    704704  }
     
    723723                    newXC.data(), newVV.data());
    724724
    725   double       dC = newXC(4)        - oldXC(4);
     725  double dC = newXC(4) - oldXC(4);
    726726
    727727  QString msg = "switch param " + pp->prn
Note: See TracChangeset for help on using the changeset viewer.