Changeset 4956 in ntrip


Ignore:
Timestamp:
Feb 25, 2013, 3:52:06 PM (11 years ago)
Author:
weber
Message:

SIRGAS2000 transformation parameters updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/upload/bncrtnetuploadcaster.cpp

    r4930 r4956  
    131131  }
    132132  else if (_crdTrafo == "SIRGAS2000") {
    133     _dx  =   -0.0051;
    134     _dy  =   -0.0065;
    135     _dz  =   -0.0099;
     133    _dx  =    0.0020;
     134    _dy  =    0.0041;
     135    _dz  =    0.0039;
    136136    _dxr =    0.0000;
    137137    _dyr =    0.0000;
    138138    _dzr =    0.0000;
    139     _ox  =  0.000150;
    140     _oy  =  0.000020;
    141     _oz  =  0.000021;
     139    _ox  =  0.000170;
     140    _oy  = -0.000030;
     141    _oz  =  0.000070;
    142142    _oxr =  0.000000;
    143143    _oyr =  0.000000;
Note: See TracChangeset for help on using the changeset viewer.