From a4853e9ce140460235c6eee5794c7b2b9edfdd5a Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Mon, 31 Jul 2023 15:02:23 +0200
Subject: [PATCH] L2SS-1456: Exclude calibration antennas for beamforming

---
 CDB/stations/cs001.json | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/CDB/stations/cs001.json b/CDB/stations/cs001.json
index c278cc0cb..6fd3698fc 100644
--- a/CDB/stations/cs001.json
+++ b/CDB/stations/cs001.json
@@ -495,11 +495,11 @@
                 "ALL"
               ],
               "Antenna_Set_Masks":[
-                "111111111111111111111111111111111111111111111111000000000000000000000000000000000000000000000000",
+                "111111111111111111111111111111111111111111111100000000000000000000000000000000000000000000000000",
                 "000000000000000000000000000000000000000000000000111111111111111111111111111111111111111111111111",
-                "101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010",
-                "010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101",
-                "111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111"
+                "101010101010101010101010101010101010101010101000101010101010101010101010101010101010101010101010",
+                "010101010101010101010101010101010101010101010100010101010101010101010101010101010101010101010101",
+                "111111111111111111111111111111111111111111111100111111111111111111111111111111111111111111111111"
               ],
               "Control_to_RECV_mapping": [
                 "1", "1",
-- 
GitLab