From 4686701b4fdbf434750beb26cd840da8486511b5 Mon Sep 17 00:00:00 2001 From: Erik Kooistra <kooistra@astron.nl> Date: Fri, 30 Nov 2018 08:37:32 +0000 Subject: [PATCH] Added new filepathnames. --- .../commissioning/tests/batch_wg_sweep_data_path_plot.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/applications/apertif/commissioning/tests/batch_wg_sweep_data_path_plot.py b/applications/apertif/commissioning/tests/batch_wg_sweep_data_path_plot.py index 6ca45fca02..c4d364d822 100644 --- a/applications/apertif/commissioning/tests/batch_wg_sweep_data_path_plot.py +++ b/applications/apertif/commissioning/tests/batch_wg_sweep_data_path_plot.py @@ -45,13 +45,16 @@ import numpy as np # . Fixed beamlet clipping in BF and uses channel clipping in XC filePathName = 'tests/batch_wg_sweep_data_path.log_2018_10_23' # with some SST affected by strong RFI in other SP filePathName = 'tests/batch_wg_sweep_data_path.log_2018_10_25' # with std() instead of rms() causing zero beamlet auto power at -filePathName = 'tests/batch_wg_sweep_data_path.log_2018_10_25b' +#filePathName = 'tests/batch_wg_sweep_data_path.log_2018_10_25b' #filePathName = 'tests/batch_wg_sweep_data_path.log_2018_11_05' #filePathName = 'tests/batch_wg_sweep_data_path.log_2018_11_06' #filePathName = 'tests/batch_wg_sweep_data_path.log_2018_11_07' #filePathName = 'tests/batch_wg_sweep_data_path.log_2018_11_08' #filePathName = 'tests/batch_wg_sweep_data_path.log_2018_11_13' #filePathName = 'tests/batch_wg_sweep_data_path.log_2018_11_14' +#filePathName = 'tests/batch_wg_sweep_data_path.log_2018_11_27' +#filePathName = 'tests/batch_wg_sweep_data_path.log_2018_11_28' +#filePathName = 'tests/batch_wg_sweep_data_path.log_2018_11_29' #filePathName = 'tests/batch_wg_sweep_data_path.log' N_int_subbands = pi_apr.N_int_x # = 800000, number of subband time samples per integration interval -- GitLab