Changeset 3724 in ntrip for trunk/rtcm3torinex


Ignore:
Timestamp:
Mar 5, 2012, 10:50:11 AM (12 years ago)
Author:
stoecker
Message:

fix SNR value

File:
1 edited

Legend:

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

    r3712 r3724  
    12391239            for(count = numcells; count--;)
    12401240              if(cellmask & (UINT64(1)<<count))
    1241                 GETFLOAT(cnr[count], 10, 0.1)
     1241                GETFLOAT(cnr[count], 10, 1.0/(1<<4))
    12421242            break;
    12431243          case 7:
     
    12561256            for(count = numcells; count--;)
    12571257              if(cellmask & (UINT64(1)<<count))
    1258                 GETFLOAT(cnr[count], 10, 0.1)
     1258                GETFLOAT(cnr[count], 10, 1.0/(1<<4))
    12591259            for(count = numcells; count--;)
    12601260              if(cellmask & (UINT64(1)<<count))
Note: See TracChangeset for help on using the changeset viewer.