diff --git a/applications/apertif/commissioning/dish_setup_arts.py b/applications/apertif/commissioning/dish_setup_arts.py index 55298cf17a55156fab1deec19afcd895f064d79a..421607d3db600f9219197f3e9d167f12bc0df0aa 100644 --- a/applications/apertif/commissioning/dish_setup_arts.py +++ b/applications/apertif/commissioning/dish_setup_arts.py @@ -67,7 +67,8 @@ 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 if tc.scheme=='arts_sc4': - macScheme = 'arts_sc4' # Use R_beam for Arts SC4 will result in transparent R_beamout + macScheme = '300MHz_37CB' # Use R_beam as used by Apertif MAC, remap beamlet output for Arts SC4 with R_beamout + #macScheme = 'arts_sc4' # Use R_beam for Arts SC4 will result in transparent R_beamout if tc.run: ############################################################################### @@ -92,7 +93,8 @@ if tc.run: # R_beamout : Write beamlet output selection for Arts # . remap macScheme --> tc.scheme # . 300MHz_37CB --> arts_sc1, so R_beamout remaps the beamlet output -# . arts_sc4 --> arts_sc4, so R_beamout is transparent +# . 300MHz_37CB --> arts_sc4, so R_beamout remaps the beamlet output, suitable for use with or without MAC +# . arts_sc4 --> arts_sc4, so R_beamout is transparent, suitable only for use without MAC rbeamout = dish.declare_reorder_beamout(tc, io, sel_beamlets_scheme_in=macScheme, sel_beamlets_scheme_out=tc.scheme) rbeamout.write_reorder_beamout() rbeamout.read_and_verify_reorder_beamout()