Changeset 4499 in ntrip for trunk/BNC/src/bnchelp.html
- Timestamp:
- Aug 12, 2012, 11:50:30 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/src/bnchelp.html ¶
r4497 r4499 155 155 156 156 <p> 157 Running BNC in interactive mode requires graphics support. This is also required in batch mode when producing plots. Windows and Mac systems always support graphics. However, when using BNC in batch mode on Linux systems for producing plots, you need to make sure that at least a virtual X-Server like 'Xvfb' is installed and the 'DISPLAY' variable defined. 157 Running BNC in interactive mode requires graphics support. This is also 158 required in batch mode when producing plots. Windows and Mac systems always 159 support graphics. However, when using BNC in batch mode on Linux systems for 160 producing plots, you need to make sure that at least a virtual X-Server like 161 'Xvfb' is installed and the '-display' command-line option is used. 158 162 </p> 159 163 … … 2363 2367 </p> 2364 2368 <p> 2365 It is obvious that BNC requires graphics support when started in interactive mode. But, note that it also requires graphics support when producing plots in batch mode (option -nw). Windows and Mac systems always support graphics. For producing plots in batch mode on Linux systems you must make sure that at least a virtual X-Server such as 'Xvfb' is installed and the 'DISPLAY' variable properly defined. The following is an example shell script to execute BNC in batch mode for producing multipath plots from RINEX files. It could be used via 'crontab': 2369 It is obvious that BNC requires graphics support when started in interactive 2370 mode. But, note that it also requires graphics support when producing plots in 2371 batch mode (option -nw). Windows and Mac systems always support graphics. For 2372 producing plots in batch mode on Linux systems you must make sure that at 2373 least a virtual X-Server such as 'Xvfb' is installed and the '-display' option 2374 is used. The following is an example shell script to execute BNC in batch mode 2375 for producing multipath plots from RINEX files. It could be used via 'crontab': 2366 2376 </p> 2367 2377 <pre>
Note:
See TracChangeset
for help on using the changeset viewer.