Last change
on this file since 9259 was 7727, checked in by weber, 9 years ago |
Documenation completed
|
-
Property svn:executable
set to
*
|
File size:
409 bytes
|
Line | |
---|
1 | #!/bin/bash
|
---|
2 |
|
---|
3 | /usr/bin/Xvfb :1 -screen 0 1280x1024x8 2>/dev/null &
|
---|
4 | psID=`echo $!`
|
---|
5 |
|
---|
6 | ../bnc -nw -conf /dev/null -display :1 \
|
---|
7 | -key reqcAction Analyze \
|
---|
8 | -key reqcObsFile Input/cut0350a.12o \
|
---|
9 | -key reqcNavFile Input/brdc350a.12p \
|
---|
10 | -key reqcSkyPlotSignals "C:2&7 E:1&5 G:1&2 J:1&2 R:1&2 S:1&5" \
|
---|
11 | -key reqcOutLogFile Output/RinexQc.log \
|
---|
12 | -key reqcPlotDir Output
|
---|
13 |
|
---|
14 | kill $psID
|
---|
15 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.