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

Last change on this file since 9777 was 9777, checked in by stuerze, 22 months ago

example config updated

  • Property svn:executable set to *
File size: 407 bytes
Line 
1#!/bin/bash
2
3../bnc -nw -conf /dev/null -display :1 --platform offscreen\
4 -key reqcAction Analyze \
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" \
8 -key reqcOutLogFile Output/RinexQc.log \
9 -key reqcPlotDir Output 2>/dev/null
10
11
Note: See TracBrowser for help on using the repository browser.