Changeset 2351 in ntrip
- Timestamp:
- Mar 4, 2010, 9:11:06 AM (15 years ago)
- Location:
- trunk/BNS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNS/bns.cpp
r2350 r2351 683 683 } 684 684 else if (trafo == "GDA94") { 685 _dx = -0.0761;686 _dy = -0.0101;687 _dz = 0.0444;688 _dxr = 0.0110;689 _dyr = -0.0045;690 _dzr = -0.0174;691 _ox = 0.00 8765;692 _oy = 0.0093 61;693 _oz = 0.009 325;694 _oxr = 0.001 034;695 _oyr = 0.00 0671;696 _ozr = 0.001 039;697 _sc = 7.935;698 _scr = -0.538;699 _t0 = 2000.0;685 _dx = 0.07167; 686 _dy = 0.00486; 687 _dz = -0.04711; 688 _dxr = -0.00342; 689 _dyr = 0.00055; 690 _dzr = 0.00136; 691 _ox = 0.0091362; 692 _oy = 0.0093086; 693 _oz = 0.0091599; 694 _oxr = 0.0014652; 695 _oyr = 0.0011005; 696 _ozr = 0.0011480; 697 _sc = -8.239; 698 _scr = -0.212; 699 _t0 = 2000.0; 700 700 } 701 701 else if (trafo == "SIRGAS2000") { -
trunk/BNS/bnshelp.html
r2350 r2351 400 400 <p> 401 401 <pre> 402 Translation in X at epoch To: -0.0761m403 Translation in Y at epoch To: -0.0101m404 Translation in Z at epoch To: 0.0444m405 Translation rate in X: 0.0110m/y406 Translation rate in Y: -0.0045 m/y407 Translation rate in Z: -0.0174m/y408 Rotation in X at epoch To: 8.765mas409 Rotation in Y at epoch To: 9.3 61mas410 Rotation in Z at epoch To: 9. 325mas411 Rotation rate in X: 1. 034mas/y412 Rotation rate in Y: 0.671mas/y413 Rotation rate in Z: 1. 039mas/y414 Scale at epoch To : 0.000000007935415 Scale rate: -0.000000000 538/y402 Translation in X at epoch To: 0.07167 m 403 Translation in Y at epoch To: 0.00486 m 404 Translation in Z at epoch To: -0.04711 m 405 Translation rate in X: -0.00342 m/y 406 Translation rate in Y: 0.00055 m/y 407 Translation rate in Z: 0.00136 m/y 408 Rotation in X at epoch To: 9.1362 mas 409 Rotation in Y at epoch To: 9.3086 mas 410 Rotation in Z at epoch To: 9.1599 mas 411 Rotation rate in X: 1.4652 mas/y 412 Rotation rate in Y: 1.1005 mas/y 413 Rotation rate in Z: 1.1480 mas/y 414 Scale at epoch To : -0.000000008239 415 Scale rate: -0.000000000212 /y 416 416 To: 2000.0 417 417 </pre>
Note:
See TracChangeset
for help on using the changeset viewer.