Ignore:
Timestamp:
Jun 24, 2022, 11:33:09 AM (22 months ago)
Author:
stuerze
Message:

example files updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/Example_Configs/26_RinexObs.sh

    r9424 r9781  
    22
    33../bnc -nw -conf /dev/null \
    4        -key mountPoints "//Example:Configs@mgex.igs-ip.net:80/CUT000AUS0 RTCM_3.2 AUS -32.00 115.89 no 1;//Example:Configs@igs-ip.net:2101/FFMJ00DEU0 RTCM_3.1 DEU 50.09 8.66 no 1" \
     4       -key mountPoints "//Example:Configs@igs-ip.net:2101/CUT000AUS0 RTCM_3.3 AUS -32.00 115.89 no 2;//Example:Configs@igs-ip.net:2101/FFMJ00DEU0 RTCM_3.3 DEU 50.09 8.66 no 2" \
    55       -key logFile Output/RinexObs.log \
    66       -key rnxPath Output \
    77       -key rnxIntr "15 min" \
    88       -key rnxSkel SKL \
    9        -key rnxSampl 0 \
    10        -key rnxV2 0 &
     9       -key rnxSampl "1 sec"\
     10       -key rnxVersion 4 &
    1111
    1212psID=`echo $!`
    13 sleep 30
     13sleep 10
    1414kill $psID
    1515
Note: See TracChangeset for help on using the changeset viewer.