Changeset 10818 in ntrip for trunk/BNC/src/combination


Ignore:
Timestamp:
Mar 12, 2026, 5:24:05 PM (2 months ago)
Author:
stuerze
Message:

bug fixed regarding sign convention of biases

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/combination/bncbiassnx.cpp

    r10660 r10818  
    148148        continue;
    149149      }
     150      // change of sign
     151      // --------------
     152      // post-processing convention is to subtract biases
     153      // real-time convention is to add biases.
     154      value *= -1.0;
     155
    150156      // conversion of Code Biases
    151157      // -------------------------
Note: See TracChangeset for help on using the changeset viewer.