Skip to content
Snippets Groups Projects
Commit c6016e2e authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Use use_bdo_transpose = true also for sdp-arts on unb2b.

parent 6731ed19
No related branches found
No related tags found
No related merge requests found
Pipeline #56574 passed
......@@ -49,7 +49,7 @@ package lofar2_unb2c_sdp_station_pkg is
constant c_bf_ring : t_lofar2_unb2c_sdp_station_config := (false, true, false, true, false, false, true, 0);
constant c_xsub_one : t_lofar2_unb2c_sdp_station_config := (false, true, false, false, false, true, false, 1);
constant c_xsub_ring : t_lofar2_unb2c_sdp_station_config := (false, true, false, false, false, true, true, 9);
constant c_full_wg : t_lofar2_unb2c_sdp_station_config := (true, true, false, true, false, true, true, 9);
constant c_full_wg : t_lofar2_unb2c_sdp_station_config := (true, true, false, true, true, true, true, 9);
-- Use c_full for LOFAR2 Station SDP operations
constant c_full : t_lofar2_unb2c_sdp_station_config := (false, true, false, true, true, true, true, 9);
constant c_full_wg_os : t_lofar2_unb2c_sdp_station_config := (true, true, true, true, false, true, true, 9);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment