Changeset 8080 in ntrip


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

CHANGE: SIRGAS2000 transformation parameters adjusted to IGb14

Location:
trunk/BNC
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/ChangeLog.txt

    r8014 r8080  
    66                          comment within the header of RINEX navigation files
    77    Added   (21.07.2016): frequency specific signal priorities are added for
    8                           RINEX version 3 to RINEX version 2 conversion
     8                          RINEX v3 to RINEX v2 conversion
    99    Added   (29.06.2016): consideration of provioder ID changes in SSR streams
    1010                          during PPP analysis
    1111    Added   (18.05.2016): expected observations in RINEX QC
     12    Changed (15.02.2017): SIRGAS2000 transformation parameters adjusted to IGb14
    1213    Changed (28.07.2016): small adaptations in qwtpolar sources to allow the
    13                           successful comilation of BNC on a Raspberry Pi, see
     14                          successful compilation of BNC on a Raspberry Pi, see
    1415                          http://software.rtcm-ntrip.org/ticket/88
    1516    Changed (21.07.2016): Default signal priority list
  • trunk/BNC/src/bnchelp.html

    r8067 r8080  
    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
  • trunk/BNC/src/upload/bncrtnetuploadcaster.cpp

    r8017 r8080  
    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.