From fa2a7f6aa3b69c89f4fefe639110b0fe0fd96e59 Mon Sep 17 00:00:00 2001 From: John Romein <romein@astron.nl> Date: Wed, 4 May 2011 14:04:53 +0000 Subject: [PATCH] bug 225: Changed key names. --- RTCP/IONProc/test/RTCP.parset | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/RTCP/IONProc/test/RTCP.parset b/RTCP/IONProc/test/RTCP.parset index 4c97df9fd2e..18ba0c558eb 100644 --- a/RTCP/IONProc/test/RTCP.parset +++ b/RTCP/IONProc/test/RTCP.parset @@ -1,7 +1,7 @@ OLAP.CNProc.integrationSteps = 768 OLAP.CNProc.phaseOnePsets = [0..4] OLAP.CNProc.phaseTwoPsets = [0..4] -OLAP.CNProc.phaseThreePsets = [0..4] +OLAP.CNProc.phaseThreePsets = [] OLAP.CNProc.phaseOneTwoCores = [0,1,2] OLAP.CNProc.phaseThreeCores = [0,1,2] OLAP.CNProc.partition = PartitionName @@ -23,18 +23,18 @@ OLAP.OLAP_Conn.IONProc_Storage_Transport = TCP OLAP.OLAP_Conn.rawDataOutputOnly = F OLAP.storageStationNames = [CS004LBA,CS006LBA,RS205LBA,RS208LBA,RS306LBA] OLAP.tiedArrayStationNames = [] -OLAP.nrPencils = 2 -OLAP.Pencil[0].angle1 = 1.1 -OLAP.Pencil[0].angle2 = 1.2 -OLAP.Pencil[1].angle1 = 1.3 -OLAP.Pencil[1].angle2 = 1.4 +Observation.Beam[0].nrTiedArrayBeams = 2 +Observation.Beam[0].TiedArrayBeam[0].angle1 = 1.1 +Observation.Beam[0].TiedArrayBeam[0].angle2 = 1.2 +Observation.Beam[0].TiedArrayBeam[1].angle1 = 1.3 +Observation.Beam[0].TiedArrayBeam[1].angle2 = 1.4 OLAP.IONProc.integrationSteps = 1 -OLAP.Stokes.integrationSteps = 1 -#OLAP.Stokes.integrateChannels = 1 -OLAP.Stokes.channelsPerSubband = 256 -OLAP.Stokes.which = I # IQUV -OLAP.PencilInfo.nrRings = 0 -OLAP.PencilInfo.ringSize = 0 +OLAP.CNProc_CoherentStokes.timeIntegrationFactor = 1 +OLAP.CNProc_IncoherentStokes.timeIntegrationFactor = 1 +OLAP.CNProc_CoherentStokes.channelsPerSubband = 256 +OLAP.CNProc_IncoherentStokes.channelsPerSubband = 256 +OLAP.CNProc_CoherentStokes.which = I # IQUV +OLAP.CNProc_IncoherentStokes.which = I # IQUV OLAP.PencilInfo.storageNodeList = [] OLAP.delayCompensation = T OLAP.DelayComp.positionType = ITRF @@ -70,7 +70,7 @@ OLAP.Storage.hosts = [localhost] Observation.DataProducts.Output_FilteredData.enabled = F Observation.DataProducts.Output_FilteredData.locations = [5*localhost:/tmp] Observation.DataProducts.Output_FilteredData.filenames = [SB000.filt,SB001.filt,SB002.filt,SB003.filt,SB004.filt] -Observation.DataProducts.Output_Correlated.enabled = F +Observation.DataProducts.Output_Correlated.enabled = T Observation.DataProducts.Output_Correlated.locations = [5*localhost:/tmp] Observation.DataProducts.Output_Correlated.filenames = [SB000.MS,SB001.MS,SB002.MS,SB003.MS,SB004.MS] Observation.DataProducts.Output_IncoherentStokes.enabled = F @@ -81,7 +81,7 @@ Observation.DataProducts.Output_Beamformed.locations = [4*localhost:/tmp] Observation.DataProducts.Output_Beamformed.filenames = [CV001.X,CV001.Y,CV002.X,CV002.Y] #Observation.DataProducts.Output_Beamformed.locations = [2*localhost:/tmp] #Observation.DataProducts.Output_Beamformed.filenames = [CV001.X,CV001.Y] -Observation.DataProducts.Output_CoherentStokes.enabled = T +Observation.DataProducts.Output_CoherentStokes.enabled = F Observation.DataProducts.Output_CoherentStokes.locations = [2*localhost:/tmp] Observation.DataProducts.Output_CoherentStokes.filenames = [Coherent.0.I,Coherent.1.I] #Observation.DataProducts.Output_CoherentStokes.locations = [8*localhost:/tmp] -- GitLab