Changeset 7548 in ntrip
- Timestamp:
- Oct 22, 2015, 3:11:09 PM (9 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bnchelp.html
r7547 r7548 1389 1389 Note that logfiles from analyzing RINEX files may become quite large. Hence BNC provides an option 'Summary only' to limit this logfile contents to some essential information in case 'Action' is set to 'Analyze'. The following is an example for a RINEX quality check analysis logfile: 1390 1390 <pre> 1391 QC Format Version : 1.01392 1393 Navigation File(s) : BRDC2520.15P1394 Ephemeris : 2985 OK 0 BAD1391 QC Format Version : 1.0 1392 1393 Navigation File(s) : BRDC2520.15P 1394 Ephemeris : 2985 OK 0 BAD 1395 1395 1396 1396 Observation File : CUT02520.15O -
trunk/BNC/src/rinex/reqcanalyze.cpp
r7546 r7548 120 120 121 121 if (_log) { 122 *_log << "QC Format Version : " << QString("%1").arg(QC_FORMAT_VERSION,3,'f',1) << endl << endl;122 *_log << "QC Format Version : " << QString("%1").arg(QC_FORMAT_VERSION,3,'f',1) << endl << endl; 123 123 } 124 124 … … 1016 1016 } 1017 1017 if (_log) { 1018 *_log << "Navigation File(s) : " << navFileName << endl;1018 *_log << "Navigation File(s) : " << navFileName << endl; 1019 1019 } 1020 1020 QStringListIterator it(_navFileNames); … … 1036 1036 } 1037 1037 if (_log) { 1038 *_log << "Ephemeris : " << numOK << " OK " << numBad << " BAD" << endl;1038 *_log << "Ephemeris : " << numOK << " OK " << numBad << " BAD" << endl; 1039 1039 } 1040 1040 if (numBad > 0) {
Note:
See TracChangeset
for help on using the changeset viewer.