Changeset 9158 in ntrip for trunk/BNC/src/pppMain.cpp


Ignore:
Timestamp:
Oct 1, 2020, 3:19:04 PM (4 years ago)
Author:
stuerze
Message:

the default RINEX version in BNC is changed from version 2 to verision 3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/pppMain.cpp

    r8961 r9158  
    462462    opt->_aprSigPhaseBias = 1000.0;
    463463    // TODO: Find realistic values!!!!!!
    464     opt->_noiseIon        = 1.00;
    465     opt->_noiseCodeBias   = 1.00;
    466     opt->_noisePhaseBias  = 5.00;
     464    opt->_noiseIon        =  5.00; // Todo: add all to table
     465    opt->_noiseCodeBias   =  5.00;
     466    opt->_noisePhaseBias  =  5.00;
    467467    // pseudo observations
    468     opt->_sigmaGIMdiff    = 2.00; // Todo: add to bncWindow
     468    opt->_sigmaGIMdiff    = 5.00; // Todo: add to bncWindow
    469469    opt->_sigmaTz0        = 0.10;
    470470
Note: See TracChangeset for help on using the changeset viewer.