From 840e79faf3a1ccfa873de774aa4eb5c5d0d089bc Mon Sep 17 00:00:00 2001 From: x07maop Date: Sun, 27 Nov 2016 08:59:47 +0100 Subject: [PATCH] Script execution --- script/HystScan.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/HystScan.py b/script/HystScan.py index ee49ea7..3d4ea84 100644 --- a/script/HystScan.py +++ b/script/HystScan.py @@ -46,8 +46,8 @@ scan = ManualScan(['field', 'Energy'], ['TEY', 'I0', 'trans', 'polarization', 'p scan.start() log("Exit slit: "+ str(exit_slit.read()) + "; cff: " + str(cff.read()) + "; FE: " + str(aperture.read() ) ) -log("Sample temperature: " + str(temperature_readback.read()) -log("Sample coord. H,V,rot: " + str(sample_hor.read()) + ", " + str(sample_vert.read()) + ", " + str(sample_rot.read()) ) +log("Sample temperature: " + str(temperature_readback.read() ) ) +log("Sample coord. HOR; VERT; ROT: " + str(sample_hor.read()) + "; " + str(sample_vert.read()) + "; " + str(sample_rot.read()) ) print "Waiting for start field"