diff --git a/Appl/CEP/CS1/CS1_Run/src/CS1.parset b/Appl/CEP/CS1/CS1_Run/src/CS1.parset index fff0534f5dad58e257700ed0d7e4a901b7269e26..7ec53633039d26594d7f9f05ecdd95905c57cbf4 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 841e754587e164d970312b160806f9dd28daa9d1..446c7ce8d051f29f6c94948ed49cd6aeed64e91e 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