Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 8e5954c7 authored by augustin_s's avatar augustin_s :snake:
Browse files

more overnight

parent 9985c2f7
No related branches found
No related tags found
No related merge requests found
......@@ -1204,3 +1204,23 @@ def overnight():
def smooth_attenuator():
photon_energies = [525, 600]
iterations = range(24)
for p in photon_energies:
und.set(p).wait()
und.set(p).wait()
for i in iterations:
name = f"n2o_{p}eV_{i:02}"
print(name)
daq.acquire(name, n_pulses=60000)
print("close shutter")
shutter.close()
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