Skip to content

Commit

Permalink
Update loco.py
Browse files Browse the repository at this point in the history
  • Loading branch information
elafmusa authored Sep 16, 2024
1 parent f618253 commit 0316977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pySC/correction/loco.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def get_inverse(jacobian, B, s_cut, weights, plot=False):
Example usage:
[-, -, twiss] = at.get_optics(SC.IDEALRING, SC.ORD.BPM)
analyze_ring(SC, twiss, SC.ORD.BPM, makeplot=False)
analyze_ring(SC, twiss, SC.ORD.BPM, useIdealRing=False, makeplot=False)
'''

def analyze_ring(SC, twiss, bpm_indices, useIdealRing=True, makeplot=False):
Expand Down

0 comments on commit 0316977

Please sign in to comment.