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

Use latest images FB with nodc LOFAR subband coefficients. BF with clipping,...

Use latest images FB with nodc LOFAR subband coefficients. BF with clipping, Correlator with channel filter and large output DB. Th batch_test.py regression test went OK.
parent 4fc3b00f
No related branches found
No related tags found
No related merge requests found
......@@ -45,11 +45,9 @@ echo central_commands.sh: Polarisation : $POL
# Select correct firmware image for this application
if [ "$APP" == "apertif-ag" ]; then
#IMAGE=/home/kooistra/images/apertif_unb1_correlator_full-r18172.rbf # SR2.5
IMAGE=/home/kooistra/images/apertif_unb1_correlator_full-r18593.rbf # D.Schuur 6-7-2018
elif [ "$APP" == "apertif-dev" ]; then
#IMAGE=/home/kooistra/images/apertif_unb1_correlator_full-r18172.rbf # SR2.5
IMAGE=/home/kooistra/images/apertif_unb1_correlator_full-r18593.rbf # D.Schuur 6-7-2018
IMAGE=/home/kooistra/images/apertif_unb1_correlator_full-r18616.rbf
elif [ "$APP" == "arts_sc1" ]; then
# IMAGE=/home/arts/arts_unb1_sc1-r16748.rbf
IMAGE=/home/schuur/arts_unb1_sc1-r18242.rbf #Corrected BSN monitor register name to fix false error message of central_status.py
......
......@@ -68,8 +68,8 @@ if [ "$APP" == "apertif-ag" ]; then
IMAGE_FB=/home/kooistra/images/apertif_unb1_bn_filterbank-r18210.rbf
IMAGE_BF=/home/kooistra/images/apertif_unb1_fn_beamformer_trans-r18231.rbf
else
IMAGE_FB=/home/kooistra/images/apertif_unb1_bn_filterbank-r18210.rbf
IMAGE_BF=/home/kooistra/images/apertif_unb1_fn_beamformer_trans-r18231.rbf
IMAGE_FB=/home/kooistra/images/apertif_unb1_bn_filterbank-r18612.rbf
IMAGE_BF=/home/kooistra/images/apertif_unb1_fn_beamformer_trans-r18612.rbf
fi
#Extract the RBF file names (without path and extention)
......
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