Changeset 9437 in ntrip for trunk/BNC/src/bnchelp.html
- Timestamp:
- May 21, 2021, 12:59:06 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bnchelp.html
r9424 r9437 4402 4402 <p><h4 id="upeph">2.16 Upload Ephemeris</h4></p> 4403 4403 <p> 4404 BNC can generate streams carrying only Broadcast Ephemeris in RTCM Version 3 format and upload them to an Ntrip Broadcaster. This can be done for individual satellite systems or for all satellite systems, specifying the parameter âSystemâ for each stream. 4405 </p> 4406 4407 <p> 4408 Note that Broadcast Ephemeris received in real-time have a system specific period of validity in BNC which is defined in accordance with the update rates of the navigation messages. 4404 BNC can generate streams carrying only Broadcast Ephemeris in RTCM Version 3 format and upload them to an Ntrip Broadcaster. The satellite system(s) that shall be part of the uploaded stream can be specified using the 'System' parameter. This can be done: 4405 <ul> 4406 <li>for an individual satellite system, specifying e.g. 'G' for GPS or 'E' for Galileo, etc. or </li> 4407 <li>for a seclection of satellite systems, specifying e.g. 'GRE' for GPS and GLONASS and Galileo or</li> 4408 <li>for all satellite systems, specifying 'ALL'. </li> 4409 </ul> 4410 </p> 4411 <p> 4412 Note that Broadcast Ephemeris received in real-time have a system specific period of validity in BNC which is defined in accordance with the update rates and validity intervals of the navigation messages. 4409 4413 <ul> 4410 4414 <li>GPS ephemeris will be interpreted as outdated and ignored when older than 4 hours.</li> 4411 <li>GLONASS ephemeris will be interpreted as outdated and ignored when older than 2hours.</li>4415 <li>GLONASS ephemeris will be interpreted as outdated and ignored when older than 1 hours.</li> 4412 4416 <li>Galileo ephemeris will be interpreted as outdated and ignored when older than 4 hours.</li> 4413 <li>BDS ephemeris will be interpreted as outdated and ignored when older than 6hours.</li>4414 <li>SBAS ephemeris will be interpreted as outdated and ignored when older than 1 hour.</li>4415 <li>QZSS ephemeris will be interpreted as outdated and ignored when older than 3hours.</li>4417 <li>BDS ephemeris will be interpreted as outdated and ignored when older than 1 hours.</li> 4418 <li>SBAS ephemeris will be interpreted as outdated and ignored when older than 10 minutes.</li> 4419 <li>QZSS ephemeris will be interpreted as outdated and ignored when older than 2 hours.</li> 4416 4420 <li>IRNSS ephemeris will be interpreted as outdated and ignored when older than 24 hours.</li> 4417 4421 </ul> … … 4421 4425 <p> 4422 4426 Furthermore, received Broadcast Ephemeris parameters pass through a plausibility check in BNC which allows to ignore incorrect ephemeris data when necessary, leaving a note 'WRONG EPHEMERIS' in the logfile. 4427 Unhealthy ephemerides will be not excluded. A note 'UNHEALTHY EPHEMERIS' will be added in the logfile. 4423 4428 </p> 4424 4429
Note:
See TracChangeset
for help on using the changeset viewer.