From 403944a5b53261e24a328a339eb10ec9f599eaea Mon Sep 17 00:00:00 2001 From: sfop Date: Mon, 6 Jun 2016 14:38:46 +0200 Subject: [PATCH] Script execution --- script/Alignment/Gun_solenoid_alignment_dv_sim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/Alignment/Gun_solenoid_alignment_dv_sim.py b/script/Alignment/Gun_solenoid_alignment_dv_sim.py index 9389280..4462f83 100644 --- a/script/Alignment/Gun_solenoid_alignment_dv_sim.py +++ b/script/Alignment/Gun_solenoid_alignment_dv_sim.py @@ -53,7 +53,7 @@ for m in mag: # Scan using the screen #r = lscan(I_set, [I_read, cam_x, cam_y], I1, I2, dI, passes = 2, zigzag = True, before_read = CheckCurrent) # Scan using the BPM -r = lscan(I_set, [I_read, bpm_x, bpm_y], I1, I2, dI, passes = 2, zigzag = True, before_read = ccr(I_comp)) +r = lscan(I_set, [I_read, bpm_x, bpm_y], I1, I2, dI) # Enable laser delay # caput("SIN-CVME-TIMAST-TMA:LaserDelayControl", 1)