Changeset 9777 in ntrip for trunk


Ignore:
Timestamp:
Jun 23, 2022, 5:15:09 PM (22 months ago)
Author:
stuerze
Message:

example config updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/Example_Configs/22_RinexQC.sh

    r9424 r9777  
    11#!/bin/bash
    2 
    3 /usr/bin/Xvfb :1 -screen 0 1280x1024x8 2>/dev/null &
    4 psID=`echo $!`
    52
    63../bnc -nw -conf /dev/null -display :1 --platform offscreen\
    74       -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" \
     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" \
    118       -key reqcOutLogFile Output/RinexQc.log \
    12        -key reqcPlotDir Output
     9       -key reqcPlotDir Output 2>/dev/null
    1310
    14 kill $psID
    1511
Note: See TracChangeset for help on using the changeset viewer.