Changeset 3446 in ntrip


Ignore:
Timestamp:
Sep 22, 2011, 3:40:37 PM (13 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC
Files:
2 edited

Legend:

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

    r3445 r3446  
    3535const double sig0_offACSat =  100.0;
    3636const double sigP_offACSat =    0.0;
    37 const double sig0_clkSat   =  100.0;
    38 const double sigP_clkSat   =  100.0;
     37const double sig0_clkSat   =   10.0;
     38const double sigP_clkSat   =   10.0;
    3939
    4040const double sigObs        =   0.05;
     
    700700void bncComb::switchToLastEph(const t_eph* lastEph, cmbParam* pp) {
    701701
    702   if (pp->type != cmbParam::clkSat) {
     702  if (pp->type != cmbParam::offACSat) {
    703703    return;
    704704  }
  • trunk/BNC/ppp.gpt

    r3341 r3446  
    2525
    2626set ylabel "meters"
    27 set yrange [-0.3:0.3]
     27set yrange [-0.5:0.5]
    2828
    2929set ytics nomirror
Note: See TracChangeset for help on using the changeset viewer.