Changeset 8080 in ntrip
- Timestamp:
- Feb 15, 2017, 9:06:03 AM (8 years ago)
- Location:
- trunk/BNC
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/ChangeLog.txt
r8014 r8080 6 6 comment within the header of RINEX navigation files 7 7 Added (21.07.2016): frequency specific signal priorities are added for 8 RINEX v ersion 3 to RINEX version2 conversion8 RINEX v3 to RINEX v2 conversion 9 9 Added (29.06.2016): consideration of provioder ID changes in SSR streams 10 10 during PPP analysis 11 11 Added (18.05.2016): expected observations in RINEX QC 12 Changed (15.02.2017): SIRGAS2000 transformation parameters adjusted to IGb14 12 13 Changed (28.07.2016): small adaptations in qwtpolar sources to allow the 13 successful com ilation of BNC on a Raspberry Pi, see14 successful compilation of BNC on a Raspberry Pi, see 14 15 http://software.rtcm-ntrip.org/ticket/88 15 16 Changed (21.07.2016): Default signal priority list -
trunk/BNC/src/bnchelp.html
r8067 r8080 4037 4037 4038 4038 <p> 4039 <u>SIRGAS2000:</u> The formulas for the transformation 'I TRF2008->SIRGAS2000' were provided via personal communication from CGED-Coordenacao de Geodesia, IBGE/DGC - Diretoria de Geociencias, Brazil.</u>.4040 </p> 4041 <p> 4042 <pre> 4043 Translation in X at epoch To: 0.002 0m4044 Translation in Y at epoch To: 0.00 41m4045 Translation in Z at epoch To: 0.0039m4039 <u>SIRGAS2000:</u> The formulas for the transformation 'IGb14->SIRGAS2000' were provided via personal communication from CGED-Coordenacao de Geodesia, IBGE/DGC - Diretoria de Geociencias, Brazil.</u>. 4040 </p> 4041 <p> 4042 <pre> 4043 Translation in X at epoch To: 0.0026 m 4044 Translation in Y at epoch To: 0.0018 m 4045 Translation in Z at epoch To: -0.0061 m 4046 4046 Translation rate in X: 0.0000 m/y 4047 4047 Translation rate in Y: 0.0000 m/y -
trunk/BNC/src/upload/bncrtnetuploadcaster.cpp
r8017 r8080 147 147 _t0 = 1994.0; 148 148 } 149 else if (_crdTrafo == "SIRGAS2000") { 150 _dx = 0.002 0;151 _dy = 0.00 41;152 _dz = 0.0039;149 else if (_crdTrafo == "SIRGAS2000") { // from IGb14 (Sonia Costa, BRA) 150 _dx = 0.0026; 151 _dy = 0.0018; 152 _dz = -0.0061; 153 153 _dxr = 0.0000; 154 154 _dyr = 0.0000;
Note:
See TracChangeset
for help on using the changeset viewer.