Changeset 8081 in ntrip for branches/BNC_2.12


Ignore:
Timestamp:
Feb 15, 2017, 9:06:49 AM (7 years ago)
Author:
wiese
Message:

CHANGE: SIRGAS2000 transformation parameters adjusted to IGb14

Location:
branches/BNC_2.12
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • 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
    15
    26--------------------------------------------------------------------------------
    37 BNC VERSION 2.12.3 (05.09.2016)
    48--------------------------------------------------------------------------------
    5 
    69    ADDED   (01.09.2016): number of allowed SSR biases is enlarged, some future
    710                          GLONASS signal and tracking mode identifier are added
     
    3336 BNC VERSION 2.12.2 (18.05.2016)
    3437--------------------------------------------------------------------------------
    35 
    3638    ADDED   (18.05.2013): expected observations in RINEX QC
    3739    ADDED   (12.05.2016): limits for spherical harmonics/degree order extended
     
    4143 BNC VERSION 2.12.1 (21.04.2016)
    4244--------------------------------------------------------------------------------
    43 
    4445    FIXED   (21.04.2016): RINEX v2 file naming for observation files
    4546    CHANGED (21.04.2016): release number is now part of BNC version
  • branches/BNC_2.12/src/bnchelp.html

    r8068 r8081  
    40374037
    40384038<p>
    4039 <u>SIRGAS2000:</u> The formulas for the transformation 'ITRF2008-&gt;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.0020 m
    4044 Translation in Y at epoch To:  0.0041 m
    4045 Translation in Z at epoch To:  0.0039 m
     4039<u>SIRGAS2000:</u> The formulas for the transformation 'IGb14-&gt;SIRGAS2000' were provided via personal communication from CGED-Coordenacao de Geodesia, IBGE/DGC - Diretoria de Geociencias, Brazil.</u>.
     4040</p>
     4041<p>
     4042<pre>
     4043Translation in X at epoch To:  0.0026 m
     4044Translation in Y at epoch To:  0.0018 m
     4045Translation in Z at epoch To: -0.0061 m
    40464046Translation rate in X:  0.0000 m/y
    40474047Translation rate in Y:  0.0000 m/y
  • branches/BNC_2.12/src/upload/bncrtnetuploadcaster.cpp

    r8018 r8081  
    147147    _t0 = 1994.0;
    148148  }
    149   else if (_crdTrafo == "SIRGAS2000") {
    150     _dx = 0.0020;
    151     _dy = 0.0041;
    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;
    153153    _dxr = 0.0000;
    154154    _dyr = 0.0000;
Note: See TracChangeset for help on using the changeset viewer.