Changeset 6927 in ntrip
- Timestamp:
- Jun 22, 2015, 10:14:41 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bnchelp.html
r6926 r6927 1369 1369 1370 1370 <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 Correction s 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> 1375 Broadcast Correction s 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 eachblock</b>1379 </p> 1380 1381 <p> 1382 The 'leading record'of each block contains 10 parameters. Example: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 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> 1375 Broadcast 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 '>' 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> 1382 The leading epoch record of each block contains 10 parameters. Example: 1383 1383 </p> 1384 1384 <pre> … … 1389 1389 </p> 1390 1390 <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> 1392 1392 <li>Year, GPS time</li> 1393 1393 <li>Month, GPS time</li> … … 1415 1415 <li>15 = 10800 sec</li> 1416 1416 </ul> 1417 <li>Number of following satellites (records)in this block</li>1417 <li>Number of following records in this block</li> 1418 1418 <li>Mountpoint, source/stream indicator</li> 1419 1419 </ul> … … 1437 1437 </pre> 1438 1438 <p> 1439 The 'satellite records' in this block provide the followinginformation:1439 Records in this block provide the following satellite specific information: 1440 1440 <ul> 1441 1441 <li>GNSS Indicator and Satellite Vehicle Pseudo Random Number</li> … … 1469 1469 </pre> 1470 1470 <p> 1471 The satellite specific records in this block provide the followinginformation:1471 Records in this block provide the following satellite specific information: 1472 1472 <ul> 1473 1473 <li>GNSS Indicator and Satellite Vehicle Pseudo Random Number</li> … … 1496 1496 </pre> 1497 1497 <p> 1498 The satellite specific records in this block provide the followinginformation:1498 Records in this block provide the following satellite specific information: 1499 1499 <ul> 1500 1500 <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> 1502 1503 <li>Indicator to specify the signal and tracking mode</li> 1503 <li>Code Bias </li>1504 <li>Code Bias [m]</li> 1504 1505 <li>Indicator to specify the signal and tracking mode</li> 1505 <li>Code Bias </li>1506 <li>Code Bias [m]</li> 1506 1507 <li>etc.</li> 1508 </ul> 1507 1509 </ul> 1508 1510 </p> … … 1521 1523 </pre> 1522 1524 <p> 1523 The second record of the 'PHASE_BIAS' block contains two consistency parameters:1525 The second record in this block provides the following consistency information: 1524 1526 <ul> 1525 1527 <li>Dispersive bias consistency indicator</li> 1526 1528 <li>MW consistency indicator</li> 1527 1529 </ul> 1528 The following records containsatellite specific information:1530 Following records provide satellite specific information: 1529 1531 <ul> 1530 1532 <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 [°]</li> 1534 <li>Yaw rate [°/s]</li> 1535 <li>Number of phase biases in this record, succeeded by phase specific information:</li> 1535 1536 <ul> 1536 1537 <li>Signal and tracking mode indicator</li> 1537 <li>Phase bias </li>1538 <li>Phase bias [m]</li> 1538 1539 <li>Signal integer indicator</li> 1539 1540 <li>Signal wide-lane integer indicator</li> … … 1565 1566 </pre> 1566 1567 <p> 1567 The second record of the 'VTEC' block containts the followingfour parameters:1568 The second record in this block provides four parameters: 1568 1569 <ul> 1569 1570 <li>Number of following records</li> 1570 1571 <li>Maximum degree of spherical harmonics</li> 1571 1572 <li>Maximum order of spherical harmonics</li> 1572 <li>Height of ionospheric layer </li>1573 </ul> 1574 The followingrecords in this block provide the following information:1573 <li>Height of ionospheric layer [m]</li> 1574 </ul> 1575 Subsequent records in this block provide the following information: 1575 1576 <ul> 1576 1577 <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.