From fc002f189d2a3d708d839319adbb2d64e920fd80 Mon Sep 17 00:00:00 2001 From: sfop Date: Mon, 6 Jun 2016 15:04:45 +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 d086dc4..f299bf4 100644 --- a/script/Alignment/Gun_solenoid_alignment_dv_sim.py +++ b/script/Alignment/Gun_solenoid_alignment_dv_sim.py @@ -52,7 +52,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, before_read = ccr("SINEG01-MSOL130")) +r = lscan(I_set, [I_read, bpm_x, bpm_y], I1, I2, dI) # Enable laser delay # caput("SIN-CVME-TIMAST-TMA:LaserDelayControl", 1)