From 009309ee79b4013ea91c8c896170be850d2df661 Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Mon, 25 Apr 2022 20:16:18 +0200 Subject: [PATCH] L2SS-771: Enable per-second digital beamforming --- CDB/LOFAR_ConfigDb.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CDB/LOFAR_ConfigDb.json b/CDB/LOFAR_ConfigDb.json index 9c243aab2..de32af15d 100644 --- a/CDB/LOFAR_ConfigDb.json +++ b/CDB/LOFAR_ConfigDb.json @@ -90,6 +90,12 @@ "DigitalBeam": { "STAT/DigitalBeam/1": { "properties": { + "Beam_tracking_interval": [ + "1.0" + ], + "Beam_tracking_preparation_period": [ + "0.5" + ] } } } -- GitLab