Skip to content
Snippets Groups Projects
Commit 82bfba73 authored by Philipp Niedermayer's avatar Philipp Niedermayer
Browse files

Update README.md

parent b245d337
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@ from analysis_utils.plotting import *
fig, ax = plt.subplots(constrained_layout=True)
# Libera bunch-by-bunch data
# Tune and orbit
data = LiberaBBBData.from_file('libera_ireg_dump.bin').to_tbt_data(h=2)
plot_tbt(ax, data, 'fxys',
turn_range=(0, 1900000),
......@@ -35,6 +36,7 @@ plot_tbt(ax, data, 'fxys',
)
plot_tune_spectrogram(ax, data, 'x',
over_time=True,
time_range=(0, 1.2),
)
plot_tune_spectrum(ax, data, 'x',
tune_range=(0.315,0.335)
......
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