Index: trunk/BNC/Example_Configs/00_Readme.txt
===================================================================
--- trunk/BNC/Example_Configs/00_Readme.txt	(revision 10668)
+++ trunk/BNC/Example_Configs/00_Readme.txt	(revision 10753)
@@ -220,10 +220,14 @@
 with an update rate of 5 seconds.
 
-20. Configuration File 'CompareSp3.bnc'
+20. Configuration File 'UploadRaw.bnc'
+Purpose: Forward the stream contents of the incoming stream BCEP00BKG0 
+from products.igs-ip.net to another caster.
+
+21. Configuration File 'CompareSp3.bnc'
 Purpose: Compare two SP3 files to calculate RMS values for orbit and clock
 differences. GPS satellite G05 and GLONASS satellite R18 are excluded from this
 comparison. Comparison results are saved in a logfile.
 
-21. Configuration File 'Empty.bnc'
+22. Configuration File 'Empty.bnc'
 Purpose: Provide an empty example configuration file for BNC which only
 contains the default settings.
@@ -237,5 +241,5 @@
 The scripts expect 'Example_Configs' to be the current working directory.
 
-22. Shell Script 'RinexQC.sh'
+23. Shell Script 'RinexQC.sh'
 Purpose: Equals configuration file example 'RinexQC.bnc', checks the quality of
 a RINEX Version 4 file by means of a multipath analysis. The platform offscreen
@@ -243,5 +247,5 @@
 All results are saved on disk.
 
-23. Shell Script 'RinexConcat.sh'
+24. Shell Script 'RinexConcat.sh'
 Purpose: Equals configuration file example 'RinexConcat.bnc', concatenates
 several RINEX Version 3 files to produce one compiled file and edit the marker
@@ -249,5 +253,5 @@
 offline.
 
-24. Shell Script 'RinexEph.sh'
+25. Shell Script 'RinexEph.sh'
 Purpose: Equals configuration file example 'RinexEph.bnc', converts a RTCM
 stream with navigation messages to RINEX Navigation files. The configuration
@@ -258,5 +262,5 @@
 Ephemeris resources.
 
-25. Shell Script 'ScanLate.sh'
+26. Shell Script 'ScanLate.sh'
 Purpose: Scan an observation stream for contained RTCM message types, print
 observation latencies. The output is saved in a logfile. Latencies are
@@ -264,5 +268,5 @@
 seconds.
 
-26. Shell Script 'RinexObs.sh'
+27. Shell Script 'RinexObs.sh'
 Purpose: Equals configuration file example 'RinexObs.bnc', converts RTCM
 streams to RINEX Observation files. The configuration pulls streams from two
@@ -280,5 +284,5 @@
 always overrule options contained in the configuration file.
 
-27. Shell Script 'CompareSp3.sh'
+28. Shell Script 'CompareSp3.sh'
 Purpose: Equals configuration file example 'CompareSp3.bnc', compares two SP3
 files to calculate RMS values for orbit and clock differences. However, instead
@@ -288,6 +292,2 @@
 in a logfile.
 
-Andrea Stuerze, BKG
-Frankfurt, September 2022
-igs-ip@bkg.bund.de
-
Index: trunk/BNC/Example_Configs/01_RinexObs.bnc
===================================================================
--- trunk/BNC/Example_Configs/01_RinexObs.bnc	(revision 10668)
+++ trunk/BNC/Example_Configs/01_RinexObs.bnc	(revision 10753)
@@ -128,4 +128,5 @@
 uploadIntr=1 day
 uploadMountpointsOut=
+uploadRawMountpointsOut=
 uploadSamplBiaSnx=5
 uploadSamplClkRnx=5
Index: trunk/BNC/Example_Configs/02_RinexEph.bnc
===================================================================
--- trunk/BNC/Example_Configs/02_RinexEph.bnc	(revision 10668)
+++ trunk/BNC/Example_Configs/02_RinexEph.bnc	(revision 10753)
@@ -128,6 +128,7 @@
 uploadIntr=1 day
 uploadMountpointsOut=
+uploadRawMountpointsOut=
 uploadSamplBiaSnx=5
-uploadSamplClkRnx5
+uploadSamplClkRnx=0
 uploadSamplRtcmEph=5
 uploadSamplRtcmEphCorr=5 sec
Index: trunk/BNC/Example_Configs/03_BrdcCorr.bnc
===================================================================
--- trunk/BNC/Example_Configs/03_BrdcCorr.bnc	(revision 10668)
+++ trunk/BNC/Example_Configs/03_BrdcCorr.bnc	(revision 10753)
@@ -128,9 +128,11 @@
 uploadIntr=1 day
 uploadMountpointsOut=
+uploadRawMountpointsOut=
 uploadSamplBiaSnx=5
-uploadSamplClkRnx5
+uploadSamplClkRnx=0
 uploadSamplRtcmEph=5
 uploadSamplRtcmEphCorr=5 sec
 uploadSamplSp3=30 sec
+
 [PPP]
 antexFile=
Index: trunk/BNC/Example_Configs/04_RinexConcat.bnc
===================================================================
--- trunk/BNC/Example_Configs/04_RinexConcat.bnc	(revision 10668)
+++ trunk/BNC/Example_Configs/04_RinexConcat.bnc	(revision 10753)
@@ -128,6 +128,7 @@
 uploadIntr=1 day
 uploadMountpointsOut=
+uploadRawMountpointsOut=
 uploadSamplBiaSnx=5
-uploadSamplClkRnx5
+uploadSamplClkRnx=0
 uploadSamplRtcmEph=5
 uploadSamplRtcmEphCorr=5 sec
Index: trunk/BNC/Example_Configs/05_RinexQC.bnc
===================================================================
--- trunk/BNC/Example_Configs/05_RinexQC.bnc	(revision 10668)
+++ trunk/BNC/Example_Configs/05_RinexQC.bnc	(revision 10753)
@@ -128,6 +128,7 @@
 uploadIntr=1 day
 uploadMountpointsOut=
+uploadRawMountpointsOut=
 uploadSamplBiaSnx=5
-uploadSamplClkRnx5
+uploadSamplClkRnx=0
 uploadSamplRtcmEph=5
 uploadSamplRtcmEphCorr=5 sec
Index: trunk/BNC/Example_Configs/06_RTK.bnc
===================================================================
--- trunk/BNC/Example_Configs/06_RTK.bnc	(revision 10668)
+++ trunk/BNC/Example_Configs/06_RTK.bnc	(revision 10753)
@@ -128,6 +128,7 @@
 uploadIntr=1 day
 uploadMountpointsOut=
+uploadRawMountpointsOut=
 uploadSamplBiaSnx=5
-uploadSamplClkRnx5
+uploadSamplClkRnx=0
 uploadSamplRtcmEph=5
 uploadSamplRtcmEphCorr=5 sec
Index: trunk/BNC/Example_Configs/07_FeedEngine.bnc
===================================================================
--- trunk/BNC/Example_Configs/07_FeedEngine.bnc	(revision 10668)
+++ trunk/BNC/Example_Configs/07_FeedEngine.bnc	(revision 10753)
@@ -128,6 +128,7 @@
 uploadIntr=1 day
 uploadMountpointsOut=
+uploadRawMountpointsOut=
 uploadSamplBiaSnx=5
-uploadSamplClkRnx5
+uploadSamplClkRnx=0
 uploadSamplRtcmEph=5
 uploadSamplRtcmEphCorr=5 sec
Index: trunk/BNC/Example_Configs/08_PPP.bnc
===================================================================
--- trunk/BNC/Example_Configs/08_PPP.bnc	(revision 10668)
+++ trunk/BNC/Example_Configs/08_PPP.bnc	(revision 10753)
@@ -128,6 +128,7 @@
 uploadIntr=1 day
 uploadMountpointsOut=
+uploadRawMountpointsOut=
 uploadSamplBiaSnx=5
-uploadSamplClkRnx5
+uploadSamplClkRnx=0
 uploadSamplRtcmEph=5
 uploadSamplRtcmEphCorr=5 sec
Index: trunk/BNC/Example_Configs/09_PPPNet.bnc
===================================================================
--- trunk/BNC/Example_Configs/09_PPPNet.bnc	(revision 10668)
+++ trunk/BNC/Example_Configs/09_PPPNet.bnc	(revision 10753)
@@ -128,6 +128,7 @@
 uploadIntr=1 day
 uploadMountpointsOut=
+uploadRawMountpointsOut=
 uploadSamplBiaSnx=5
-uploadSamplClkRnx5
+uploadSamplClkRnx=0
 uploadSamplRtcmEph=5
 uploadSamplRtcmEphCorr=5 sec
Index: trunk/BNC/Example_Configs/10_PPPQuickStart.bnc
===================================================================
--- trunk/BNC/Example_Configs/10_PPPQuickStart.bnc	(revision 10668)
+++ trunk/BNC/Example_Configs/10_PPPQuickStart.bnc	(revision 10753)
@@ -128,6 +128,7 @@
 uploadIntr=1 day
 uploadMountpointsOut=
+uploadRawMountpointsOut=
 uploadSamplBiaSnx=5
-uploadSamplClkRnx5
+uploadSamplClkRnx=0
 uploadSamplRtcmEph=5
 uploadSamplRtcmEphCorr=5 sec
Index: trunk/BNC/Example_Configs/11_PPPPostProc.bnc
===================================================================
--- trunk/BNC/Example_Configs/11_PPPPostProc.bnc	(revision 10668)
+++ trunk/BNC/Example_Configs/11_PPPPostProc.bnc	(revision 10753)
@@ -128,9 +128,11 @@
 uploadIntr=1 day
 uploadMountpointsOut=
+uploadRawMountpointsOut=
 uploadSamplBiaSnx=5
-uploadSamplClkRnx5
+uploadSamplClkRnx=0
 uploadSamplRtcmEph=5
 uploadSamplRtcmEphCorr=5 sec
 uploadSamplSp3=30 sec
+
 [PPP]
 antexFile=Input/igs20.atx
Index: trunk/BNC/Example_Configs/12_PPPOsm.bnc
===================================================================
--- trunk/BNC/Example_Configs/12_PPPOsm.bnc	(revision 10668)
+++ trunk/BNC/Example_Configs/12_PPPOsm.bnc	(revision 10753)
@@ -128,6 +128,7 @@
 uploadIntr=1 day
 uploadMountpointsOut=
+uploadRawMountpointsOut=
 uploadSamplBiaSnx=5
-uploadSamplClkRnx5
+uploadSamplClkRnx=0
 uploadSamplRtcmEph=5
 uploadSamplRtcmEphCorr=5 sec
Index: trunk/BNC/Example_Configs/13_PPPGalHAS.bnc
===================================================================
--- trunk/BNC/Example_Configs/13_PPPGalHAS.bnc	(revision 10668)
+++ trunk/BNC/Example_Configs/13_PPPGalHAS.bnc	(revision 10753)
@@ -128,6 +128,7 @@
 uploadIntr=1 day
 uploadMountpointsOut=
+uploadRawMountpointsOut=
 uploadSamplBiaSnx=5
-uploadSamplClkRnx5
+uploadSamplClkRnx=0
 uploadSamplRtcmEph=5
 uploadSamplRtcmEphCorr=5 sec
Index: trunk/BNC/Example_Configs/14_SaveSp3.bnc
===================================================================
--- trunk/BNC/Example_Configs/14_SaveSp3.bnc	(revision 10668)
+++ trunk/BNC/Example_Configs/14_SaveSp3.bnc	(revision 10753)
@@ -128,6 +128,7 @@
 uploadIntr=1 day
 uploadMountpointsOut=",,,2,,,IGS20,RTCM-SSR,2,Output/BKG0MGXRTS${V3PROD}.SP3,Output/BKG0MGXRTS${V3PROD}.CLK,,,,,0 byte(s),"
+uploadRawMountpointsOut=
 uploadSamplBiaSnx=5
-uploadSamplClkRnx5
+uploadSamplClkRnx=0
 uploadSamplRtcmEph=5
 uploadSamplRtcmEphCorr=5 sec
Index: trunk/BNC/Example_Configs/15_Sp3ETRFPPP.bnc
===================================================================
--- trunk/BNC/Example_Configs/15_Sp3ETRFPPP.bnc	(revision 10668)
+++ trunk/BNC/Example_Configs/15_Sp3ETRFPPP.bnc	(revision 10753)
@@ -128,6 +128,7 @@
 uploadIntr=1 day
 uploadMountpointsOut=",,,2,,,ETRF2000,IGS-SSR,2,Output/BKG0MGXRTS${V3PROD}.SP3,Output/BKG0MGXRTS${V3PROD}.CLK,,,,,0 byte(s),"
+uploadRawMountpointsOut=
 uploadSamplBiaSnx=5
-uploadSamplClkRnx5
+uploadSamplClkRnx=0
 uploadSamplRtcmEph=5
 uploadSamplRtcmEphCorr=5 sec
Index: trunk/BNC/Example_Configs/16_Upload.bnc
===================================================================
--- trunk/BNC/Example_Configs/16_Upload.bnc	(revision 10668)
+++ trunk/BNC/Example_Configs/16_Upload.bnc	(revision 10753)
@@ -128,6 +128,7 @@
 uploadIntr=1 day
 uploadMountpointsOut="products.igs-ip.net,2101,CLOCK,2,user,pass,IGS20,IGS-SSR,0,Output/BKG0MGXRTS${V3PROD}.SP3,Output/BKG0MGXRTS${V3PROD}.CLK,Output/BKG0MGXRTS${V3PROD}.BIA,,,,0 byte(s),"
+uploadRawMountpointsOut=
 uploadSamplBiaSnx=5
-uploadSamplClkRnx5
+uploadSamplClkRnx=0
 uploadSamplRtcmEph=5
 uploadSamplRtcmEphCorr=0 sec
Index: trunk/BNC/Example_Configs/17_Combi.bnc
===================================================================
--- trunk/BNC/Example_Configs/17_Combi.bnc	(revision 10668)
+++ trunk/BNC/Example_Configs/17_Combi.bnc	(revision 10753)
@@ -128,4 +128,5 @@
 uploadIntr=1 day
 uploadMountpointsOut="products.igs-ip.net,2101,SSRA02IGS1_T,2,,,IGS20,IGS-SSR,2,Output/BKG0MGXRTS${V3PROD}.SP3,Output/BKG0MGXRTS${V3PROD}.CLK,Output/BKG0MGXRTS${V3PROD}.BIA,,,,0 byte(s),"
+uploadRawMountpointsOut=
 uploadSamplBiaSnx=5
 uploadSamplClkRnx=5
Index: trunk/BNC/Example_Configs/18_CombiPPP.bnc
===================================================================
--- trunk/BNC/Example_Configs/18_CombiPPP.bnc	(revision 10668)
+++ trunk/BNC/Example_Configs/18_CombiPPP.bnc	(revision 10753)
@@ -128,6 +128,7 @@
 uploadIntr=1 day
 uploadMountpointsOut="products.igs-ip.net,2101,SSRA02IGS1_T,2,,,IGS20,IGS-SSR,2,Output/BKG0MGXRTS${V3PROD}.SP3,Output/BKG0MGXRTS${V3PROD}.CLK,Output/BKG0MGXRTS${V3PROD}.BIA,,,,0 byte(s),"
+uploadRawMountpointsOut=
 uploadSamplBiaSnx=5
-uploadSamplClkRnx5
+uploadSamplClkRnx=0
 uploadSamplRtcmEph=5
 uploadSamplRtcmEphCorr=0 sec
Index: trunk/BNC/Example_Configs/19_UploadEph.bnc
===================================================================
--- trunk/BNC/Example_Configs/19_UploadEph.bnc	(revision 10668)
+++ trunk/BNC/Example_Configs/19_UploadEph.bnc	(revision 10753)
@@ -128,6 +128,7 @@
 uploadIntr=1 day
 uploadMountpointsOut=
+uploadRawMountpointsOut=
 uploadSamplBiaSnx=5
-uploadSamplClkRnx5
+uploadSamplClkRnx=0
 uploadSamplRtcmEph=5
 uploadSamplRtcmEphCorr=5 sec
Index: trunk/BNC/Example_Configs/20_CompareSp3.bnc
===================================================================
--- trunk/BNC/Example_Configs/20_CompareSp3.bnc	(revision 10668)
+++ 	(revision )
@@ -1,180 +1,0 @@
-[General]
-adviseFail=15
-adviseObsRate=
-adviseReco=5
-adviseScript=
-autoStart=0
-casterUrlList=http://user:pass@euref-ip.net:2101, http://user:pass@igs-ip.net:2101, http://user:pass@products.igs-ip.net:2101
-cmbBds=2
-cmbBsxFile=
-cmbGal=2
-cmbGlo=2
-cmbGps=2
-cmbLogpath=
-cmbMaxdisplacement=
-cmbMaxres=
-cmbMethod=Kalman Filter
-cmbNavic=0
-cmbQzss=0
-cmbSampl=1 sec
-cmbSbas=0
-cmbStreams=
-corrIntr=1 day
-corrPath=
-corrPort=
-ephIntr=1 day
-ephOutPort=
-ephPath=
-ephVersion=3
-font=
-logFile=
-miscIntr=
-miscMount=
-miscPort=
-miscScanRTCM=0
-mountPoints=@Invalid()
-ntripVersion=2
-onTheFlyInterval=no
-outFile=
-outLockTime=0
-outPort=
-outSampl=1 sec
-outUPort=
-outWait=5
-proxyHost=
-proxyPort=
-rawOutFile=
-reqcAction=
-reqcComment=
-reqcEndDateTime=2099-01-01T00:00:00
-reqcLogSummaryOnly=0
-reqcNavFile=
-reqcNewAntennaName=
-reqcNewAntennaNumber=
-reqcNewAntennadE=
-reqcNewAntennadN=
-reqcNewAntennadU=
-reqcNewMarkerName=
-reqcNewReceiverName=
-reqcNewReceiverNumber=
-reqcObsFile=
-reqcOldAntennaName=
-reqcOldAntennaNumber=
-reqcOldAntennadE=
-reqcOldAntennadN=
-reqcOldAntennadU=
-reqcOldMarkerName=
-reqcOldReceiverName=
-reqcOldReceiverNumber=
-reqcOutLogFile=
-reqcOutNavFile=
-reqcOutObsFile=
-reqcPlotDir=
-reqcRnxVersion=
-reqcRunBy=
-reqcSampling=1 sec
-reqcSkyPlotSignals=G:1&2&5 R:1&2&3 E:1&7 C:2&6 J:1&2 I:5&9 S:1&5
-reqcStartDateTime=1967-11-02T00:00:00
-reqcUseObsTypes=
-reqcV2Priority=G:12&PWCSLX G:5&IQX R:12&PC R:3&IQX R:46&ABX E:16&BCXZ E:578&IQX J:1&SLXCZ J:26&SLX J:5&IQX C:267&IQX C:18&DPX I:ABCX S:1&C S:5&IQX
-rnxAppend=0
-rnxIntr=1 day
-rnxOnlyWithSKL=0
-rnxPath=
-rnxSampl=1 sec
-rnxScript=
-rnxSkel=skl
-rnxSkelPath=
-rnxV2Priority=G:12&PWCSLX G:5&IQX R:12&PC R:3&IQX R:46&ABX E:16&BCXZ E:578&IQX J:1&SLXCZ J:26&SLX J:5&IQX C:267&IQX C:18&DPX I:ABCX S:1&C S:5&IQX
-rnxVersion=3
-serialAutoNMEA=Auto
-serialBaudRate=9600
-serialDataBits=8
-serialFileNMEA=
-serialFlowControl=OFF
-serialHeightNMEA=
-serialManualNMEASampling=10
-serialMountPoint=
-serialNMEASampling=0
-serialParity=NONE
-serialPortName=
-serialStopBits=1
-sp3CompExclude="G05,R18"
-sp3CompFile="Input/CNE1MGXRTS_20222410000_01D_05S_ORB.SP3,Input/BKG1MGXRTS_20222410000_01D_05S_ORB.SP3"
-sp3CompOutLogFile=Output/Sp3Comparison.log
-sp3CompSummaryOnly=0
-sslCaCertPath=
-sslClientCertPath=
-sslIgnoreErrors=0
-startTab=5
-statusTab=0
-trafo_dx=
-trafo_dxr=
-trafo_dy=
-trafo_dyr=
-trafo_dz=
-trafo_dzr=
-trafo_ox=
-trafo_oxr=
-trafo_oy=
-trafo_oyr=
-trafo_oz=
-trafo_ozr=
-trafo_sc=
-trafo_scr=
-trafo_t0=
-uploadAntexFile=
-uploadEphMountpointsOut=
-uploadIntr=1 day
-uploadMountpointsOut=
-uploadSamplBiaSnx=5
-uploadSamplClkRnx5
-uploadSamplRtcmEph=5
-uploadSamplRtcmEphCorr=5 sec
-uploadSamplSp3=30 sec
-
-[PPP]
-antexFile=
-audioResponse=
-blqFile=
-constraints=no
-corrFile=
-corrMount=
-corrWaitTime=0
-crdFile=
-dataSource=
-eleWgtCode=0
-eleWgtPhase=0
-ionoFile=
-ionoMount=
-lcBDS=Pi&Li
-lcGLONASS=Pi&Li
-lcGPS=Pi&Li
-lcGalileo=Pi&Li
-logPath=
-mapSpeedSlider=100
-mapWinDotColor=red
-mapWinDotSize=
-maxResC1=3.0
-maxResGIM=3.0
-maxResL1=0.03
-minEle=0
-minObs=4
-modelObs=Uncombined PPP
-nmeaPath=
-plotCoordinates=
-pseudoObs=no
-rinexNav=
-rinexObs=
-seedingTime=0
-sigmaC1=2.0
-sigmaGIM=5.0
-sigmaL1=0.02
-snxtroAc=
-snxtroCampId=
-snxtroIntr=1 hour
-snxtroPath=
-snxtroSampl=1 sec
-snxtroSolId=
-snxtroSolType=
-staTable=",,,,,,,,,,,"
Index: trunk/BNC/Example_Configs/20_UploadRaw.bnc
===================================================================
--- trunk/BNC/Example_Configs/20_UploadRaw.bnc	(revision 10753)
+++ trunk/BNC/Example_Configs/20_UploadRaw.bnc	(revision 10753)
@@ -0,0 +1,181 @@
+[General]
+adviseFail=15
+adviseObsRate=
+adviseReco=5
+adviseScript=
+autoStart=0
+casterUrlList=http://Example:Configs@products.igs-ip.net:2101, http://Example:Configs@euref-ip.net:2101
+cmbBds=2
+cmbBsxFile=
+cmbGal=2
+cmbGlo=2
+cmbGps=2
+cmbLogpath=
+cmbMaxdisplacement=
+cmbMaxres=
+cmbMethod=Kalman Filter
+cmbNavic=0
+cmbQzss=0
+cmbSampl=1 sec
+cmbSbas=0
+cmbStreams=
+corrIntr=1 day
+corrPath=
+corrPort=
+ephIntr=1 day
+ephOutPort=
+ephPath=
+ephVersion=3
+font=
+logFile=Output/UploadEph.log
+miscIntr=
+miscMount=
+miscPort=
+miscScanRTCM=0
+mountPoints=//Example:Configs@products.igs-ip.net:2101/BCEP00BKG0 RTCM_3.3 DEU 50.09 8.66 no 2
+ntripVersion=2
+onTheFlyInterval=no
+outFile=
+outLockTime=0
+outPort=
+outSampl=1 sec
+outUPort=
+outWait=5
+proxyHost=
+proxyPort=
+rawOutFile=
+reqcAction=
+reqcComment=
+reqcEndDateTime=2099-01-01T00:00:00
+reqcLogSummaryOnly=0
+reqcNavFile=
+reqcNewAntennaName=
+reqcNewAntennaNumber=
+reqcNewAntennadE=
+reqcNewAntennadN=
+reqcNewAntennadU=
+reqcNewMarkerName=
+reqcNewReceiverName=
+reqcNewReceiverNumber=
+reqcObsFile=
+reqcOldAntennaName=
+reqcOldAntennaNumber=
+reqcOldAntennadE=
+reqcOldAntennadN=
+reqcOldAntennadU=
+reqcOldMarkerName=
+reqcOldReceiverName=
+reqcOldReceiverNumber=
+reqcOutLogFile=
+reqcOutNavFile=
+reqcOutObsFile=
+reqcPlotDir=
+reqcRnxVersion=
+reqcRunBy=
+reqcSampling=1 sec
+reqcSkyPlotSignals=G:1&2&5 R:1&2&3 E:1&7 C:2&6 J:1&2 I:5&9 S:1&5
+reqcStartDateTime=1967-11-02T00:00:00
+reqcUseObsTypes=
+reqcV2Priority=G:12&PWCSLX G:5&IQX R:12&PC R:3&IQX R:46&ABX E:16&BCXZ E:578&IQX J:1&SLXCZ J:26&SLX J:5&IQX C:267&IQX C:18&DPX I:ABCX S:1&C S:5&IQX
+rnxAppend=0
+rnxIntr=1 day
+rnxOnlyWithSKL=0
+rnxPath=
+rnxSampl=1 sec
+rnxScript=
+rnxSkel=skl
+rnxSkelPath=
+rnxV2Priority=G:12&PWCSLX G:5&IQX R:12&PC R:3&IQX R:46&ABX E:16&BCXZ E:578&IQX J:1&SLXCZ J:26&SLX J:5&IQX C:267&IQX C:18&DPX I:ABCX S:1&C S:5&IQX
+rnxVersion=3
+serialAutoNMEA=Auto
+serialBaudRate=9600
+serialDataBits=8
+serialFileNMEA=
+serialFlowControl=OFF
+serialHeightNMEA=
+serialManualNMEASampling=10
+serialMountPoint=
+serialNMEASampling=0
+serialParity=NONE
+serialPortName=
+serialStopBits=1
+sp3CompExclude=
+sp3CompFile=
+sp3CompOutLogFile=
+sp3CompSummaryOnly=0
+sslCaCertPath=
+sslClientCertPath=
+sslIgnoreErrors=0
+startTab=18
+statusTab=0
+trafo_dx=
+trafo_dxr=
+trafo_dy=
+trafo_dyr=
+trafo_dz=
+trafo_dzr=
+trafo_ox=
+trafo_oxr=
+trafo_oy=
+trafo_oyr=
+trafo_oz=
+trafo_ozr=
+trafo_sc=
+trafo_scr=
+trafo_t0=
+uploadAntexFile=
+uploadEphMountpointsOut=
+uploadIntr=1 day
+uploadMountpointsOut=
+uploadRawMountpointsOut="BCEP00BKG0,igs-ip.net,2101,BCEP00BKG0,2,usr,pass,0 byte(s),"
+uploadSamplBiaSnx=5
+uploadSamplClkRnx=0
+uploadSamplRtcmEph=5
+uploadSamplRtcmEphCorr=5 sec
+uploadSamplSp3=30 sec
+
+[PPP]
+antexFile=
+audioResponse=
+blqFile=
+constraints=no
+corrFile=
+corrMount=
+corrWaitTime=0
+crdFile=
+dataSource=
+eleWgtCode=0
+eleWgtPhase=0
+ionoFile=
+ionoMount=
+lcBDS=Pi&Li
+lcGLONASS=Pi&Li
+lcGPS=Pi&Li
+lcGalileo=Pi&Li
+logPath=
+mapSpeedSlider=100
+mapWinDotColor=red
+mapWinDotSize=
+maxResC1=3.0
+maxResGIM=3.0
+maxResL1=0.03
+minEle=0
+minObs=4
+modelObs=Uncombined PPP
+nmeaPath=
+plotCoordinates=
+pseudoObs=no
+rinexNav=
+rinexObs=
+seedingTime=0
+sigmaC1=2.0
+sigmaGIM=2.0
+sigmaL1=0.02
+snxtroAc=
+snxtroCampId=
+snxtroIntr=1 hour
+snxtroPath=
+snxtroSampl=1 sec
+snxtroSolId=
+snxtroSolType=
+staTable=",,,,,,,,,,,"
Index: trunk/BNC/Example_Configs/21_CompareSp3.bnc
===================================================================
--- trunk/BNC/Example_Configs/21_CompareSp3.bnc	(revision 10753)
+++ trunk/BNC/Example_Configs/21_CompareSp3.bnc	(revision 10753)
@@ -0,0 +1,181 @@
+[General]
+adviseFail=15
+adviseObsRate=
+adviseReco=5
+adviseScript=
+autoStart=0
+casterUrlList=http://user:pass@euref-ip.net:2101, http://user:pass@igs-ip.net:2101, http://user:pass@products.igs-ip.net:2101
+cmbBds=2
+cmbBsxFile=
+cmbGal=2
+cmbGlo=2
+cmbGps=2
+cmbLogpath=
+cmbMaxdisplacement=
+cmbMaxres=
+cmbMethod=Kalman Filter
+cmbNavic=0
+cmbQzss=0
+cmbSampl=1 sec
+cmbSbas=0
+cmbStreams=
+corrIntr=1 day
+corrPath=
+corrPort=
+ephIntr=1 day
+ephOutPort=
+ephPath=
+ephVersion=3
+font=
+logFile=
+miscIntr=
+miscMount=
+miscPort=
+miscScanRTCM=0
+mountPoints=@Invalid()
+ntripVersion=2
+onTheFlyInterval=no
+outFile=
+outLockTime=0
+outPort=
+outSampl=1 sec
+outUPort=
+outWait=5
+proxyHost=
+proxyPort=
+rawOutFile=
+reqcAction=
+reqcComment=
+reqcEndDateTime=2099-01-01T00:00:00
+reqcLogSummaryOnly=0
+reqcNavFile=
+reqcNewAntennaName=
+reqcNewAntennaNumber=
+reqcNewAntennadE=
+reqcNewAntennadN=
+reqcNewAntennadU=
+reqcNewMarkerName=
+reqcNewReceiverName=
+reqcNewReceiverNumber=
+reqcObsFile=
+reqcOldAntennaName=
+reqcOldAntennaNumber=
+reqcOldAntennadE=
+reqcOldAntennadN=
+reqcOldAntennadU=
+reqcOldMarkerName=
+reqcOldReceiverName=
+reqcOldReceiverNumber=
+reqcOutLogFile=
+reqcOutNavFile=
+reqcOutObsFile=
+reqcPlotDir=
+reqcRnxVersion=
+reqcRunBy=
+reqcSampling=1 sec
+reqcSkyPlotSignals=G:1&2&5 R:1&2&3 E:1&7 C:2&6 J:1&2 I:5&9 S:1&5
+reqcStartDateTime=1967-11-02T00:00:00
+reqcUseObsTypes=
+reqcV2Priority=G:12&PWCSLX G:5&IQX R:12&PC R:3&IQX R:46&ABX E:16&BCXZ E:578&IQX J:1&SLXCZ J:26&SLX J:5&IQX C:267&IQX C:18&DPX I:ABCX S:1&C S:5&IQX
+rnxAppend=0
+rnxIntr=1 day
+rnxOnlyWithSKL=0
+rnxPath=
+rnxSampl=1 sec
+rnxScript=
+rnxSkel=skl
+rnxSkelPath=
+rnxV2Priority=G:12&PWCSLX G:5&IQX R:12&PC R:3&IQX R:46&ABX E:16&BCXZ E:578&IQX J:1&SLXCZ J:26&SLX J:5&IQX C:267&IQX C:18&DPX I:ABCX S:1&C S:5&IQX
+rnxVersion=3
+serialAutoNMEA=Auto
+serialBaudRate=9600
+serialDataBits=8
+serialFileNMEA=
+serialFlowControl=OFF
+serialHeightNMEA=
+serialManualNMEASampling=10
+serialMountPoint=
+serialNMEASampling=0
+serialParity=NONE
+serialPortName=
+serialStopBits=1
+sp3CompExclude="G05,R18"
+sp3CompFile="Input/CNE1MGXRTS_20222410000_01D_05S_ORB.SP3,Input/BKG1MGXRTS_20222410000_01D_05S_ORB.SP3"
+sp3CompOutLogFile=Output/Sp3Comparison.log
+sp3CompSummaryOnly=0
+sslCaCertPath=
+sslClientCertPath=
+sslIgnoreErrors=0
+startTab=5
+statusTab=0
+trafo_dx=
+trafo_dxr=
+trafo_dy=
+trafo_dyr=
+trafo_dz=
+trafo_dzr=
+trafo_ox=
+trafo_oxr=
+trafo_oy=
+trafo_oyr=
+trafo_oz=
+trafo_ozr=
+trafo_sc=
+trafo_scr=
+trafo_t0=
+uploadAntexFile=
+uploadEphMountpointsOut=
+uploadIntr=1 day
+uploadMountpointsOut=
+uploadRawMountpointsOut=
+uploadSamplBiaSnx=5
+uploadSamplClkRnx=0
+uploadSamplRtcmEph=5
+uploadSamplRtcmEphCorr=5 sec
+uploadSamplSp3=30 sec
+
+[PPP]
+antexFile=
+audioResponse=
+blqFile=
+constraints=no
+corrFile=
+corrMount=
+corrWaitTime=0
+crdFile=
+dataSource=
+eleWgtCode=0
+eleWgtPhase=0
+ionoFile=
+ionoMount=
+lcBDS=Pi&Li
+lcGLONASS=Pi&Li
+lcGPS=Pi&Li
+lcGalileo=Pi&Li
+logPath=
+mapSpeedSlider=100
+mapWinDotColor=red
+mapWinDotSize=
+maxResC1=3.0
+maxResGIM=3.0
+maxResL1=0.03
+minEle=0
+minObs=4
+modelObs=Uncombined PPP
+nmeaPath=
+plotCoordinates=
+pseudoObs=no
+rinexNav=
+rinexObs=
+seedingTime=0
+sigmaC1=2.0
+sigmaGIM=5.0
+sigmaL1=0.02
+snxtroAc=
+snxtroCampId=
+snxtroIntr=1 hour
+snxtroPath=
+snxtroSampl=1 sec
+snxtroSolId=
+snxtroSolType=
+staTable=",,,,,,,,,,,"
Index: trunk/BNC/Example_Configs/21_Empty.bnc
===================================================================
--- trunk/BNC/Example_Configs/21_Empty.bnc	(revision 10668)
+++ 	(revision )
@@ -1,177 +1,0 @@
-[General]
-adviseFail=15
-adviseObsRate=
-adviseReco=5
-adviseScript=
-autoStart=0
-casterUrlList=http://user:pass@euref-ip.net:2101, http://user:pass@igs-ip.net:2101, http://user:pass@products.igs-ip.net:2101, http://user:pass@mgex.igs-ip.net:2101
-cmbBds=2
-cmbBsxFile=
-cmbGal=2
-cmbGlo=2
-cmbGps=2
-cmbLogpath=
-cmbMaxdisplacement=
-cmbMaxres=
-cmbMethod=Kalman Filter
-cmbNavic=0
-cmbQzss=0
-cmbSampl=10 sec
-cmbSbas=0
-cmbStreams=
-corrIntr=1 day
-corrPath=
-corrPort=
-ephIntr=1 day
-ephOutPort=
-ephPath=
-ephVersion=3
-font=
-logFile=
-miscIntr=
-miscMount=
-miscPort=
-miscScanRTCM=0
-mountPoints=@Invalid()
-ntripVersion=2
-onTheFlyInterval=no
-outFile=
-outLockTime=0
-outPort=
-outSampl=1 sec
-outUPort=
-outWait=5
-proxyHost=
-proxyPort=
-rawOutFile=
-reqcAction=
-reqcComment=
-reqcEndDateTime=2099-01-01T00:00:00
-reqcLogSummaryOnly=0
-reqcNavFile=
-reqcNewAntennaName=
-reqcNewAntennaNumber=
-reqcNewAntennadE=
-reqcNewAntennadN=
-reqcNewAntennadU=
-reqcNewMarkerName=
-reqcNewReceiverName=
-reqcNewReceiverNumber=
-reqcObsFile=
-reqcOldAntennaName=
-reqcOldAntennaNumber=
-reqcOldAntennadE=
-reqcOldAntennadN=
-reqcOldAntennadU=
-reqcOldMarkerName=
-reqcOldReceiverName=
-reqcOldReceiverNumber=
-reqcOutLogFile=
-reqcOutNavFile=
-reqcOutObsFile=
-reqcPlotDir=
-reqcRnxVersion=
-reqcRunBy=
-reqcSampling=1 sec
-reqcSkyPlotSignals=G:1&2&5 R:1&2&3 E:1&7 C:2&6 J:1&2 I:5&9 S:1&5
-reqcStartDateTime=1967-11-02T00:00:00
-reqcUseObsTypes=
-reqcV2Priority=G:12&PWCSLX G:5&IQX R:12&PC R:3&IQX R:46&ABX E:16&BCXZ E:578&IQX J:1&SLXCZ J:26&SLX J:5&IQX C:267&IQX C:18&DPX I:ABCX S:1&C S:5&IQX
-rnxAppend=0
-rnxIntr=1 day
-rnxOnlyWithSKL=0
-rnxPath=
-rnxSampl=1 sec
-rnxScript=
-rnxSkel=skl
-rnxSkelPath=
-rnxV2Priority=G:12&PWCSLX G:5&IQX R:12&PC R:3&IQX R:46&ABX E:16&BCXZ E:578&IQX J:1&SLXCZ J:26&SLX J:5&IQX C:267&IQX C:18&DPX I:ABCX S:1&C S:5&IQX
-rnxVersion=3
-serialAutoNMEA=Auto
-serialBaudRate=9600
-serialDataBits=8
-serialFileNMEA=
-serialFlowControl=OFF
-serialHeightNMEA=
-serialMountPoint=
-serialNMEASampling=10
-serialParity=NONE
-serialPortName=
-serialStopBits=1
-sp3CompExclude=
-sp3CompFile=
-sp3CompOutLogFile=
-sp3CompSummaryOnly=0
-sslCaCertPath=
-sslClientCertPath=
-sslIgnoreErrors=0
-startTab=0
-statusTab=0
-trafo_dx=
-trafo_dxr=
-trafo_dy=
-trafo_dyr=
-trafo_dz=
-trafo_dzr=
-trafo_ox=
-trafo_oxr=
-trafo_oy=
-trafo_oyr=
-trafo_oz=
-trafo_ozr=
-trafo_sc=
-trafo_scr=
-trafo_t0=
-uploadAntexFile=
-uploadEphMountpointsOut=
-uploadIntr=1 day
-uploadMountpointsOut=
-uploadSamplBiaSnx=5
-uploadSamplClkRnx=5
-uploadSamplRtcmEph=5
-uploadSamplRtcmEphCorr=5 sec
-uploadSamplSp3=30 sec
-
-[PPP]
-antexFile=
-audioResponse=
-blqFile=
-constraints=no
-corrFile=
-corrMount=
-corrWaitTime=0
-crdFile=
-dataSource=
-eleWgtCode=0
-eleWgtPhase=0
-ionoFile=
-ionoMount=
-lcBDS=Pi&Li
-lcGLONASS=Pi&Li
-lcGPS=Pi&Li
-lcGalileo=Pi&Li
-logPath=
-mapSpeedSlider=100
-mapWinDotColor=red
-mapWinDotSize=
-maxResC1=3.0
-maxResGIM=3.0
-maxResL1=0.03
-minEle=0
-minObs=4
-nmeaPath=
-plotCoordinates=
-rinexNav=
-rinexObs=
-seedingTime=0
-sigmaC1=1.0
-sigmaGIM=1.0
-sigmaL1=0.01
-snxtroAc=
-snxtroCampId=
-snxtroIntr=1 hour
-snxtroPath=
-snxtroSampl=1 sec
-snxtroSolId=
-snxtroSolType=
-staTable=@Invalid()
Index: trunk/BNC/Example_Configs/22_Empty.bnc
===================================================================
--- trunk/BNC/Example_Configs/22_Empty.bnc	(revision 10753)
+++ trunk/BNC/Example_Configs/22_Empty.bnc	(revision 10753)
@@ -0,0 +1,178 @@
+[General]
+adviseFail=15
+adviseObsRate=
+adviseReco=5
+adviseScript=
+autoStart=0
+casterUrlList=http://user:pass@euref-ip.net:443, http://user:pass@igs-ip.net:443, http://user:pass@products.igs-ip.net:443, http://user:pass@mgex.igs-ip.net:443
+cmbBds=2
+cmbBsxFile=
+cmbGal=2
+cmbGlo=2
+cmbGps=2
+cmbLogpath=
+cmbMaxdisplacement=
+cmbMaxres=
+cmbMethod=Kalman Filter
+cmbNavic=0
+cmbQzss=0
+cmbSampl=10 sec
+cmbSbas=0
+cmbStreams=
+corrIntr=1 day
+corrPath=
+corrPort=
+ephIntr=1 day
+ephOutPort=
+ephPath=
+ephVersion=3
+font=
+logFile=
+miscIntr=
+miscMount=
+miscPort=
+miscScanRTCM=0
+mountPoints=@Invalid()
+ntripVersion=2s
+onTheFlyInterval=no
+outFile=
+outLockTime=0
+outPort=
+outSampl=1 sec
+outUPort=
+outWait=5
+proxyHost=
+proxyPort=
+rawOutFile=
+reqcAction=
+reqcComment=
+reqcEndDateTime=2099-01-01T00:00:00
+reqcLogSummaryOnly=0
+reqcNavFile=
+reqcNewAntennaName=
+reqcNewAntennaNumber=
+reqcNewAntennadE=
+reqcNewAntennadN=
+reqcNewAntennadU=
+reqcNewMarkerName=
+reqcNewReceiverName=
+reqcNewReceiverNumber=
+reqcObsFile=
+reqcOldAntennaName=
+reqcOldAntennaNumber=
+reqcOldAntennadE=
+reqcOldAntennadN=
+reqcOldAntennadU=
+reqcOldMarkerName=
+reqcOldReceiverName=
+reqcOldReceiverNumber=
+reqcOutLogFile=
+reqcOutNavFile=
+reqcOutObsFile=
+reqcPlotDir=
+reqcRnxVersion=
+reqcRunBy=
+reqcSampling=1 sec
+reqcSkyPlotSignals=G:1&2&5 R:1&2&3 E:1&7 C:2&6 J:1&2 I:5&9 S:1&5
+reqcStartDateTime=1967-11-02T00:00:00
+reqcUseObsTypes=
+reqcV2Priority=G:12&PWCSLX G:5&IQX R:12&PC R:3&IQX R:46&ABX E:16&BCXZ E:578&IQX J:1&SLXCZ J:26&SLX J:5&IQX C:267&IQX C:18&DPX I:ABCX S:1&C S:5&IQX
+rnxAppend=0
+rnxIntr=1 day
+rnxOnlyWithSKL=0
+rnxPath=
+rnxSampl=1 sec
+rnxScript=
+rnxSkel=skl
+rnxSkelPath=
+rnxV2Priority=G:12&PWCSLX G:5&IQX R:12&PC R:3&IQX R:46&ABX E:16&BCXZ E:578&IQX J:1&SLXCZ J:26&SLX J:5&IQX C:267&IQX C:18&DPX I:ABCX S:1&C S:5&IQX
+rnxVersion=3
+serialAutoNMEA=Auto
+serialBaudRate=9600
+serialDataBits=8
+serialFileNMEA=
+serialFlowControl=OFF
+serialHeightNMEA=
+serialMountPoint=
+serialNMEASampling=10
+serialParity=NONE
+serialPortName=
+serialStopBits=1
+sp3CompExclude=
+sp3CompFile=
+sp3CompOutLogFile=
+sp3CompSummaryOnly=0
+sslCaCertPath=
+sslClientCertPath=
+sslIgnoreErrors=0
+startTab=0
+statusTab=0
+trafo_dx=
+trafo_dxr=
+trafo_dy=
+trafo_dyr=
+trafo_dz=
+trafo_dzr=
+trafo_ox=
+trafo_oxr=
+trafo_oy=
+trafo_oyr=
+trafo_oz=
+trafo_ozr=
+trafo_sc=
+trafo_scr=
+trafo_t0=
+uploadAntexFile=
+uploadEphMountpointsOut=
+uploadIntr=1 day
+uploadMountpointsOut=
+uploadRawMountpointsOut=
+uploadSamplBiaSnx=5
+uploadSamplClkRnx=5
+uploadSamplRtcmEph=5
+uploadSamplRtcmEphCorr=5 sec
+uploadSamplSp3=30 sec
+
+[PPP]
+antexFile=
+audioResponse=
+blqFile=
+constraints=no
+corrFile=
+corrMount=
+corrWaitTime=0
+crdFile=
+dataSource=
+eleWgtCode=0
+eleWgtPhase=0
+ionoFile=
+ionoMount=
+lcBDS=Pi&Li
+lcGLONASS=Pi&Li
+lcGPS=Pi&Li
+lcGalileo=Pi&Li
+logPath=
+mapSpeedSlider=100
+mapWinDotColor=red
+mapWinDotSize=
+maxResC1=3.0
+maxResGIM=3.0
+maxResL1=0.03
+minEle=0
+minObs=4
+nmeaPath=
+plotCoordinates=
+rinexNav=
+rinexObs=
+seedingTime=0
+sigmaC1=1.0
+sigmaGIM=1.0
+sigmaL1=0.01
+snxtroAc=
+snxtroCampId=
+snxtroIntr=1 hour
+snxtroPath=
+snxtroSampl=1 sec
+snxtroSolId=
+snxtroSolType=
+staTable=@Invalid()
Index: trunk/BNC/Example_Configs/22_RinexQC.sh
===================================================================
--- trunk/BNC/Example_Configs/22_RinexQC.sh	(revision 10668)
+++ 	(revision )
@@ -1,11 +1,0 @@
-#!/bin/bash
-
-../bnc -nw -conf /dev/null -display :1 --platform offscreen\
-       -key reqcAction Analyze \
-       -key reqcObsFile Input/BRUX00BEL_R_20250750000_01D_30S_MO.rnx \
-       -key reqcNavFile Input/BRUX00BEL_R_20250750000_01D_MN.rnx \
-       -key reqcSkyPlotSignals "G:1&2&5 R:1&2&3 E:1&5&6&7&8 C:1&2&5&6&7" \
-       -key reqcOutLogFile Output/RinexQc.log \
-       -key reqcPlotDir Output 2>/dev/null
-
-
Index: trunk/BNC/Example_Configs/23_RinexConcat.sh
===================================================================
--- trunk/BNC/Example_Configs/23_RinexConcat.sh	(revision 10668)
+++ 	(revision )
@@ -1,13 +1,0 @@
-#!/bin/bash
-
-../bnc -nw -conf /dev/null \
-       -key reqcAction Edit/Concatenate \
-       -key reqcObsFile Input/BRUX00BEL_S_2021125\*_15M_01S_MO.rnx \
-       -key reqcRnxVersion 3 \
-       -key reqcSampling 30 \
-       -key reqcStartDateTime 1967-11-02T00:00:00 \
-       -key reqcEndDateTime 2099-01-01T00:00:00 \
-       -key reqcNewMarkerName BRUX_MARKER \
-       -key reqcOutLogFile Output/RinexConcat.log \
-       -key reqcOutObsFile Output/BRUX00BEL_S_20211251100_01H_01S_MO.rnx
-
Index: trunk/BNC/Example_Configs/23_RinexQC.sh
===================================================================
--- trunk/BNC/Example_Configs/23_RinexQC.sh	(revision 10753)
+++ trunk/BNC/Example_Configs/23_RinexQC.sh	(revision 10753)
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+../bnc -nw -conf /dev/null -display :1 --platform offscreen\
+       -key reqcAction Analyze \
+       -key reqcObsFile Input/BRUX00BEL_R_20250750000_01D_30S_MO.rnx \
+       -key reqcNavFile Input/BRUX00BEL_R_20250750000_01D_MN.rnx \
+       -key reqcSkyPlotSignals "G:1&2&5 R:1&2&3 E:1&5&6&7&8 C:1&2&5&6&7" \
+       -key reqcOutLogFile Output/RinexQc.log \
+       -key reqcPlotDir Output 2>/dev/null
+
+
Index: trunk/BNC/Example_Configs/24_RinexConcat.sh
===================================================================
--- trunk/BNC/Example_Configs/24_RinexConcat.sh	(revision 10753)
+++ trunk/BNC/Example_Configs/24_RinexConcat.sh	(revision 10753)
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+../bnc -nw -conf /dev/null \
+       -key reqcAction Edit/Concatenate \
+       -key reqcObsFile Input/BRUX00BEL_S_2021125\*_15M_01S_MO.rnx \
+       -key reqcRnxVersion 3 \
+       -key reqcSampling 30 \
+       -key reqcStartDateTime 1967-11-02T00:00:00 \
+       -key reqcEndDateTime 2099-01-01T00:00:00 \
+       -key reqcNewMarkerName BRUX_MARKER \
+       -key reqcOutLogFile Output/RinexConcat.log \
+       -key reqcOutObsFile Output/BRUX00BEL_S_20211251100_01H_01S_MO.rnx
+
Index: trunk/BNC/Example_Configs/24_RinexEph.sh
===================================================================
--- trunk/BNC/Example_Configs/24_RinexEph.sh	(revision 10668)
+++ 	(revision )
@@ -1,13 +1,0 @@
-#!/bin/bash
-
-../bnc -nw -conf /dev/null \
-       -key mountPoints "//Example:Configs@products.igs-ip.net:2101/BCEP00BKG0 RTCM_3.3 DEU 50.09 8.66 no 2"\
-       -key ephPath Output \
-       -key logFile Output/RinexEph.log \
-       -key ephIntr "1 hour" \
-       -key ephVersion 4 &
-
-psID=`echo $!`
-sleep 10
-kill $psID
-
Index: trunk/BNC/Example_Configs/25_RinexEph.sh
===================================================================
--- trunk/BNC/Example_Configs/25_RinexEph.sh	(revision 10753)
+++ trunk/BNC/Example_Configs/25_RinexEph.sh	(revision 10753)
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+../bnc -nw -conf /dev/null \
+       -key mountPoints "//Example:Configs@products.igs-ip.net:2101/BCEP00BKG0 RTCM_3.3 DEU 50.09 8.66 no 2"\
+       -key ephPath Output \
+       -key logFile Output/RinexEph.log \
+       -key ephIntr "1 hour" \
+       -key ephVersion 4 &
+
+psID=`echo $!`
+sleep 10
+kill $psID
+
Index: trunk/BNC/Example_Configs/25_ScanLate.sh
===================================================================
--- trunk/BNC/Example_Configs/25_ScanLate.sh	(revision 10668)
+++ 	(revision )
@@ -1,13 +1,0 @@
-#!/bin/bash
-
-../bnc -nw -conf /dev/null \
-       -key mountPoints "//Example:Configs@euref-ip.net:2101/KIR000SWE0 RTCM_3.3 SWE 67.88 21.06 no 2" \
-       -key miscMount KIR000SWE0 \
-       -key miscScanRTCM 2 \
-       -key miscIntr "2 sec" \
-       -key logFile Output/SCAN.log &
-
-psID=`echo $!`
-sleep 20
-kill $psID
-
Index: trunk/BNC/Example_Configs/26_RinexObs.sh
===================================================================
--- trunk/BNC/Example_Configs/26_RinexObs.sh	(revision 10668)
+++ 	(revision )
@@ -1,15 +1,0 @@
-#!/bin/bash
-
-../bnc -nw -conf /dev/null \
-       -key mountPoints "//Example:Configs@euref-ip.net:2101/KIR000SWE0 RTCM_3.3 SWE 67.88 21.06 no 2;//Example:Configs@euref-ip.net:2101/FFMJ00DEU0 RTCM_3.3 DEU 50.09 8.66 no 2" \
-       -key logFile Output/RinexObs.log \
-       -key rnxPath Output \
-       -key rnxIntr "15 min" \
-       -key rnxSkel SKL \
-       -key rnxSampl "1 sec"\
-       -key rnxVersion 4 &
-
-psID=`echo $!`
-sleep 10
-kill $psID
-
Index: trunk/BNC/Example_Configs/26_ScanLate.sh
===================================================================
--- trunk/BNC/Example_Configs/26_ScanLate.sh	(revision 10753)
+++ trunk/BNC/Example_Configs/26_ScanLate.sh	(revision 10753)
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+../bnc -nw -conf /dev/null \
+       -key mountPoints "//Example:Configs@euref-ip.net:2101/KIR000SWE0 RTCM_3.3 SWE 67.88 21.06 no 2" \
+       -key miscMount KIR000SWE0 \
+       -key miscScanRTCM 2 \
+       -key miscIntr "2 sec" \
+       -key logFile Output/SCAN.log &
+
+psID=`echo $!`
+sleep 20
+kill $psID
+
Index: trunk/BNC/Example_Configs/27_CompareSp3.sh
===================================================================
--- trunk/BNC/Example_Configs/27_CompareSp3.sh	(revision 10668)
+++ 	(revision )
@@ -1,4 +1,0 @@
-#!/bin/bash
-
-../bnc -nw -conf 20_CompareSp3.bnc -key sp3CompExclude G06,R 
-
Index: trunk/BNC/Example_Configs/27_RinexObs.sh
===================================================================
--- trunk/BNC/Example_Configs/27_RinexObs.sh	(revision 10753)
+++ trunk/BNC/Example_Configs/27_RinexObs.sh	(revision 10753)
@@ -0,0 +1,15 @@
+#!/bin/bash
+
+../bnc -nw -conf /dev/null \
+       -key mountPoints "//Example:Configs@euref-ip.net:2101/KIR000SWE0 RTCM_3.3 SWE 67.88 21.06 no 2;//Example:Configs@euref-ip.net:2101/FFMJ00DEU0 RTCM_3.3 DEU 50.09 8.66 no 2" \
+       -key logFile Output/RinexObs.log \
+       -key rnxPath Output \
+       -key rnxIntr "15 min" \
+       -key rnxSkel SKL \
+       -key rnxSampl "1 sec"\
+       -key rnxVersion 4 &
+
+psID=`echo $!`
+sleep 10
+kill $psID
+
Index: trunk/BNC/Example_Configs/28_CompareSp3.sh
===================================================================
--- trunk/BNC/Example_Configs/28_CompareSp3.sh	(revision 10753)
+++ trunk/BNC/Example_Configs/28_CompareSp3.sh	(revision 10753)
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+../bnc -nw -conf 20_CompareSp3.bnc -key sp3CompExclude G06,R 
+
