source: ntrip/trunk/BNC/Example_Configs/23_RinexConcat.sh@ 8983

Last change on this file since 8983 was 7737, checked in by weber, 8 years ago

Documentation completed

  • Property svn:executable set to *
File size: 438 bytes
Line 
1#!/bin/bash
2
3../bnc -nw -conf /dev/null \
4 -key reqcAction Edit/Concatenate \
5 -key reqcObsFile Input/brux350a\*.12o \
6 -key reqcRnxVersion 3 \
7 -key reqcSampling 30 \
8 -key reqcStartDateTime 1967-11-02T00:00:00 \
9 -key reqcEndDateTime 2099-01-01T00:00:00 \
10 -key reqcNewMarkerName BRUX_MARKER \
11 -key reqcOutLogFile Output/RinexConcat.log \
12 -key reqcOutObsFile Output/brux350a.12o
13
Note: See TracBrowser for help on using the repository browser.