Skip to content

Commit b34b314

Browse files
committed
[TASK] mls new lattice
1 parent 8d0d49e commit b34b314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lat2db/controller/get_at_ring_output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
def get_AT_ring_from_machine(machine : Machine):
88
seq = factory(machine)
99

10-
ring = at.Lattice(seq, name='bessy2', periodicity=1, energy=1.7e9)
10+
ring = at.Lattice(seq, name='bessy2', periodicity=1, energy=629e6)
1111

1212
if machine['closed']:
1313
ring.enable_6d() # Should 6D be default?

0 commit comments

Comments
 (0)