Ignore:
Timestamp:
May 30, 2016, 12:43:16 PM (8 years ago)
Author:
stuerze
Message:

hDop and vDop values are added in DOP computation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/PPP/pppFilter.cpp

    r7837 r7932  
    409409    SymmetricMatrix QQ = NN.i();
    410410
     411    _dop.H = sqrt(QQ(1,1) + QQ(2,2));
     412    _dop.V = sqrt(QQ(3,3));
    411413    _dop.P = sqrt(QQ(1,1) + QQ(2,2) + QQ(3,3));
    412414    _dop.T = sqrt(QQ(4,4));
Note: See TracChangeset for help on using the changeset viewer.