Skip to content
Snippets Groups Projects
Commit 0a36d4fb authored by Boudewijn Hut's avatar Boudewijn Hut
Browse files

Added --app "apertif-sr2.6"

parent 3197c0ff
No related branches found
No related tags found
No related merge requests found
......@@ -108,6 +108,8 @@ if [ "$APP" == "apertif" ]; then
# IMAGE=/home/daniel/apertif_unb1_correlator_full-r17077.rbf
# IMAGE=/home/kooistra/images/apertif_unb1_correlator_full-r17164.rbf # Erics image, 2 bit change to optimize quantisation in correlator (20 Jun 2017)
IMAGE=/home/daniel/apertif_unb1_correlator_full-r17077.rbf # SR1
elif [ "$APP" == "apertif-sr2.6" ]; then
IMAGE=/home/kooistra/images/apertif_unb1_correlator_full-r17164.rbf # SR2.5
elif [ "$APP" == "arts_sc1" ]; then
IMAGE=/home/arts/arts_unb1_sc1-r16748.rbf
elif [ "$APP" == "arts_sc4" ]; then
......@@ -266,7 +268,7 @@ fi
# Set destination MAC/IP/Ports
###############################################################################
UNBS2="${UNBS//,/ }"
if [ $APP == "apertif" ]; then
if [ ${APP:0:7} == "apertif" ]; then
if [ "$DATAWRITER" == "wcudata1" ]; then
DATAWRITER_ETH0_ETH_DST_MAC=$WCUDATA1_ETH0_ETH_DST_MAC
DATAWRITER_ETH0_IP_DST_ADDR=$WCUDATA1_ETH0_IP_DST_ADDR
......@@ -361,7 +363,7 @@ fi
###############################################################################
# Enable output streams NOTE - temporary not outputting to ARTS0 (absent network)
###############################################################################
if [ $APP == "apertif" ]; then
if [ ${APP:0:7} == "apertif" ]; then
# Enable all output of all correlator uniboards
python $UPE/peripherals/util_dp_xonoff.py --unb $UNBS --fn 0:3 --bn 0:3 -s OUTPUT -n 2
elif [ $APP == "arts_sc1" ]; then
......
......@@ -71,8 +71,11 @@ IMAGE_BF=/home/kooistra/images/apertif_unb1_fn_beamformer_trans-r16510_v2.rbf
if [ "$APP" == "apertif" ]; then
# IMAGE_FB=/home/kooistra/images/apertif_unb1_bn_filterbank-r17352.rbf # with PPS delay compensation
# IMAGE_BF=/home/kooistra/images/apertif_unb1_fn_beamformer_trans-r17352.rbf # with Fiber delay compensation
# IMAGE_FB=/home/kooistra/images/apertif_unb1_bn_filterbank-r16579.rbf # SR1
IMAGE_BF=/home/daniel/apertif_unb1_fn_beamformer_trans-r17128.rbf # SR1
IMAGE_FB=/home/kooistra/images/apertif_unb1_bn_filterbank-r16579.rbf # SR2.0
IMAGE_BF=/home/daniel/apertif_unb1_fn_beamformer_trans-r17128.rbf # SR2.0
elif [ "$APP" == "apertif-sr2.6" ]; then
IMAGE_FB=/home/kooistra/images/apertif_unb1_bn_filterbank-r17352.rbf # SR2.2
IMAGE_BF=/home/kooistra/images/apertif_unb1_fn_beamformer_trans-r17352.rbf # SR2.3
elif [ "$APP" == "arts_sc1" ]; then
# IMAGE_BF=$RADIOHDL/applications/arts/commissioning/sc1/apertif_unb1_fn_beamformer_base-r16106.rbf
# Augus 8: Yogesh conformed SC1 works with below image + transpose switch enabled.
......
......@@ -28,7 +28,7 @@
# data streams
# Usage:
# . python main.py --app <application> --tel <telescopes> --unb <uniboards> --opt <options>
# . application = "apertif" or "arts_sc1"
# . application = "apertif", "apertif-sr2.6" or "arts_sc1"
# . telescopes = 2,3,4,..,c,d
# . unb = bands = 0,1,2,..15
# . options = noflash (optional, debug/development only)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment