Changeset 212 in ntrip


Ignore:
Timestamp:
Oct 6, 2006, 4:30:27 PM (18 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnchelp.html

    r211 r212  
    5353&nbsp; &nbsp; &nbsp; B - 4.3. <a href=#binary>Port for Binary Output</a><br>
    5454B - 5. <a href=#rinex>RINEX</a><br>
    55 &nbsp; &nbsp; &nbsp; B - 5.1. <a href=#rnxpath>RINEX Directory Path</a><br>
     55&nbsp; &nbsp; &nbsp; B - 5.1. <a href=#rnxpath>RINEX Directory</a><br>
    5656&nbsp; &nbsp; &nbsp; B - 5.2. <a href=#rnxscript>RINEX Script</a><br>
    5757&nbsp; &nbsp; &nbsp; B - 5.3. <a href=#rnxinterval>RINEX File Interval</a><br>
     
    189189
    190190<a name="rnxpath">
    191 <p><h4>B - 5.1 RINEX Directory Path - optional</h4></p>
    192 <p>
    193 Enter a path for saving the RINEX files in a directory. If this directory does not exist, BNC will not create RINEX files. Default value for 'RINEX directory path' is an empty option field, meaning that streams are not converted to RINEX.
     191<p><h4>B - 5.1 RINEX Directory - optional</h4></p>
     192<p>
     193Enter a path for saving the RINEX files in a directory. If this directory does not exist, BNC will not create RINEX files. Default value for 'RINEX directory' is an empty option field, meaning that streams are not converted to RINEX.
    194194</p>
    195195
     
    201201
    202202<a name="rnxinterval">
    203 <p><h4>B - 5.3 RINEX File Interval - mandatory if 'RINEX directory path' set</h4></p>
     203<p><h4>B - 5.3 RINEX File Interval - mandatory if 'RINEX directory' set</h4></p>
    204204<p>
    205205Select the interval for RINEX file generation. Default for 'RINEX file interval' is 15 minutes.
     
    207207
    208208<a name="rnxsample">
    209 <p><h4>B - 5.4 RINEX Sampling - mandatory if 'RINEX directory path' set </h4></p>
     209<p><h4>B - 5.4 RINEX Sampling - mandatory if 'RINEX directory' set </h4></p>
    210210<p>
    211211Select the RINEX sample interval in seconds. Zero '0' stands for converting all incoming epochs to RINEX. Default for RINEX 'Sampling' is '0'.
     
    215215<p><h4>B - 5.5 RINEX Skeleton Extension - optional</h4></p>
    216216<p>
    217 BNC lets you introduce RINEX header skeleton files that contain the header records you would like to see instead of a default header. You may like to derive RINEX skeleton files from the information given in sitelogs. A file in the 'RINEX directory path' with the 'RINEX skeleton extension' is understood by BNC as a RINEX header skeleton file for the affected stream.
     217BNC lets you introduce RINEX header skeleton files that contain the header records you would like to see instead of a default header. You may like to derive RINEX skeleton files from the information given in sitelogs. A file in the 'RINEX directory' with the 'RINEX skeleton extension' is understood by BNC as a RINEX header skeleton file for the affected stream.
    218218</p>
    219219<p>
     
    344344The BKG Ntrip Client (BNC) Qt Graphic User Interface (GUI) has been developed for the Federal Agency for Cartography and Geodesy (BKG) by Leos Mervart, Czech Technical University Prague, Department of Advanced Geodesy. BNC integrates the following GNU GPL software components:
    345345<ul>
    346 <li> RTCM 2.x decoder, written by John Sager with contributions from Carsten Becker, German Aerospace Center, DLR, Neustrelitz</li>
     346<li> RTCM 2.x decoder, written by Oliver Montenbruck, German Space Operations Center, DLR, Oberpfaffenhofen, with contributions from Leos Mervart</li>
    347347<li> RTCM 3 decoder, written for BKG by Dirk Stoecker, Euronik GmbH, Schoenefeld</li>
    348348<li> RTIGS decoder, written by Ken MacLeod, Natural Resources Canada, NRCan</li>
     
    483483<li>Tpye 1001, GPS L1 code and phase.</li>
    484484<li>Type 1002, GPS L1 code and phase and ambiguities and carrier to noise ratio.</li>
    485 <li>Type 1003, GPS L1 and L1 code and phase.</li>
     485<li>Type 1003, GPS L1 and L2 code and phase.</li>
    486486<li>Type 1004, GPS L1 and L2 code and phase and ambiguities and carrier to noise ratio.</li>
    487487<li>Type 1005, Station coordinates XZY for antenna reference point.</li>
     
    491491<li>Type 1009, GLONASS L1 code and phase.</li>
    492492<li>Type 1010, GLONASS L1 code and phase and ambiguities and carrier to noise ratio.</li>
    493 <li>Type 1011, GLONASS L1 and L1 code and phase.</li>
     493<li>Type 1011, GLONASS L1 and L2 code and phase.</li>
    494494<li>Type 1012, GLONASS L1 and L2 code and phase and ambiguities and carrier to noise ratio.</li>
    495495<li>Type 1013, Modified julian date, leap second, configured message types and interval.</li>
     
    510510<p><h4>F - 3.1 SOC</h4></p>
    511511<p>
    512 Input from Ken?
    513 </p>
    514 <p>
    515 </p>
    516 
     512The SOC format has been designed in July 1999 by the Jet Propulsion Laboratory (JPL) and the California Institute of Technology (CalTech) to transport 1Hz GPS data with minimal bandwidth over the open Internet. SOC follows the 'little-endian' byte order meaning that the low-order byte of a number is stored in memory at the lowest address, and the high-order byte at the highest address. (The little end comes first.) Because the transport layer is UDP, the format does not include sync bits, a checksum or cyclic redundancy checksum (CRC). SOC allows to transport the GPS observable CA, P1, P2, L1, and L2, efficiently compressed down to 14 bytes with 1 mm range resolution and 0.02 mm phase resolution. SOC contains epochs for cycle slips, a stand-alone time-tag per epoch, a minimum representation of the receiver's clock solution, 3 SNR numbers, a unique site id, a modulo 12 hour sequence number and flags for receiver type and GPS health. SOC's simple structure comprises an 8 byte header, a 9 byte overhead for timetag, number of gps, etc., plus 21 data bytes per gps.
     513</p>
     514<p>
     515Visit <u>http://gipsy.jpl.nasa.gov/igdg/papers/SOC_FORMAT.ppt</u> for further details.
     516</p>
     517<p>
     518</p>
     519
Note: See TracChangeset for help on using the changeset viewer.