Skip to content
Snippets Groups Projects
Commit fa2a7f6a authored by John Romein's avatar John Romein
Browse files

bug 225:

Changed key names.
parent 45e81798
No related branches found
No related tags found
No related merge requests found
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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment