Skip to content
Snippets Groups Projects
Commit 4ad221f2 authored by Chris Broekema's avatar Chris Broekema
Browse files

BugID: 1011

Add key to select connection type between inputsection and delay compensation
parent d10518c5
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment