source: ntrip/trunk/BNC/Example_Configs/22_RinexQC.sh@ 9424

Last change on this file since 9424 was 9424, checked in by stuerze, 3 years ago

Example Configs updated

  • Property svn:executable set to *
File size: 469 bytes
Line 
1#!/bin/bash
2
3/usr/bin/Xvfb :1 -screen 0 1280x1024x8 2>/dev/null &
4psID=`echo $!`
5
6../bnc -nw -conf /dev/null -display :1 --platform offscreen\
7 -key reqcAction Analyze \
8 -key reqcObsFile Input/MAC100AUS_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" \
11 -key reqcOutLogFile Output/RinexQc.log \
12 -key reqcPlotDir Output
13
14kill $psID
15
Note: See TracBrowser for help on using the repository browser.