- Timestamp:
- Apr 12, 2023, 2:46:03 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/pppMain.cpp
r10022 r10029 408 408 opt->_minObs = settings.value("PPP/minObs").toInt(); if (opt->_minObs < 4) opt->_minObs = 4; 409 409 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; 413 413 opt->_eleWgtCode = (settings.value("PPP/eleWgtCode").toInt() != 0); 414 414 opt->_eleWgtPhase = (settings.value("PPP/eleWgtPhase").toInt() != 0); … … 419 419 opt->_aprSigAmb = 1000.0; 420 420 opt->_aprSigClk = 1000.0; 421 opt->_aprSigIon = 100 .0;421 opt->_aprSigIon = 1000.0; 422 422 opt->_noiseIon = 100.0; 423 423 opt->_aprSigCodeBias = 100.0;
Note:
See TracChangeset
for help on using the changeset viewer.