Script execution
This commit is contained in:
@@ -25,9 +25,8 @@ for m in mag:
|
||||
|
||||
r = lscan(I_set, [I_read, bpm_x, bpm_y], I1, I2, dI)
|
||||
|
||||
x = r.getReadable(1)
|
||||
y = r.getReadable(2)
|
||||
plot(y, xdata=x, title = "Centroid excursion")
|
||||
plot(r.getReadable(2), xdata=r.getReadable(1), title = "Centroid excursion")
|
||||
set_return(r.print())
|
||||
|
||||
msg = str(r)
|
||||
msg = msg + "\nFile: " + get_context().path
|
||||
|
||||
Reference in New Issue
Block a user