From 99e682b9b6cdb6de57525649856d5633452bdfa5 Mon Sep 17 00:00:00 2001 From: x03daop Date: Thu, 16 Feb 2017 17:15:38 +0100 Subject: [PATCH] Script execution --- script/users/DepthProfile-MilosB.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/users/DepthProfile-MilosB.py b/script/users/DepthProfile-MilosB.py index ae03e572..80a4bb93 100644 --- a/script/users/DepthProfile-MilosB.py +++ b/script/users/DepthProfile-MilosB.py @@ -67,7 +67,7 @@ try: VECTOR = [[theta[i], x[i], y[i]] for i in range(len(theta))] vscan(writables, SENSORS, VECTOR, True, LATENCY, False, before_read=before_readout, after_read = after_readout) - """ # Fe + """# Fe Scienta.getLowEnergy().write(180.0) Scienta.getHighEnergy().write(225.0) Scienta.getStepSize().write(0.1) @@ -79,8 +79,8 @@ try: x = [2.32*math.cos((th+9.0)*math.pi/180.0)-2.67 for th in theta] y = [2.32*math.sin((th+9.0)*math.pi/180.0)-0.2 for th in theta] VECTOR = [[theta[i], x[i], y[i]] for i in range(len(theta))] - vscan(writables, SENSORS, VECTOR, True, LATENCY, False, before_read=before_readout, after_read = after_readout) -""" + vscan(writables, SENSORS, VECTOR, True, LATENCY, False, before_read=before_readout, after_read = after_readout)""" + # Mn Scienta.getLowEnergy().write(175.0) Scienta.getHighEnergy().write(235.0)