From 9316429435abba865408a401173886f48e1f0cbd Mon Sep 17 00:00:00 2001 From: Erik Kooistra <kooistra@astron.nl> Date: Mon, 18 Jun 2018 11:23:07 +0000 Subject: [PATCH] Added comment regarding usage of R_beam and R_beamout to Arts SC1, same as for SC4. --- applications/apertif/commissioning/dish_setup_arts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/applications/apertif/commissioning/dish_setup_arts.py b/applications/apertif/commissioning/dish_setup_arts.py index 421607d3db..07392c5a5e 100644 --- a/applications/apertif/commissioning/dish_setup_arts.py +++ b/applications/apertif/commissioning/dish_setup_arts.py @@ -65,6 +65,7 @@ rsub.read_and_verify_reorder_subbands() if tc.scheme=='arts_sc1': macScheme = '300MHz_37CB' # Use R_beam as used by Apertif MAC, remap beamlet output for Arts SC1 with R_beamout + #macScheme = 'arts_sc1' # Use R_beam for Arts SC1 will result in transparent R_beamout if tc.scheme=='arts_sc4': macScheme = '300MHz_37CB' # Use R_beam as used by Apertif MAC, remap beamlet output for Arts SC4 with R_beamout -- GitLab