From a3b342f56d10bd66399eead05196412a0fadeba2 Mon Sep 17 00:00:00 2001 From: sfop Date: Tue, 14 Jun 2016 18:29:32 +0200 Subject: [PATCH] Closedown --- script/Alignment/Gun_solenoid_alignment_dv.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/script/Alignment/Gun_solenoid_alignment_dv.py b/script/Alignment/Gun_solenoid_alignment_dv.py index 6b5be78..d4eb769 100644 --- a/script/Alignment/Gun_solenoid_alignment_dv.py +++ b/script/Alignment/Gun_solenoid_alignment_dv.py @@ -28,10 +28,10 @@ class CameraImage(ReadableMatrix): return ret def getWidth(self): - return 480 + return 640 def getHeight(self): - return 640 + return 480 cam_img = CameraImage() @@ -76,8 +76,8 @@ mag = [ "SINEG01-MCRX120","SINEG01-MCRY120", "SINEG01-MQUA320" ] for m in mag: caput(m + ":I-SET", 0.0) -for m in mag: - ccr(m) +#for m in mag: +# ccr(m) laser_on() # Scan using the screen @@ -96,4 +96,4 @@ p = plot(r.getReadable(2), xdata=r.getReadable(1), title = "Centroid excursion") msg = str(r) msg = msg + "\nFile: " + get_context().path #msg = msg + "\n\n" + r.print() -elog("Gun solenoid current scan", msg , get_plot_snapshots()) +#elog("Gun solenoid current scan", msg , get_plot_snapshots())