From cccf225ae310e33f8301885200068517a1737d7e Mon Sep 17 00:00:00 2001 From: Andrea Orlati <aorlati@users.noreply.github.com> Date: Mon, 10 Dec 2018 15:31:22 +0100 Subject: [PATCH] fix issue 313: configuration change to reflect the change in focus selector at the SRT. The ASI X-band (#314) receiver is now connected to the board numer 10 instead of board 13. --- SRT/Configuration/CDB/alma/DataBlock/TotalPower/TotalPower.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SRT/Configuration/CDB/alma/DataBlock/TotalPower/TotalPower.xml b/SRT/Configuration/CDB/alma/DataBlock/TotalPower/TotalPower.xml index 5197057b3..8966b1ad5 100644 --- a/SRT/Configuration/CDB/alma/DataBlock/TotalPower/TotalPower.xml +++ b/SRT/Configuration/CDB/alma/DataBlock/TotalPower/TotalPower.xml @@ -41,7 +41,7 @@ <inputPortDB>5</inputPortDB> <inputPortBW>2350</inputPortBW> <beams>1</beams> - <section_boards>13</section_boards> + <section_boards>10</section_boards> <polarizations>R</polarizations> <feed>0</feed> <IF>0</IF> -- GitLab