source: ntrip/trunk/BNC/src/PPP/pppSatObs.cpp@ 10417

Last change on this file since 10417 was 10417, checked in by stuerze, 10 months ago

changes regarding PPP

  • Property svn:keywords set to Author Date Id Rev URL;svn:eol-style=native
  • Property svn:mime-type set to text/plain
File size: 24.1 KB
RevLine 
[7237]1/* -------------------------------------------------------------------------
2 * BKG NTRIP Client
3 * -------------------------------------------------------------------------
4 *
5 * Class: t_pppSatObs
6 *
7 * Purpose: Satellite observations
8 *
9 * Author: L. Mervart
10 *
11 * Created: 29-Jul-2014
12 *
[7288]13 * Changes:
[7237]14 *
15 * -----------------------------------------------------------------------*/
16
17
18#include <iostream>
[9473]19#include <iomanip>
[7237]20#include <cmath>
21#include <newmatio.h>
22
23#include "pppSatObs.h"
24#include "bncconst.h"
25#include "pppEphPool.h"
26#include "pppStation.h"
27#include "bncutils.h"
28#include "bncantex.h"
29#include "pppObsPool.h"
30#include "pppClient.h"
31
32using namespace BNC_PPP;
[9590]33using namespace std;
[7237]34
[9821]35
[7237]36// Constructor
37////////////////////////////////////////////////////////////////////////////
38t_pppSatObs::t_pppSatObs(const t_satObs& pppSatObs) {
[8905]39 _prn = pppSatObs._prn;
40 _time = pppSatObs._time;
41 _outlier = false;
42 _valid = true;
43 _reference = false;
44 _stecSat = 0.0;
[9866]45 _signalPriorities = QString::fromStdString(OPT->_signalPriorities);
[7237]46 for (unsigned ii = 0; ii < t_frequency::max; ii++) {
47 _obs[ii] = 0;
48 }
49 prepareObs(pppSatObs);
50}
51
52// Destructor
53////////////////////////////////////////////////////////////////////////////
54t_pppSatObs::~t_pppSatObs() {
55 for (unsigned iFreq = 1; iFreq < t_frequency::max; iFreq++) {
56 delete _obs[iFreq];
57 }
58}
59
[7288]60//
[7237]61////////////////////////////////////////////////////////////////////////////
[10384]62void t_pppSatObs::prepareObs(const t_satObs& pppSatObs) {
[7237]63
64 _model.reset();
65
[10251]66 std::vector<char> bb = OPT->frqBands(_prn.system());
67 char frqNum1 = '0';
68 if (bb.size() >= 1) {
69 frqNum1 = bb[0];
70 }
71 char frqNum2 = '0';
72 if (bb.size() == 2) {
73 frqNum2 = bb[1];
74 }
75
[9446]76 // Select pseudo-ranges and phase observations
[9386]77 // -------------------------------------------
[9866]78 QStringList priorList = _signalPriorities.split(" ", QString::SkipEmptyParts);
[9598]79 string preferredAttrib;
[7237]80 for (unsigned iFreq = 1; iFreq < t_frequency::max; iFreq++) {
[9598]81 t_frequency::type frqType = static_cast<t_frequency::type>(iFreq);
82 char frqSys = t_frequency::toString(frqType)[0]; //cout << "frqSys: " << frqSys << endl;
83 char frqNum = t_frequency::toString(frqType)[1]; //cout << "frqNum: " << frqNum << endl;
[10251]84 if (frqSys != _prn.system()) {
[9598]85 continue;
86 }
[10251]87 if (frqNum != frqNum1 &&
88 frqNum != frqNum2 ) {
89 continue;
90 }
[9598]91 QStringList hlp;
92 for (int ii = 0; ii < priorList.size(); ii++) {
93 if (priorList[ii].indexOf(":") != -1) {
94 hlp = priorList[ii].split(":", QString::SkipEmptyParts);
95 if (hlp.size() == 2 && hlp[0].length() == 1 && hlp[0][0] == frqSys) {
96 hlp = hlp[1].split("&", QString::SkipEmptyParts);
97 }
98 if (hlp.size() == 2 && hlp[0].indexOf(frqNum) != -1) {
99 preferredAttrib = hlp[1].toStdString(); //cout << "preferredAttrib: " << preferredAttrib << endl;
100 }
101 }
102 for (unsigned iPref = 0; iPref < preferredAttrib.length(); iPref++) {
103 QString obsType = QString("%1").arg(frqNum) + preferredAttrib[iPref]; //cout << "obstype: " << obsType.toStdString().c_str() << endl;
104 if (_obs[iFreq] == 0) {
105 for (unsigned ii = 0; ii < pppSatObs._obs.size(); ii++) {
106 const t_frqObs* obs = pppSatObs._obs[ii];
107 //cout << "observation2char: " << obs->_rnxType2ch << " vs. " << obsType.toStdString().c_str()<< endl;
108 if (obs->_rnxType2ch == obsType.toStdString() &&
[10251]109 obs->_codeValid && obs->_code &&
[10217]110 obs->_phaseValid && obs->_phase) {
[10327]111 _obs[iFreq] = new t_frqObs(*obs); //cout << "================> newObs: " << obs->_rnxType2ch << " obs->_lockTime: " << obs->_lockTime << endl;
[9598]112 }
[7237]113 }
114 }
115 }
116 }
117 }
118
119 // Used frequency types
120 // --------------------
[10251]121 _fType1 = t_frqBand::toFreq(_prn.system(), frqNum1);
122 _fType2 = t_frqBand::toFreq(_prn.system(), frqNum2);
[7237]123
124 // Check whether all required frequencies available
125 // ------------------------------------------------
126 for (unsigned ii = 0; ii < OPT->LCs(_prn.system()).size(); ii++) {
127 t_lc::type tLC = OPT->LCs(_prn.system())[ii];
[9548]128 if (tLC == t_lc::GIM) {continue;}
[7237]129 if (!isValid(tLC)) {
130 _valid = false;
131 return;
132 }
133 }
134
[9560]135 // Find GLONASS Channel Number
[7237]136 // ---------------------------
137 if (_prn.system() == 'R') {
138 _channel = PPP_CLIENT->ephPool()->getChannel(_prn);
139 }
140 else {
141 _channel = 0;
142 }
143
144 // Compute Satellite Coordinates at Time of Transmission
145 // -----------------------------------------------------
[8619]146 _xcSat.ReSize(6); _xcSat = 0.0;
[8495]147 _vvSat.ReSize(3); _vvSat = 0.0;
[7237]148 bool totOK = false;
[8619]149 ColumnVector satPosOld(6); satPosOld = 0.0;
[9600]150 t_lc::type tLC = t_lc::dummy;
151 if (isValid(t_lc::cIF)) {
152 tLC = t_lc::cIF;
153 }
154 if (tLC == t_lc::dummy && isValid(t_lc::c1)) {
155 tLC = t_lc::c1;
156 }
157 if (tLC == t_lc::dummy && isValid(t_lc::c2)) {
158 tLC = t_lc::c2;
159 }
160 if (tLC == t_lc::dummy) {
161 _valid = false;
162 return;
163 }
[7237]164 double prange = obsValue(tLC);
165 for (int ii = 1; ii <= 10; ii++) {
166 bncTime ToT = _time - prange / t_CST::c - _xcSat[3];
167 if (PPP_CLIENT->ephPool()->getCrd(_prn, ToT, _xcSat, _vvSat) != success) {
168 _valid = false;
169 return;
170 }
171 ColumnVector dx = _xcSat - satPosOld;
172 dx[3] *= t_CST::c;
[8905]173 if (dx.NormFrobenius() < 1.e-4) {
[7237]174 totOK = true;
175 break;
176 }
[7288]177 satPosOld = _xcSat;
[7237]178 }
179 if (totOK) {
[7250]180 _signalPropagationTime = prange / t_CST::c - _xcSat[3];
[7288]181 _model._satClkM = _xcSat[3] * t_CST::c;
[7237]182 }
183 else {
184 _valid = false;
185 }
186}
187
[7288]188//
[7237]189////////////////////////////////////////////////////////////////////////////
[7288]190void t_pppSatObs::lcCoeff(t_lc::type tLC,
[7237]191 map<t_frequency::type, double>& codeCoeff,
[8905]192 map<t_frequency::type, double>& phaseCoeff,
193 map<t_frequency::type, double>& ionoCoeff) const {
[7237]194
195 codeCoeff.clear();
196 phaseCoeff.clear();
[8905]197 ionoCoeff.clear();
[7237]198
199 double f1 = t_CST::freq(_fType1, _channel);
200 double f2 = t_CST::freq(_fType2, _channel);
[8905]201 double f1GPS = t_CST::freq(t_frequency::G1, 0);
[7237]202
203 switch (tLC) {
204 case t_lc::l1:
[8905]205 phaseCoeff[_fType1] = 1.0;
206 ionoCoeff [_fType1] = -1.0 * pow(f1GPS, 2) / pow(f1, 2);
[7237]207 return;
[7288]208 case t_lc::l2:
[8905]209 phaseCoeff[_fType2] = 1.0;
210 ionoCoeff [_fType2] = -1.0 * pow(f1GPS, 2) / pow(f2, 2);
[7237]211 return;
[7288]212 case t_lc::lIF:
[7237]213 phaseCoeff[_fType1] = f1 * f1 / (f1 * f1 - f2 * f2);
214 phaseCoeff[_fType2] = -f2 * f2 / (f1 * f1 - f2 * f2);
215 return;
[7288]216 case t_lc::MW:
[7237]217 phaseCoeff[_fType1] = f1 / (f1 - f2);
218 phaseCoeff[_fType2] = -f2 / (f1 - f2);
219 codeCoeff[_fType1] = -f1 / (f1 + f2);
220 codeCoeff[_fType2] = -f2 / (f1 + f2);
221 return;
[7288]222 case t_lc::CL:
[7237]223 phaseCoeff[_fType1] = 0.5;
[8905]224 codeCoeff [_fType1] = 0.5;
[7237]225 return;
[7288]226 case t_lc::c1:
227 codeCoeff[_fType1] = 1.0;
[8905]228 ionoCoeff[_fType1] = pow(f1GPS, 2) / pow(f1, 2);
[7237]229 return;
[7288]230 case t_lc::c2:
231 codeCoeff[_fType2] = 1.0;
[8905]232 ionoCoeff[_fType2] = pow(f1GPS, 2) / pow(f2, 2);
[7237]233 return;
[7288]234 case t_lc::cIF:
[7237]235 codeCoeff[_fType1] = f1 * f1 / (f1 * f1 - f2 * f2);
236 codeCoeff[_fType2] = -f2 * f2 / (f1 * f1 - f2 * f2);
237 return;
[8905]238 case t_lc::GIM:
[7288]239 case t_lc::dummy:
240 case t_lc::maxLc:
[7237]241 return;
242 }
243}
244
[7288]245//
[7237]246////////////////////////////////////////////////////////////////////////////
247bool t_pppSatObs::isValid(t_lc::type tLC) const {
248 bool valid = true;
249 obsValue(tLC, &valid);
[9497]250
[7237]251 return valid;
252}
[7288]253//
[7237]254////////////////////////////////////////////////////////////////////////////
255double t_pppSatObs::obsValue(t_lc::type tLC, bool* valid) const {
256
[8905]257 double retVal = 0.0;
258 if (valid) *valid = true;
259
260 // Pseudo observations
261 if (tLC == t_lc::GIM) {
[10034]262 if (_stecSat == 0.0) {
[8905]263 if (valid) *valid = false;
264 return 0.0;
265 }
266 else {
[10034]267 return _stecSat;
[8905]268 }
269 }
270
[7237]271 map<t_frequency::type, double> codeCoeff;
272 map<t_frequency::type, double> phaseCoeff;
[8905]273 map<t_frequency::type, double> ionoCoeff;
274 lcCoeff(tLC, codeCoeff, phaseCoeff, ionoCoeff);
[7237]275
[8905]276 map<t_frequency::type, double>::const_iterator it;
[7237]277
[8905]278 // Code observations
[7237]279 for (it = codeCoeff.begin(); it != codeCoeff.end(); it++) {
280 t_frequency::type tFreq = it->first;
281 if (_obs[tFreq] == 0) {
282 if (valid) *valid = false;
283 return 0.0;
284 }
285 else {
286 retVal += it->second * _obs[tFreq]->_code;
287 }
288 }
[8905]289 // Phase observations
[7237]290 for (it = phaseCoeff.begin(); it != phaseCoeff.end(); it++) {
291 t_frequency::type tFreq = it->first;
292 if (_obs[tFreq] == 0) {
293 if (valid) *valid = false;
294 return 0.0;
295 }
296 else {
297 retVal += it->second * _obs[tFreq]->_phase * t_CST::lambda(tFreq, _channel);
298 }
299 }
300 return retVal;
301}
302
[7288]303//
[7237]304////////////////////////////////////////////////////////////////////////////
305double t_pppSatObs::lambda(t_lc::type tLC) const {
306
307 double f1 = t_CST::freq(_fType1, _channel);
308 double f2 = t_CST::freq(_fType2, _channel);
309
310 if (tLC == t_lc::l1) {
311 return t_CST::c / f1;
312 }
313 else if (tLC == t_lc::l2) {
314 return t_CST::c / f2;
315 }
316 else if (tLC == t_lc::lIF) {
317 return t_CST::c / (f1 + f2);
318 }
319 else if (tLC == t_lc::MW) {
320 return t_CST::c / (f1 - f2);
321 }
322 else if (tLC == t_lc::CL) {
323 return t_CST::c / f1 / 2.0;
324 }
325
326 return 0.0;
327}
328
[7288]329//
[7237]330////////////////////////////////////////////////////////////////////////////
331double t_pppSatObs::sigma(t_lc::type tLC) const {
332
[8905]333 double retVal = 0.0;
[7237]334 map<t_frequency::type, double> codeCoeff;
335 map<t_frequency::type, double> phaseCoeff;
[8905]336 map<t_frequency::type, double> ionoCoeff;
337 lcCoeff(tLC, codeCoeff, phaseCoeff, ionoCoeff);
[7237]338
[8905]339 if (tLC == t_lc::GIM) {
[10034]340 retVal = OPT->_sigmaGIM * OPT->_sigmaGIM;
[8905]341 }
[7237]342
343 map<t_frequency::type, double>::const_iterator it;
[9473]344 for (it = codeCoeff.begin(); it != codeCoeff.end(); it++) {
[7237]345 retVal += it->second * it->second * OPT->_sigmaC1 * OPT->_sigmaC1;
346 }
[8905]347
[9473]348 for (it = phaseCoeff.begin(); it != phaseCoeff.end(); it++) {
[7237]349 retVal += it->second * it->second * OPT->_sigmaL1 * OPT->_sigmaL1;
350 }
351
[7288]352 retVal = sqrt(retVal);
[9551]353
[10417]354 // De-Weight R/C
[10411]355 // -----------
[10384]356 if (_prn.system() == 'R') {
[10411]357 retVal *= 5.0;
[9821]358 }
[10417]359 if (_prn.system() == 'C' && t_lc::includesCode(tLC)) {
360 retVal *= 1.5;
361 }
[9821]362
[7237]363 // Elevation-Dependent Weighting
364 // -----------------------------
365 double cEle = 1.0;
366 if ( (OPT->_eleWgtCode && t_lc::includesCode(tLC)) ||
367 (OPT->_eleWgtPhase && t_lc::includesPhase(tLC)) ) {
368 double eleD = eleSat()*180.0/M_PI;
369 double hlp = fabs(90.0 - eleD);
370 cEle = (1.0 + hlp*hlp*hlp*0.000004);
371 }
372
373 return cEle * retVal;
374}
375
[7288]376//
[7237]377////////////////////////////////////////////////////////////////////////////
[9386]378double t_pppSatObs::maxRes(t_lc::type tLC) const {
[8905]379 double retVal = 0.0;
[7237]380
381 map<t_frequency::type, double> codeCoeff;
382 map<t_frequency::type, double> phaseCoeff;
[8905]383 map<t_frequency::type, double> ionoCoeff;
384 lcCoeff(tLC, codeCoeff, phaseCoeff, ionoCoeff);
[7237]385
386 map<t_frequency::type, double>::const_iterator it;
[9473]387 for (it = codeCoeff.begin(); it != codeCoeff.end(); it++) {
[7237]388 retVal += it->second * it->second * OPT->_maxResC1 * OPT->_maxResC1;
389 }
[9473]390 for (it = phaseCoeff.begin(); it != phaseCoeff.end(); it++) {
[7237]391 retVal += it->second * it->second * OPT->_maxResL1 * OPT->_maxResL1;
392 }
[8905]393 if (tLC == t_lc::GIM) {
[9553]394 retVal = OPT->_maxResGIM * OPT->_maxResGIM + OPT->_maxResGIM * OPT->_maxResGIM;
[8905]395 }
[9386]396
397 retVal = sqrt(retVal);
[9537]398
[10417]399 // Enlarge maxRes R/C
[10411]400 // ------------------
401 if (_prn.system() == 'R' && t_lc::includesCode(tLC)) {
402 retVal *= 2.0;
403 }
[10417]404 if (_prn.system() == 'C' && t_lc::includesCode(tLC)) {
405 retVal *= 1.5;
406 }
[10411]407
[9561]408 return retVal;
[7237]409}
410
411
[7288]412//
[7237]413////////////////////////////////////////////////////////////////////////////
414t_irc t_pppSatObs::cmpModel(const t_pppStation* station) {
415
416 // Reset all model values
417 // ----------------------
418 _model.reset();
419
420 // Topocentric Satellite Position
421 // ------------------------------
422 ColumnVector rSat = _xcSat.Rows(1,3);
[8905]423 ColumnVector rRec = station->xyzApr();
424 ColumnVector rhoV = rSat - rRec;
425 _model._rho = rhoV.NormFrobenius();
[7237]426
[8619]427 ColumnVector vSat = _vvSat;
428
[7237]429 ColumnVector neu(3);
430 xyz2neu(station->ellApr().data(), rhoV.data(), neu.data());
431
[8905]432 _model._eleSat = acos(sqrt(neu[0]*neu[0] + neu[1]*neu[1]) / _model._rho);
[10219]433 if (neu[2] < 0.0) {
[7237]434 _model._eleSat *= -1.0;
435 }
436 _model._azSat = atan2(neu[1], neu[0]);
437
[9485]438 // Sun unit vector
439 ColumnVector xSun = t_astro::Sun(_time.mjddec());
440 xSun /= xSun.norm_Frobenius();
441
442 // Satellite unit vectors sz, sy, sx
443 ColumnVector sz = -rSat / rSat.norm_Frobenius();
444 ColumnVector sy = crossproduct(sz, xSun);
445 ColumnVector sx = crossproduct(sy, sz);
446
447 sx /= sx.norm_Frobenius();
448 sy /= sy.norm_Frobenius();
449
450 // LOS unit vector satellite --> receiver
451 ColumnVector rho = rRec - rSat;
452 rho /= rho.norm_Frobenius();
453
454 // LOS vector in satellite frame
455 ColumnVector u(3);
456 u(1) = dotproduct(sx, rho);
457 u(2) = dotproduct(sy, rho);
458 u(3) = dotproduct(sz, rho);
459
460 // Azimuth and elevation in satellite antenna frame
461 _model._elTx = atan2(u(3),sqrt(pow(u(2),2)+pow(u(1),2)));
462 _model._azTx = atan2(u(2),u(1));
463
464
[7237]465 // Satellite Clocks
466 // ----------------
467 _model._satClkM = _xcSat[3] * t_CST::c;
468
469 // Receiver Clocks
470 // ---------------
471 _model._recClkM = station->dClk() * t_CST::c;
472
473 // Sagnac Effect (correction due to Earth rotation)
474 // ------------------------------------------------
475 ColumnVector Omega(3);
476 Omega[0] = 0.0;
477 Omega[1] = 0.0;
478 Omega[2] = t_CST::omega / t_CST::c;
[8905]479 _model._sagnac = DotProduct(Omega, crossproduct(rSat, rRec));
[7237]480
481 // Antenna Eccentricity
482 // --------------------
483 _model._antEcc = -DotProduct(station->xyzEcc(), rhoV) / _model._rho;
484
485 // Antenna Phase Center Offsets and Variations
486 // -------------------------------------------
487 if (PPP_CLIENT->antex()) {
488 for (unsigned ii = 0; ii < t_frequency::max; ii++) {
489 t_frequency::type frqType = static_cast<t_frequency::type>(ii);
[9598]490 string frqStr = t_frequency::toString(frqType);
491 if (frqStr[0] != _prn.system()) {continue;}
[7237]492 bool found;
[9485]493 QString prn(_prn.toString().c_str());
494 _model._antPCO[ii] = PPP_CLIENT->antex()->rcvCorr(station->antName(), frqType, _model._eleSat, _model._azSat, found);
[9593]495 _model._antPCO[ii] += PPP_CLIENT->antex()->satCorr(prn, frqType, _model._elTx, _model._azTx, found);
[9560]496 if (OPT->_isAPC && found) {
[9485]497 // the PCOs as given in the satellite antenna correction for all frequencies
[9807]498 // have to be reduced by the PCO of the respective reference frequency
[9485]499 if (_prn.system() == 'G') {
500 _model._antPCO[ii] -= PPP_CLIENT->antex()->satCorr(prn, t_frequency::G1, _model._elTx, _model._azTx, found);
501 }
502 else if (_prn.system() == 'R') {
503 _model._antPCO[ii] -= PPP_CLIENT->antex()->satCorr(prn, t_frequency::R1, _model._elTx, _model._azTx, found);
504 }
505 else if (_prn.system() == 'E') {
506 _model._antPCO[ii] -= PPP_CLIENT->antex()->satCorr(prn, t_frequency::E1, _model._elTx, _model._azTx, found);
507 }
508 else if (_prn.system() == 'C') {
509 _model._antPCO[ii] -= PPP_CLIENT->antex()->satCorr(prn, t_frequency::C2, _model._elTx, _model._azTx, found);
510 }
511 }
[7237]512 }
513 }
514
515 // Tropospheric Delay
516 // ------------------
[8961]517 _model._tropo = t_tropo::delay_saast(rRec, _model._eleSat);
[7237]518
519 // Code Biases
520 // -----------
521 const t_satCodeBias* satCodeBias = PPP_CLIENT->obsPool()->satCodeBias(_prn);
[7288]522 if (satCodeBias) {
[7237]523 for (unsigned ii = 0; ii < satCodeBias->_bias.size(); ii++) {
524 const t_frqCodeBias& bias = satCodeBias->_bias[ii];
525 for (unsigned iFreq = 1; iFreq < t_frequency::max; iFreq++) {
[9598]526 string frqStr = t_frequency::toString(t_frequency::type(iFreq));
527 if (frqStr[0] != _prn.system()) {
528 continue;
529 }
[7237]530 const t_frqObs* obs = _obs[iFreq];
[10251]531 if (obs &&
532 obs->_rnxType2ch == bias._rnxType2ch) {
[7237]533 _model._codeBias[iFreq] = bias._value;
534 }
535 }
536 }
537 }
538
[7288]539 // Phase Biases
540 // -----------
541 const t_satPhaseBias* satPhaseBias = PPP_CLIENT->obsPool()->satPhaseBias(_prn);
[8619]542 double yaw = 0.0;
543 bool ssr = false;
[7288]544 if (satPhaseBias) {
[8905]545 double dt = station->epochTime() - satPhaseBias->_time;
546 if (satPhaseBias->_updateInt) {
547 dt -= (0.5 * ssrUpdateInt[satPhaseBias->_updateInt]);
548 }
549 yaw = satPhaseBias->_yaw + satPhaseBias->_yawRate * dt;
[8619]550 ssr = true;
[7288]551 for (unsigned ii = 0; ii < satPhaseBias->_bias.size(); ii++) {
552 const t_frqPhaseBias& bias = satPhaseBias->_bias[ii];
553 for (unsigned iFreq = 1; iFreq < t_frequency::max; iFreq++) {
[9598]554 string frqStr = t_frequency::toString(t_frequency::type(iFreq));
555 if (frqStr[0] != _prn.system()) {
556 continue;
557 }
[7288]558 const t_frqObs* obs = _obs[iFreq];
[10251]559 if (obs &&
560 obs->_rnxType2ch == bias._rnxType2ch) {
[7288]561 _model._phaseBias[iFreq] = bias._value;
562 }
563 }
564 }
565 }
566
[8619]567 // Phase Wind-Up
568 // -------------
569 _model._windUp = station->windUp(_time, _prn, rSat, ssr, yaw, vSat) ;
570
[8905]571 // Relativistic effect due to earth gravity
572 // ----------------------------------------
573 double a = rSat.NormFrobenius() + rRec.NormFrobenius();
574 double b = (rSat - rRec).NormFrobenius();
575 double gm = 3.986004418e14; // m3/s2
576 _model._rel = 2 * gm / t_CST::c / t_CST::c * log((a + b) / (a - b));
[8619]577
[7237]578 // Tidal Correction
579 // ----------------
[8905]580 _model._tideEarth = -DotProduct(station->tideDsplEarth(), rhoV) / _model._rho;
581 _model._tideOcean = -DotProduct(station->tideDsplOcean(), rhoV) / _model._rho;
[7237]582
583 // Ionospheric Delay
584 // -----------------
[7250]585 const t_vTec* vTec = PPP_CLIENT->obsPool()->vTec();
[7253]586 bool vTecUsage = true;
587 for (unsigned ii = 0; ii < OPT->LCs(_prn.system()).size(); ii++) {
588 t_lc::type tLC = OPT->LCs(_prn.system())[ii];
589 if (tLC == t_lc::cIF || tLC == t_lc::lIF) {
590 vTecUsage = false;
[7237]591 }
592 }
[8905]593
[7258]594 if (vTecUsage && vTec) {
[8905]595 double stec = station->stec(vTec, _signalPropagationTime, rSat);
596 double f1GPS = t_CST::freq(t_frequency::G1, 0);
[7258]597 for (unsigned iFreq = 1; iFreq < t_frequency::max; iFreq++) {
[10034]598 if (OPT->_pseudoObsIono) {
[8905]599 // For scaling the slant ionospheric delays the trick is to be consistent with units!
600 // The conversion of TECU into meters requires the frequency of the signal.
601 // Hence, GPS L1 frequency is used for all systems. The same is true for mu_i in lcCoeff().
602 _model._ionoCodeDelay[iFreq] = 40.3E16 / pow(f1GPS, 2) * stec;
603 }
604 else { // PPP-RTK
605 t_frequency::type frqType = static_cast<t_frequency::type>(iFreq);
606 _model._ionoCodeDelay[iFreq] = 40.3E16 / pow(t_CST::freq(frqType, _channel), 2) * stec;
607 }
[7253]608 }
609 }
[7237]610
611 // Set Model Set Flag
612 // ------------------
613 _model._set = true;
614
[10252]615 //printModel();
[7252]616
[7237]617 return success;
618}
619
[7288]620//
[7237]621////////////////////////////////////////////////////////////////////////////
622void t_pppSatObs::printModel() const {
[8956]623
624 LOG.setf(ios::fixed);
625 LOG << "\nMODEL for Satellite " << _prn.toString() << (isReference() ? " (Reference Satellite)" : "")
626
[9598]627 << "\n======================= " << endl
[10251]628 << "PPP "
[9588]629 << ((OPT->_pseudoObsIono) ? " with pseudo-observations for STEC" : "") << endl
[8905]630 << "RHO : " << setw(12) << setprecision(3) << _model._rho << endl
631 << "ELE : " << setw(12) << setprecision(3) << _model._eleSat * RHO_DEG << endl
632 << "AZI : " << setw(12) << setprecision(3) << _model._azSat * RHO_DEG << endl
633 << "SATCLK : " << setw(12) << setprecision(3) << _model._satClkM << endl
634 << "RECCLK : " << setw(12) << setprecision(3) << _model._recClkM << endl
635 << "SAGNAC : " << setw(12) << setprecision(3) << _model._sagnac << endl
636 << "ANTECC : " << setw(12) << setprecision(3) << _model._antEcc << endl
637 << "TROPO : " << setw(12) << setprecision(3) << _model._tropo << endl
638 << "WINDUP : " << setw(12) << setprecision(3) << _model._windUp << endl
639 << "REL : " << setw(12) << setprecision(3) << _model._rel << endl
640 << "EARTH TIDES : " << setw(12) << setprecision(3) << _model._tideEarth << endl
641 << "OCEAN TIDES : " << setw(12) << setprecision(3) << _model._tideOcean << endl
642 << endl
643 << "FREQUENCY DEPENDENT CORRECTIONS:" << endl
644 << "-------------------------------" << endl;
[7237]645 for (unsigned iFreq = 1; iFreq < t_frequency::max; iFreq++) {
646 if (_obs[iFreq]) {
[7288]647 string frqStr = t_frequency::toString(t_frequency::type(iFreq));
648 if (_prn.system() == frqStr[0]) {
[8956]649 LOG << "PCO : " << frqStr << setw(12) << setprecision(3) << _model._antPCO[iFreq] << endl
[9598]650 << "BIAS CODE : " << frqStr << setw(12) << setprecision(3) << _model._codeBias[iFreq] << "\t(" << _obs[iFreq]->_rnxType2ch[1] << ") " << endl
651 << "BIAS PHASE : " << frqStr << setw(12) << setprecision(3) << _model._phaseBias[iFreq] << "\t(" << _obs[iFreq]->_rnxType2ch[1] << ") " << endl
[9588]652 << "IONO CODEDELAY: " << frqStr << setw(12) << setprecision(3) << _model._ionoCodeDelay[iFreq]<< endl;
[7288]653 }
[7237]654 }
655 }
[8905]656}
657
658//
659////////////////////////////////////////////////////////////////////////////
660void t_pppSatObs::printObsMinusComputed() const {
[9618]661 LOG.setf(ios::fixed);
662 LOG << "\nOBS-COMP for Satellite " << _prn.toString() << (isReference() ? " (Reference Satellite)" : "") << endl
[8905]663 << "========================== " << endl;
[10256]664 char sys = _prn.system();
665 for (unsigned ii = 0; ii < OPT->LCs(sys).size(); ii++) {
666 t_lc::type tLC = OPT->LCs(sys)[ii];
[9618]667 LOG << "OBS-CMP " << setw(4) << t_lc::toString(tLC) << ": " << _prn.toString() << " "
[7253]668 << setw(12) << setprecision(3) << obsValue(tLC) << " "
669 << setw(12) << setprecision(3) << cmpValue(tLC) << " "
[10384]670 << setw(12) << setprecision(3) << obsValue(tLC) - cmpValue(tLC) << endl;
[7253]671 }
[7237]672}
673
[7288]674//
[7237]675////////////////////////////////////////////////////////////////////////////
676double t_pppSatObs::cmpValueForBanc(t_lc::type tLC) const {
677 return cmpValue(tLC) - _model._rho - _model._sagnac - _model._recClkM;
678}
679
[7288]680//
[7237]681////////////////////////////////////////////////////////////////////////////
682double t_pppSatObs::cmpValue(t_lc::type tLC) const {
[8905]683 double cmpValue;
[7237]684
[8905]685 if (!isValid(tLC)) {
686 cmpValue = 0.0;
[7237]687 }
[8905]688 else if (tLC == t_lc::GIM) {
[8961]689 cmpValue = _stecSat;
[8905]690 }
691 else {
692 // Non-Dispersive Part
693 // -------------------
694 double nonDisp = _model._rho
695 + _model._recClkM - _model._satClkM
696 + _model._sagnac + _model._antEcc + _model._tropo
697 + _model._tideEarth + _model._tideOcean + _model._rel;
[7237]698
[8905]699 // Add Dispersive Part
700 // -------------------
701 double dispPart = 0.0;
702 map<t_frequency::type, double> codeCoeff;
703 map<t_frequency::type, double> phaseCoeff;
704 map<t_frequency::type, double> ionoCoeff;
705 lcCoeff(tLC, codeCoeff, phaseCoeff, ionoCoeff);
706 map<t_frequency::type, double>::const_iterator it;
707 for (it = codeCoeff.begin(); it != codeCoeff.end(); it++) {
708 t_frequency::type tFreq = it->first;
709 dispPart += it->second * (_model._antPCO[tFreq] - _model._codeBias[tFreq]);
[10251]710 if (OPT->PPP_RTK) {
[8905]711 dispPart += it->second * (_model._ionoCodeDelay[tFreq]);
712 }
713 }
714 for (it = phaseCoeff.begin(); it != phaseCoeff.end(); it++) {
715 t_frequency::type tFreq = it->first;
716 dispPart += it->second * (_model._antPCO[tFreq] - _model._phaseBias[tFreq] +
717 _model._windUp * t_CST::lambda(tFreq, _channel));
[10251]718 if (OPT->PPP_RTK) {
[8905]719 dispPart += it->second * (- _model._ionoCodeDelay[tFreq]);
720 }
721 }
722 cmpValue = nonDisp + dispPart;
[7237]723 }
724
[8905]725 return cmpValue;
[7237]726}
727
[7288]728//
[7237]729////////////////////////////////////////////////////////////////////////////
730void t_pppSatObs::setRes(t_lc::type tLC, double res) {
731 _res[tLC] = res;
732}
733
[7288]734//
[7237]735////////////////////////////////////////////////////////////////////////////
736double t_pppSatObs::getRes(t_lc::type tLC) const {
737 map<t_lc::type, double>::const_iterator it = _res.find(tLC);
738 if (it != _res.end()) {
739 return it->second;
740 }
741 else {
742 return 0.0;
743 }
744}
[8905]745
746//
747////////////////////////////////////////////////////////////////////////////
[10034]748bool t_pppSatObs::setPseudoObsIono(t_frequency::type freq) {
749 bool pseudoObsIono = false;
[8905]750 _stecSat = _model._ionoCodeDelay[freq];
[10034]751 if (_stecSat) {
752 pseudoObsIono = true;
753 }
754 return pseudoObsIono;
[8905]755}
Note: See TracBrowser for help on using the repository browser.