Changeset 4568 in ntrip
- Timestamp:
- Aug 28, 2012, 4:06:27 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bnchelp.html
r4552 r4568 696 696 697 697 <p><img src="IMG/screenshot29.png"/></p> 698 <p><u>Figure 9:</u> Example for RINEX quality check output with BNC in Post Processing mode. A multipath an alysis is presented in terms ofa sky plot.</p>698 <p><u>Figure 9:</u> Example for RINEX quality check output with BNC in Post Processing mode. A multipath and a signal-to-noise ratio analysis are presented in terms a sky plot.</p> 699 699 700 700 <p><a name="reqcplots"><h4>3.6.5 Directory for Plots - optional if 'Action' is set</h4></p> … … 726 726 </p> 727 727 728 <p>The following Linux command line produces RINEX QC multipath plots offline in 'no window' mode and saves them in directory '/home/user'. Introducing a dummy configuration file /dev/null makes sure that no configuration options previously saved on disc are used:</p>728 <p>The following Linux command line produces RINEX QC multipath and signal-to-noise ratio plots offline in 'no window' mode and saves them in directory '/home/user'. Introducing a dummy configuration file /dev/null makes sure that no configuration options previously saved on disc are used:</p> 729 729 <p> 730 730 /home/user/bnc --conf /dev/null --key reqcAction Analyze --key reqcObsFile CUT02070.12O --key reqcNavFile BRDC2070.12P --key reqcOutLogFile CUT0.txt --key reqcPlotDir /home/user --nw 731 731 </p> 732 732 <p></p> 733 <p>The following Linux command line produces the same RINEX QC multipath plots in interactive autoStart mode:</p>733 <p>The following Linux command line produces the same RINEX QC multipath and signal-to-noise ratio plots in interactive autoStart mode:</p> 734 734 <p> 735 735 /home/user/bnc --conf /dev/null --key reqcAction Analyze --key reqcObsFile CUT02070.12O --key reqcNavFile BRDC2070.12P --key reqcOutLogFile CUT0.txt --key --key startTab 4 --key autoStart 2 … … 747 747 <tr><td>reqcNavFile</td><td>RINEX Navigation input files(s)</td></tr> 748 748 <tr><td>reqcOutObsFile</td><td>RINEX Observation output file</td></tr> 749 <tr><td>reqcPlotDir</td><td>RINEX QC multipathplot directory</td></tr>749 <tr><td>reqcPlotDir</td><td>RINEX QC plot directory</td></tr> 750 750 <tr><td>reqcOutNavFile</td><td>RINEX Navigation output file</td></tr> 751 751 <tr><td>reqcOutLogFile</td><td>Logfile</td></tr> … … 2401 2401 least a virtual X-Server such as 'Xvfb' is installed and the '-display' option 2402 2402 is used. The following is an example shell script to execute BNC in batch mode 2403 for producing multipath plots from RINEX files. It could be used via 'crontab': 2403 for producing multipath and signal-to-noise ratio plots from RINEX files. It 2404 could be used via 'crontab': 2404 2405 </p> 2405 2406 <pre> … … 2599 2600 <tr> 2600 2601 <td>Aug 2012 </td><td>Version 2.7 </td> 2601 <td>[Bug] Bug in L5 decoding fixed<br> [Bug] Bug in on-the-fly configuration fixed<br> [Add] Clock RINEX file header extended<br> [Add] Decoding/converting COMPASS and QZSS added<br> [Add] Work on RINEX v2 and v3 quality check started<br> [Mod] Source code completely re-arranged<br> [Add] QWT and QWTPOLAR graphics libraries added<br> [Add] RINEX v2 and v3 quality check through multipath analysis and sky plot<br> [ Bug] Short periodic outages in PPP time series when operated when 'Sync Corr' set to zero<br> |Add] Log observation types contained in RTCM Version 3 MSM streams<br> [Add] Reading RINEX v3 observation type header records from RINEX skeleton files<br> [Add] Logfile for RINEX file editing and concatenation<br>[Add] Save PNG plot files on disk<br> [Add] Version 2.7 published</td>2602 <td>[Bug] Bug in L5 decoding fixed<br> [Bug] Bug in on-the-fly configuration fixed<br> [Add] Clock RINEX file header extended<br> [Add] Decoding/converting COMPASS and QZSS added<br> [Add] Work on RINEX v2 and v3 quality check started<br> [Mod] Source code completely re-arranged<br> [Add] QWT and QWTPOLAR graphics libraries added<br> [Add] RINEX v2 and v3 quality check through multipath analysis and sky plot<br> [Add] Signal-to-noise sky plot<br> [Bug] Short periodic outages in PPP time series when operated when 'Sync Corr' set to zero<br> |Add] Log observation types contained in RTCM Version 3 MSM streams<br> [Add] Reading RINEX v3 observation type header records from RINEX skeleton files<br> [Add] Logfile for RINEX file editing and concatenation<br>[Add] Save PNG plot files on disk<br> [Add] Version 2.7 published</td> 2602 2603 </tr> 2603 2604
Note:
See TracChangeset
for help on using the changeset viewer.