From 4ad221f29b70bf372ed88c8bcb99d4ef369dd1ef Mon Sep 17 00:00:00 2001
From: Chris Broekema <broekema@astron.nl>
Date: Mon, 18 Jun 2007 10:06:57 +0000
Subject: [PATCH] BugID: 1011 Add key to select connection type between
 inputsection and delay compensation

---
 Appl/CEP/CS1/CS1_Run/src/CS1.parset | 2 ++
 Appl/CEP/CS1/CS1_Run/src/CS1_Run.py | 5 +++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/Appl/CEP/CS1/CS1_Run/src/CS1.parset b/Appl/CEP/CS1/CS1_Run/src/CS1.parset
index fff0534f5da..7ec53633039 100644
--- a/Appl/CEP/CS1/CS1_Run/src/CS1.parset
+++ b/Appl/CEP/CS1/CS1_Run/src/CS1.parset
@@ -28,6 +28,8 @@ OLAP.OLAP_Conn.BGLProc_Storage_BaseFileName = "Correlations"
 # should be one of NULL(inputFromMemory), FILE, TCP, UDP, ETHERNET
 OLAP.OLAP_Conn.station_Input_Transport = UDP
 
+OLAP.OLAP_Conn.input_DelayComp_Transport = TCP # one of TCP, NULL
+
 # The format of the data
 
 # Variables for Storage
diff --git a/Appl/CEP/CS1/CS1_Run/src/CS1_Run.py b/Appl/CEP/CS1/CS1_Run/src/CS1_Run.py
index 841e754587e..446c7ce8d05 100755
--- a/Appl/CEP/CS1/CS1_Run/src/CS1_Run.py
+++ b/Appl/CEP/CS1/CS1_Run/src/CS1_Run.py
@@ -40,8 +40,8 @@ def doObservation(obsID, parset):
     sections = [\
         DelayCompensationSection(parset, list001),
         InputSection(parset, liifen),
-        BGLProcSection(parset, userId.getHost(), BGLPartition),
-        StorageSection(parset, listfen)
+#        BGLProcSection(parset, userId.getHost(), BGLPartition),
+#        StorageSection(parset, listfen)
         #Flagger(parset, listfen)
         ]
     
@@ -200,6 +200,7 @@ if __name__ == '__main__':
 
 	parset['Observation.MSNameMask'] = '[' + MSName + ']'
  
+
     obsID = 'L' + year + '_' + '%05d' % measurementnumber
     
     # start the observation
-- 
GitLab