diff --git a/simulations/airshower_beacon_simulation/bd_antenna_phase_deltas.py b/simulations/airshower_beacon_simulation/bd_antenna_phase_deltas.py index afc0f8f..22bbd96 100755 --- a/simulations/airshower_beacon_simulation/bd_antenna_phase_deltas.py +++ b/simulations/airshower_beacon_simulation/bd_antenna_phase_deltas.py @@ -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, diff --git a/simulations/airshower_beacon_simulation/da_reconstruction.py b/simulations/airshower_beacon_simulation/da_reconstruction.py index f54ec7c..2cf79d5 100755 --- a/simulations/airshower_beacon_simulation/da_reconstruction.py +++ b/simulations/airshower_beacon_simulation/da_reconstruction.py @@ -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 ####