Last change
on this file since 9170 was 9158, checked in by stuerze, 4 years ago |
the default RINEX version in BNC is changed from version 2 to verision 3
|
-
Property svn:executable
set to
*
|
File size:
308 bytes
|
Rev | Line | |
---|
[7733] | 1 | #!/bin/bash
|
---|
| 2 |
|
---|
| 3 | ../bnc -nw -conf /dev/null \
|
---|
[7734] | 4 | -key mountPoints "//Example:Configs@products.igs-ip.net:80/RTCM3EPH RTCM_3 DEU 50.09 8.66 no 1" \
|
---|
[7733] | 5 | -key ephPath Output \
|
---|
| 6 | -key logFile Output/RinexEph.log \
|
---|
[7738] | 7 | -key ephIntr "1 hour" \
|
---|
[9158] | 8 | -key ephV2 0 &
|
---|
[7733] | 9 |
|
---|
| 10 | psID=`echo $!`
|
---|
[7741] | 11 | sleep 10
|
---|
[7733] | 12 | kill $psID
|
---|
| 13 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.