ZH: missing bool flag in da_reconstruction

This commit is contained in:
Eric Teunis de Boone 2023-02-13 10:36:41 +01:00
parent 3fdd118073
commit 902362f6a9
2 changed files with 1 additions and 1 deletions

View file

@ -183,7 +183,6 @@ if __name__ == "__main__":
hist_kwargs = {}
if plot_residuals:
measured_phases = lib.phase_mod(measured_phases - actual_antenna_phase_shifts)
hist_kwargs['histtype'] = 'stepfilled'
fig = figlib.phase_comparison_figure(
measured_phases,

View file

@ -46,6 +46,7 @@ if __name__ == "__main__":
fig_subdir = path.join(fig_dir, 'reconstruction')
show_plots = args.show_plots
apply_signal_window_from_max = True
remove_beacon_from_traces = True
####