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

Support --rerun via for SC4 as well.

parent 18b2fcf0
No related branches found
No related tags found
No related merge requests found
...@@ -352,11 +352,11 @@ fi ...@@ -352,11 +352,11 @@ fi
if [ "$APP" == "arts_sc4" ]; then if [ "$APP" == "arts_sc4" ]; then
# Run python $UPE/base/unb_apertif.py to view how the generic PAF element numbers relate to the --pol, --globalsp and to get the list of single element beams per polarization # Run python $UPE/base/unb_apertif.py to view how the generic PAF element numbers relate to the --pol, --globalsp and to get the list of single element beams per polarization
if [ "$OPTIONS" == "centraldipole" ]; then if [ "$OPTIONS" == "centraldipole" ]; then
python $RADIOHDL/applications/apertif/commissioning/dish_setup_arts.py --scheme $APP --unb 0:3 --bn 0:3 --fn 0:3 -v 3 --pol 0 --cbeams 0,1,2,3,5,6,7,8,10,11,12,13,15,16,17,18,20,21,22,23,25,26,27,28,30,31,32,33,35,36,37,38 --globalsp 56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56 python $RADIOHDL/applications/apertif/commissioning/dish_setup_arts.py $OPT_RERUN --scheme $APP --unb 0:3 --bn 0:3 --fn 0:3 -v 3 --pol 0 --cbeams 0,1,2,3,5,6,7,8,10,11,12,13,15,16,17,18,20,21,22,23,25,26,27,28,30,31,32,33,35,36,37,38 --globalsp 56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56
python $RADIOHDL/applications/apertif/commissioning/dish_setup_arts.py --scheme $APP --unb 4:7 --bn 0:3 --fn 0:3 -v 3 --pol 1 --cbeams 0,1,2,3,5,6,7,8,10,11,12,13,15,16,17,18,20,21,22,23,25,26,27,28,30,31,32,33,35,36,37,38 --globalsp 56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56 python $RADIOHDL/applications/apertif/commissioning/dish_setup_arts.py $OPT_RERUN --scheme $APP --unb 4:7 --bn 0:3 --fn 0:3 -v 3 --pol 1 --cbeams 0,1,2,3,5,6,7,8,10,11,12,13,15,16,17,18,20,21,22,23,25,26,27,28,30,31,32,33,35,36,37,38 --globalsp 56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56
else else
python $RADIOHDL/applications/apertif/commissioning/dish_setup_arts.py --scheme $APP --unb 0:3 --bn 0:3 --fn 0:3 -v 3 --pol 0 --cbeams 0,1,2,3,5,6,7,8,10,11,12,13,15,16,17,18,20,21,22,23,25,26,27,28,30,31,32,33,35,36,37,38 --globalsp 30,61,6,31,37,27,60,42,3,36,26,7,57,2,33,18,45,56,21,40,32,44,63,5,20,39,41,16,62,17,38,35 python $RADIOHDL/applications/apertif/commissioning/dish_setup_arts.py $OPT_RERUN --scheme $APP --unb 0:3 --bn 0:3 --fn 0:3 -v 3 --pol 0 --cbeams 0,1,2,3,5,6,7,8,10,11,12,13,15,16,17,18,20,21,22,23,25,26,27,28,30,31,32,33,35,36,37,38 --globalsp 30,61,6,31,37,27,60,42,3,36,26,7,57,2,33,18,45,56,21,40,32,44,63,5,20,39,41,16,62,17,38,35
python $RADIOHDL/applications/apertif/commissioning/dish_setup_arts.py --scheme $APP --unb 4:7 --bn 0:3 --fn 0:3 -v 3 --pol 1 --cbeams 0,1,2,3,5,6,7,8,10,11,12,13,15,16,17,18,20,21,22,23,25,26,27,28,30,31,32,33,35,36,37,38 --globalsp 9,30,61,31,6,27,60,42,3,36,15,7,26,57,2,18,45,56,21,29,32,11,44,40,63,20,41,5,62,17,38,16 python $RADIOHDL/applications/apertif/commissioning/dish_setup_arts.py $OPT_RERUN --scheme $APP --unb 4:7 --bn 0:3 --fn 0:3 -v 3 --pol 1 --cbeams 0,1,2,3,5,6,7,8,10,11,12,13,15,16,17,18,20,21,22,23,25,26,27,28,30,31,32,33,35,36,37,38 --globalsp 9,30,61,31,6,27,60,42,3,36,15,7,26,57,2,18,45,56,21,29,32,11,44,40,63,20,41,5,62,17,38,16
fi fi
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment