Changeset 2272 in ntrip


Ignore:
Timestamp:
Jan 20, 2010, 8:48:42 AM (14 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNC
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmodel.cpp

    r2271 r2272  
    154154    _estTropo = true;
    155155  }
    156   _oldAprTrop = 0.0;
    157156
    158157  _xcBanc.ReSize(4);  _xcBanc  = 0.0;
     
    308307      iGlo.remove();
    309308    }
    310   }
    311 
    312   // Tropospheric Delay
    313   // ------------------
    314   if (_estTropo) {
    315     double newAprTrop = delay_saast(M_PI/2.0);
    316     if (_oldAprTrop != 0.0) {
    317       for (int ii = 0; ii < _params.size(); ++ii) {
    318         bncParam* pp = _params[ii];
    319         if (pp->type == bncParam::TROPO) {
    320           pp->xx += _oldAprTrop - newAprTrop;
    321         }
    322       }
    323     }
    324     _oldAprTrop = newAprTrop;
    325309  }
    326310
  • trunk/BNC/bncmodel.h

    r2271 r2272  
    101101  QTextStream*       _nmeaStream;
    102102  bool               _useGlonass;
    103   double             _oldAprTrop;
    104103};
    105104
  • trunk/BNC/ppp.gpt

    r2085 r2272  
    55set format x "%H:%M"
    66
    7 ### set term png
    8 ### set output "joz20.png"
    9 set title "JOZ20"
     7set term png
     8set output "ffmj1_clk11_glo.png"
     9set title "FFMJ1 (CLK11, GPS & Glonass)"
    1010set ylabel "meters"
    11 set xlabel "6-Dec-2009"
     11set xlabel "19-Dec-2009"
     12set yrange [-1.5:1.5]
    1213
    1314plot "ppp" u 1:4 t "dH" w lp 3, \
     
    1516     ""    u 1:3 t "dE" w lp 2
    1617
    17 pause -1
     18###pause -1
Note: See TracChangeset for help on using the changeset viewer.