Ignore:
Timestamp:
Jan 24, 2011, 12:13:11 PM (13 years ago)
Author:
stoecker
Message:

reverse doppler

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/rtcm3torinex/lib/rtcm3torinex.c

    r2860 r2873  
    13481348                  if(dop[count] > -1.6384)
    13491349                  {
    1350                     gnss->measdata[num][cd.typeD] = (dop[count]
     1350                    gnss->measdata[num][cd.typeD] = -(dop[count]
    13511351                    +rdop[numsat])/wl;
    13521352                    gnss->dataflags[num] |= (1<<cd.typeD);
     
    14011401                  if(dop[count] > -1.6384)
    14021402                  {
    1403                     gnss->measdata[num][cd.typeD] = (dop[count]
     1403                    gnss->measdata[num][cd.typeD] = -(dop[count]
    14041404                    +rdop[numsat])/wl;
    14051405                    gnss->dataflags[num] |= (1<<cd.typeD);
Note: See TracChangeset for help on using the changeset viewer.