Changeset 8081 in ntrip
- Timestamp:
- Feb 15, 2017, 9:06:49 AM (8 years ago)
- Location:
- branches/BNC_2.12
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/BNC_2.12/ChangeLog.txt ¶
r8060 r8081 1 -------------------------------------------------------------------------------- 2 BNC VERSION 2.12.4 (xx.xx.2017) 3 -------------------------------------------------------------------------------- 4 Changed (15.02.2017): SIRGAS2000 transformation parameters adjusted to IGb14 1 5 2 6 -------------------------------------------------------------------------------- 3 7 BNC VERSION 2.12.3 (05.09.2016) 4 8 -------------------------------------------------------------------------------- 5 6 9 ADDED (01.09.2016): number of allowed SSR biases is enlarged, some future 7 10 GLONASS signal and tracking mode identifier are added … … 33 36 BNC VERSION 2.12.2 (18.05.2016) 34 37 -------------------------------------------------------------------------------- 35 36 38 ADDED (18.05.2013): expected observations in RINEX QC 37 39 ADDED (12.05.2016): limits for spherical harmonics/degree order extended … … 41 43 BNC VERSION 2.12.1 (21.04.2016) 42 44 -------------------------------------------------------------------------------- 43 44 45 FIXED (21.04.2016): RINEX v2 file naming for observation files 45 46 CHANGED (21.04.2016): release number is now part of BNC version -
TabularUnified branches/BNC_2.12/src/bnchelp.html ¶
r8068 r8081 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 -
TabularUnified branches/BNC_2.12/src/upload/bncrtnetuploadcaster.cpp ¶
r8018 r8081 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.