mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m-thesis-introduction.git
synced 2024-11-14 02:23:32 +01:00
ZH: missing bool flag in da_reconstruction
This commit is contained in:
parent
3fdd118073
commit
902362f6a9
2 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,6 @@ if __name__ == "__main__":
|
||||||
hist_kwargs = {}
|
hist_kwargs = {}
|
||||||
if plot_residuals:
|
if plot_residuals:
|
||||||
measured_phases = lib.phase_mod(measured_phases - actual_antenna_phase_shifts)
|
measured_phases = lib.phase_mod(measured_phases - actual_antenna_phase_shifts)
|
||||||
hist_kwargs['histtype'] = 'stepfilled'
|
|
||||||
|
|
||||||
fig = figlib.phase_comparison_figure(
|
fig = figlib.phase_comparison_figure(
|
||||||
measured_phases,
|
measured_phases,
|
||||||
|
|
|
@ -46,6 +46,7 @@ if __name__ == "__main__":
|
||||||
fig_subdir = path.join(fig_dir, 'reconstruction')
|
fig_subdir = path.join(fig_dir, 'reconstruction')
|
||||||
show_plots = args.show_plots
|
show_plots = args.show_plots
|
||||||
|
|
||||||
|
apply_signal_window_from_max = True
|
||||||
remove_beacon_from_traces = True
|
remove_beacon_from_traces = True
|
||||||
|
|
||||||
####
|
####
|
||||||
|
|
Loading…
Reference in a new issue