Changeset 6927 in ntrip


Ignore:
Timestamp:
Jun 22, 2015, 10:14:41 AM (9 years ago)
Author:
weber
Message:

Documentation completed

File:
1 edited

Legend:

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

    r6926 r6927  
    13691369
    13701370<p>
    1371 While we have a plain ASCII standard for saving broadcast ephemeris in RINEX Navigation files, we don't have an equivalent standard for corrections to broadcast ephemeris. Hence BNC saves Broadcast Corrections files following its own format definition. The file name convention for Broadcast Correction files follows the convention for RINEX Version 2 files except for the last character of the file name suffix which is set to &quot;C&quot;.
    1372 </p>
    1373 
    1374 <p>
    1375 Broadcast Corrections files contain blocks of records in plain ASCII format. Each block contains a 'leading (first) record' followd by a number of 'satellite records' (exception: block VTEC).
    1376 </p>
    1377 <p>
    1378 <b>Example for the 'leading record' of each block</b>
    1379 </p>
    1380 
    1381 <p>
    1382 The 'leading record' of each block contains 10 parameters. Example:
     1371While we have a plain ASCII standard for saving broadcast ephemeris in RINEX Navigation files, we don't have an equivalent standard for corrections to broadcast ephemeris. Hence BNC saves Broadcast Correction files following its own format definition. The file name convention for Broadcast Correction files follows the convention for RINEX Version 2 files except for the last character of the file name suffix which is set to 'C'.
     1372</p>
     1373
     1374<p>
     1375Broadcast Correction files contain blocks of records in plain ASCII format. Each block covers information about one sprecific topic and starts with an epoch record with special character '&#62;' being the first character (as we have it in RINEX Version 3).
     1376</p>
     1377<p>
     1378<b>The epoch record of a Broadcast Corrections block</b>
     1379</p>
     1380
     1381<p>
     1382The leading epoch record of each block contains 10 parameters. Example:
    13831383</p>
    13841384<pre>
     
    13891389</p>
    13901390<ul>
    1391 <li>SSR message type indicator:<br>ORBIT, CLOCK, CODE_BIAS, PHASE_BIAS, or VTEC</li>
     1391<li>SSR message or topic descriptor, valid descriptors are:<br>ORBIT, CLOCK, CODE_BIAS, PHASE_BIAS, or VTEC</li>
    13921392<li>Year, GPS time</li>
    13931393<li>Month, GPS time</li>
     
    14151415<li>15 = 10800 sec</li>
    14161416</ul>
    1417 <li>Number of following satellites (records) in this block</li>
     1417<li>Number of following records in this block</li>
    14181418<li>Mountpoint, source/stream indicator</li>
    14191419</ul>
     
    14371437</pre>
    14381438<p>
    1439 The 'satellite records' in this block provide the following information:
     1439Records in this block provide the following satellite specific information:
    14401440<ul>
    14411441<li>GNSS Indicator and Satellite Vehicle Pseudo Random Number</li>
     
    14691469</pre>
    14701470<p>
    1471 The satellite specific records in this block provide the following information:
     1471Records in this block provide the following satellite specific information:
    14721472<ul>
    14731473<li>GNSS Indicator and Satellite Vehicle Pseudo Random Number</li>
     
    14961496</pre>
    14971497<p>
    1498 The satellite specific records in this block provide the following information:
     1498Records in this block provide the following satellite specific information:
    14991499<ul>
    15001500<li>GNSS Indicator and Satellite Vehicle Pseudo Random Number</li>
    1501 <li>Number of Code Biases</li>
     1501<li>Number of Code Biases, succeeded by code specific information:</li>
     1502<ul>
    15021503<li>Indicator to specify the signal and tracking mode</li>
    1503 <li>Code Bias</li>
     1504<li>Code Bias [m]</li>
    15041505<li>Indicator to specify the signal and tracking mode</li>
    1505 <li>Code Bias</li>
     1506<li>Code Bias [m]</li>
    15061507<li>etc.</li>
     1508</ul>
    15071509</ul>
    15081510</p>
     
    15211523</pre>
    15221524<p>
    1523 The second record of the 'PHASE_BIAS' block contains two consistency parameters:
     1525The second record in this block provides the following consistency information:
    15241526<ul>
    15251527<li>Dispersive bias consistency indicator</li>
    15261528<li>MW consistency indicator</li>
    15271529</ul>
    1528 The following records contain satellite specific information:
     1530Following records provide satellite specific information:
    15291531<ul>
    15301532<li>GNSS Indicator and Satellite Vehicle Pseudo Random Number</li>
    1531 <li>Yaw angle</li>
    1532 <li>Yaw rate</li>
    1533 <li>Number of phase biases in this record<br><br>
    1534 The following records contain phase specific information:<br><br></li>
     1533<li>Yaw angle [&deg;]</li>
     1534<li>Yaw rate [&deg;/s]</li>
     1535<li>Number of phase biases in this record, succeeded by phase specific information:</li>
    15351536<ul>
    15361537<li>Signal and tracking mode indicator</li>
    1537 <li>Phase bias</li>
     1538<li>Phase bias [m]</li>
    15381539<li>Signal integer indicator</li>
    15391540<li>Signal wide-lane integer indicator</li>
     
    15651566</pre>
    15661567<p>
    1567 The second record of the 'VTEC' block containts the following four parameters:
     1568The second record in this block provides four parameters:
    15681569<ul>
    15691570<li>Number of following records</li>
    15701571<li>Maximum degree of spherical harmonics</li>
    15711572<li>Maximum order of spherical harmonics</li>
    1572 <li>Height of ionospheric layer</li>
    1573 </ul>
    1574 The following records in this block provide the following information:
     1573<li>Height of ionospheric layer [m]</li>
     1574</ul>
     1575Subsequent records in this block provide the following information:
    15751576<ul>
    15761577<li>Spherical harmonic coefficients C and S, sorted by degree and order (0 to maximum)</li>
Note: See TracChangeset for help on using the changeset viewer.