Changeset 9777 in ntrip
- Timestamp:
- Jun 23, 2022, 5:15:09 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/Example_Configs/22_RinexQC.sh
r9424 r9777 1 1 #!/bin/bash 2 3 /usr/bin/Xvfb :1 -screen 0 1280x1024x8 2>/dev/null &4 psID=`echo $!`5 2 6 3 ../bnc -nw -conf /dev/null -display :1 --platform offscreen\ 7 4 -key reqcAction Analyze \ 8 -key reqcObsFile Input/MA C100AUS_R_20211250000_01D_30S_MO.rnx \9 -key reqcNavFile Input/ BRDC00WRD_R_20211250000_01D_MN.rnx \10 -key reqcSkyPlotSignals "G:1&2&5 R:1&2 &3 E:1&7 C:2&6" \5 -key reqcObsFile Input/MAO000USA_R_20221720000_01D_30S_MO.rnx \ 6 -key reqcNavFile Input/MAO000USA_R_20221720000_01D_MN.rnx \ 7 -key reqcSkyPlotSignals "G:1&2&5 R:1&2 E:1&5&7 C:2&6 J:1&2" \ 11 8 -key reqcOutLogFile Output/RinexQc.log \ 12 -key reqcPlotDir Output 9 -key reqcPlotDir Output 2>/dev/null 13 10 14 kill $psID15 11
Note:
See TracChangeset
for help on using the changeset viewer.