From 7e0fb448d42235d6107cbeb0585ff8f9d8ad770e Mon Sep 17 00:00:00 2001 From: thijs snijder <snijder@astron.nl> Date: Fri, 21 Oct 2022 12:32:42 +0200 Subject: [PATCH] removed magic number --- .../tangostationcontrol/devices/sdp/digitalbeam.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tangostationcontrol/tangostationcontrol/devices/sdp/digitalbeam.py b/tangostationcontrol/tangostationcontrol/devices/sdp/digitalbeam.py index f33b7c6df..b26495293 100644 --- a/tangostationcontrol/tangostationcontrol/devices/sdp/digitalbeam.py +++ b/tangostationcontrol/tangostationcontrol/devices/sdp/digitalbeam.py @@ -43,10 +43,6 @@ class DigitalBeam(beam_device): disabled in the mask will get a weight of 0. """ - - # number of antennas connected to each FPGA in SDP - A_pn = 6 - # ----------------- # Device Properties # ----------------- -- GitLab