Changeset 7548 in ntrip


Ignore:
Timestamp:
Oct 22, 2015, 3:11:09 PM (8 years ago)
Author:
stuerze
Message:

minor format changes

Location:
trunk/BNC/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bnchelp.html

    r7547 r7548  
    13891389Note 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:
    13901390<pre>
    1391 QC Format Version : 1.0
    1392 
    1393 Navigation File(s): BRDC2520.15P
    1394 Ephemeris         : 2985 OK   0 BAD
     1391QC Format Version  : 1.0
     1392
     1393Navigation File(s) : BRDC2520.15P
     1394Ephemeris          : 2985 OK   0 BAD
    13951395
    13961396Observation File   : CUT02520.15O
  • trunk/BNC/src/rinex/reqcanalyze.cpp

    r7546 r7548  
    120120
    121121  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;
    123123  }
    124124
     
    10161016  }
    10171017  if (_log) {
    1018     *_log << "Navigation File(s): " << navFileName                                   << endl;
     1018    *_log << "Navigation File(s) : " << navFileName                                   << endl;
    10191019  }
    10201020  QStringListIterator it(_navFileNames);
     
    10361036    }
    10371037    if (_log) {
    1038       *_log << "Ephemeris         : " << numOK << " OK   " << numBad << " BAD" << endl;
     1038      *_log << "Ephemeris          : " << numOK << " OK   " << numBad << " BAD" << endl;
    10391039    }
    10401040    if (numBad > 0) {
Note: See TracChangeset for help on using the changeset viewer.