Skip to content

Commit

Permalink
Update example.py
Browse files Browse the repository at this point in the history
  • Loading branch information
elafmusa authored Nov 13, 2024
1 parent 2532b80 commit c2fb2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pySC/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def _marker(name):

n_iter = 1

for x in range(n_iter): # optics correction using QF and QD
for x in range(n_iter): # optics correction using normal and skew quads
LOGGER.info(f'LOCO iteration {x}')
print('Optics parameters after LOCO')
loco.analyze_ring(SC, twiss, SC.ORD.BPM, useIdealRing=False, makeplot=False)
Expand Down

0 comments on commit c2fb2f9

Please sign in to comment.