Skip to content
Snippets Groups Projects
Commit a3986020 authored by Bram Veenboer's avatar Bram Veenboer
Browse files

COB-184: Update tMultipleBeamFormers for subband subset in FE submode

parent feb6de03
No related branches found
No related tags found
2 merge requests!436COB-148: Enable NVRTC for CUDA kernel compilation,!408COB-184: Add tMultipleBeamFormers
......@@ -10,6 +10,10 @@ Cobalt.BeamFormer.flysEye=true
Cobalt.BeamFormer.nrDelayCompensationChannels=256
Cobalt.BeamFormer.nrHighResolutionChannels=256
# Select subband subset
Cobalt.BeamFormer.nrPipelines=1
Cobalt.BeamFormer.Pipeline[0].Beam[0].subbandList=[103..104]
#
# ----- Misc settings -----
......@@ -33,7 +37,7 @@ Observation.Beam[0].duration=60
Observation.Beam[0].nrTabRings=0
Observation.Beam[0].nrTiedArrayBeams=0
Observation.Beam[0].startTime=
Observation.Beam[0].subbandList=[101..102]
Observation.Beam[0].subbandList=[101..110]
Observation.Beam[0].target=B0329+54
......
......@@ -78,7 +78,7 @@ Cobalt.BeamFormer.Pipeline[3].CoherentStokes.nrChannelsPerSubband=1
Cobalt.BeamFormer.Pipeline[3].CoherentStokes.timeIntegrationFactor=16384
Cobalt.BeamFormer.Pipeline[3].CoherentStokes.which=I
Cobalt.BeamFormer.Pipeline[3].flysEye=true
Cobalt.BeamFormer.Pipeline[3].Beam[0].subbandList=[101..102]
Cobalt.BeamFormer.Pipeline[3].Beam[0].subbandList=[103..104]
#
......
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