- Timestamp:
- Sep 21, 2020, 9:38:06 PM (4 years ago)
- Location:
- trunk/BNC
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/Example_Configs/20_CompareSp3.bnc
r8105 r9126 1 1 [General] 2 2 adviseFail=15 3 adviseObsRate= 3 4 adviseReco=5 4 5 adviseScript= 5 6 autoStart=0 6 outSampl=07 7 casterUrlList=http://user:pass@www.euref-ip.net:2101, http://user:pass@www.igs-ip.net:2101, http://user:pass@products.igs-ip.net:2101, http://user:pass@mgex.igs-ip.net:2101 8 8 cmbMaxres= 9 9 cmbMethod=Filter 10 10 cmbSampl=10 11 cmbStreams= 11 12 cmbUseGlonass=0 12 cmbStreams=13 13 corrIntr=1 day 14 14 corrPath= 15 15 corrPort= 16 16 ephIntr=1 day 17 ephOutPort= 17 18 ephPath= 18 19 ephV3=0 20 ephV3filenames=0 19 21 font= 20 sslIgnoreErrors=021 22 logFile= 23 miscIntr= 22 24 miscMount= 23 25 miscPort= 26 miscScanRTCM=0 24 27 mountPoints=@Invalid() 25 28 ntripVersion=1 26 adviseObsRate=27 29 onTheFlyInterval=1 day 28 ephOutPort=29 30 outFile= 31 outLockTime=0 30 32 outPort= 33 outSampl=0.1 sec 31 34 outUPort= 32 miscIntr= 35 outWait=5 33 36 proxyHost= 34 37 proxyPort= … … 71 74 rnxOnlyWithSKL=0 72 75 rnxPath= 73 rnxSampl=0 76 rnxSampl=0.1 sec 74 77 rnxScript= 75 78 rnxSkel=SKL 76 79 rnxV2Priority=CWPX_? 77 80 rnxV3=0 78 miscScanRTCM=081 rnxV3filenames=0 79 82 serialAutoNMEA=Auto 80 83 serialBaudRate=9600 … … 90 93 sp3CompExclude="G05,R18" 91 94 sp3CompFile="./Input/C2T18283.SP3,./Input/RT218283.SP3" 92 sp3CompOutLogFile= Output/compareSP3.log95 sp3CompOutLogFile= 93 96 sslCaCertPath= 97 sslIgnoreErrors=0 94 98 startTab=5 95 99 statusTab=0 … … 112 116 uploadEphHost= 113 117 uploadEphMountpoint= 118 uploadEphMountpointsOut= 114 119 uploadEphPassword= 115 120 uploadEphPort= … … 118 123 uploadMountpointsOut= 119 124 uploadSamplClkRnx=10 125 uploadSamplRtcmEph=0 120 126 uploadSamplRtcmEphCorr=0 121 127 uploadSamplSp3=1 122 outWait=5123 ephV3filenames=0124 rnxV3filenames=0125 128 126 129 [PPP] 127 130 antexFile= 128 131 audioResponse= 132 blqFile= 129 133 corrFile= 130 134 corrMount= … … 146 150 minEle=0 147 151 minObs=4 152 modelObs=Ionosphere-free PPP 148 153 nmeaPath= 149 154 plotCoordinates= 155 pseudoObs=no 150 156 rinexNav= 151 157 rinexObs= … … 153 159 sigmaC1=2.0 154 160 sigmaL1=0.01 161 snxtroAc= 162 snxtroIntr=1 hour 155 163 snxtroPath= 156 snxtroIntr=1 hour 157 snxtroSampl=0 158 snxtroAc= 164 snxtroSampl=1 sec 159 165 snxtroSol= 160 staTable=",, "166 staTable=",,,," 161 167 useGoogleMap=false 162 168 useOpenStreetMap=false -
trunk/BNC/src/ephemeris.cpp
r9124 r9126 641 641 acc[1] = _y_acceleration * 1.e3; 642 642 acc[2] = _z_acceleration * 1.e3; 643 643 644 644 for (int ii = 1; ii <= nSteps; ii++) { 645 645 _xv = rungeKutta4(_tt.gpssec(), _xv, step, acc, glo_deriv); … … 1672 1672 xc[4] = _clock_drift + _clock_driftrate*tc; 1673 1673 xc[5] = _clock_driftrate; 1674 1674 1675 return success; 1675 1676 } -
trunk/BNC/src/latencychecker.cpp
r9124 r9126 327 327 const t_satObs& obs = it.next(); 328 328 bool wrongObservationEpoch = checkForWrongObsEpoch(obs._time); 329 if (wrongObservationEpoch) {330 emit( newMessage(QString("%1: Wrong observation epoch from %3 ")331 .arg(_staID.data())332 .arg(obs._prn.toString().data())333 .toLatin1(), true) );334 }335 329 l._newSec = static_cast<int>(nint(obs._time.gpssec()*10)); 336 330 if (l._newSec > l._oldSec && !wrongObservationEpoch) { … … 415 409 return; 416 410 } 417 418 411 t_latency& l = _lOrb; // init 419 412 switch (type) { … … 531 524 l._oldSec = l._newSec; 532 525 } 533 534 526 switch (type) { 535 527 case 1057: case 1063: case 1240: case 1246: case 1252: case 1258: -
trunk/BNC/src/latencychecker.h
r9124 r9126 95 95 QByteArray _type; 96 96 bool _followSec; 97 98 97 }; 99 98 … … 108 107 t_latency _lHr; 109 108 t_latency _lSsrIgs; 109 110 110 void setCurrentLatency(double lat) { 111 111 _curLat = lat; -
trunk/BNC/src/upload/bncrtnetuploadcaster.cpp
r9124 r9126 57 57 58 58 _ssrFormat = ssrFormat; 59 59 60 60 _ssrCorr = 0; 61 61 if (_ssrFormat == "IGS-SSR") { … … 973 973 double dClkA1 = 0.0; 974 974 if (rtnClk(2)) { 975 975 dClkA1 = rtnClk(2) - xB(5) * t_CST::c; 976 976 } 977 977 double dClkA2 = 0.0; 978 978 if (rtnClk(3)) { 979 979 dClkA2 = rtnClk(3) - xB(6) * t_CST::c; 980 980 } 981 981
Note:
See TracChangeset
for help on using the changeset viewer.