Changeset 10029 in ntrip


Ignore:
Timestamp:
Apr 12, 2023, 2:46:03 PM (13 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r10022 r10029  
    408408    opt->_minObs      = settings.value("PPP/minObs").toInt(); if (opt->_minObs < 4) opt->_minObs = 4;
    409409    opt->_minEle      = settings.value("PPP/minEle").toDouble() * M_PI / 180.0;
    410     opt->_maxResC1    = settings.value("PPP/maxResC1").toDouble();  if (opt->_maxResC1 <= 0.0) opt->_maxResC1 = 5.0;
    411     opt->_maxResL1    = settings.value("PPP/maxResL1").toDouble();  if (opt->_maxResL1 <= 0.0) opt->_maxResL1 = 0.05;
    412     opt->_maxResGIM   = settings.value("PPP/maxResGIM").toDouble(); if (opt->_maxResGIM <= 0.0) opt->_maxResGIM = 5.0;
     410    opt->_maxResC1    = settings.value("PPP/maxResC1").toDouble();  if (opt->_maxResC1 <= 0.0)  opt->_maxResC1  = 3.0;
     411    opt->_maxResL1    = settings.value("PPP/maxResL1").toDouble();  if (opt->_maxResL1 <= 0.0)  opt->_maxResL1 = 0.05;
     412    opt->_maxResGIM   = settings.value("PPP/maxResGIM").toDouble(); if (opt->_maxResGIM <= 0.0) opt->_maxResGIM = 3.0;
    413413    opt->_eleWgtCode  = (settings.value("PPP/eleWgtCode").toInt() != 0);
    414414    opt->_eleWgtPhase = (settings.value("PPP/eleWgtPhase").toInt() != 0);
     
    419419    opt->_aprSigAmb       = 1000.0;
    420420    opt->_aprSigClk       = 1000.0;
    421     opt->_aprSigIon       = 100.0;
     421    opt->_aprSigIon       = 1000.0;
    422422    opt->_noiseIon        = 100.0;
    423423    opt->_aprSigCodeBias  = 100.0;
Note: See TracChangeset for help on using the changeset viewer.