Skip to content
Snippets Groups Projects
Commit 1abb165f authored by Vadim Gubaidulin's avatar Vadim Gubaidulin
Browse files

typo: vertical emittance from C02 instead of C02

parent 2f9f46ce
No related branches found
No related tags found
No related merge requests found
......@@ -20,8 +20,8 @@ def read_bunch_data(bunchnumber, filename, folder):
emitYC02after = np.array(f['emitZ_C02_after'])
emitXC02before = np.array(f['emitX_C02_before'])
emitXC02after = np.array(f['emitX_C02_after'])
emitYC16before = np.array(f['emitZ_C02_before'])
emitYC16after = np.array(f['emitZ_C02_after'])
emitYC16before = np.array(f['emitZ_C16_before'])
emitYC16after = np.array(f['emitZ_C16_after'])
t0 = 1e-9*c/CIRCUMFERENCE*np.array(f['window_delay'])
t1 = 1e-6*c/CIRCUMFERENCE*np.array(f['window_width'])
Qxi = np.array(f['tuneX_before'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment