- Timestamp:
- May 5, 2022, 10:09:13 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/combination/bnccomb.cpp
r9695 r9710 362 362 emit newMessage("bncComb: successfully read Bias SINEX file", true); 363 363 } 364 364 365 365 QTimer::singleShot(_ms, this, SLOT(slotReadBiasSnxFile())); 366 366 } … … 600 600 newCorr->_satCodeBias._bias.clear(); 601 601 } 602 //cout << acName.toStdString() << " " << clkCorr._prn.toString().c_str() << " _codeBiasIF: " << newCorr->_codeBiasIF << endl;603 602 } 604 603 … … 939 938 clkCorr._dotDotDClk = 0.0; 940 939 clkCorrections.push_back(clkCorr); 940 // CODE BIASES 941 t_satCodeBias satCodeBias(corr->_satCodeBias); 942 satCodeBias._staID = "INTERNAL"; 943 satCodeBiasList.push_back(satCodeBias); 941 944 942 945 ColumnVector xc(6); … … 972 975 hlp.clear(); 973 976 974 // CODE BIASES975 t_satCodeBias satCodeBias(corr->_satCodeBias);976 satCodeBias._staID = "INTERNAL";977 satCodeBiasList.push_back(satCodeBias);978 979 977 if (satCodeBias._bias.size()) { 980 978 hlp = QString().asprintf(" CodeBias %2lu", satCodeBias._bias.size()); … … 991 989 } 992 990 outLines += "\n"; 993 //cout << outLines.toStdString();994 991 delete corr; 995 992 } 996 993 997 994 outLines += "EOE\n"; // End Of Epoch flag 995 //cout << outLines.toStdString(); 998 996 999 997 if (!_rtnetDecoder) {
Note:
See TracChangeset
for help on using the changeset viewer.