From b4aaedf7f68844d277b24cc75c9775bbe1ac71fa Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Wed, 8 May 2019 22:09:32 +0200 Subject: [PATCH] Script execution --- script/users/Oteyza/TemperatureRamp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/users/Oteyza/TemperatureRamp.py b/script/users/Oteyza/TemperatureRamp.py index 675f6aa9..cbec0a9d 100644 --- a/script/users/Oteyza/TemperatureRamp.py +++ b/script/users/Oteyza/TemperatureRamp.py @@ -13,7 +13,7 @@ ZIGZAG = True MOTORS = ["ca://X03DA-PSU-XP:SETCUR"] # comma-separated discrete list of scan positions #POSITIONS = [(PHI_RANGE[0], THETA_RANGE[0]), (PHI_RANGE[1], THETA_RANGE[1]), STEPS] -POSITIONS = [0.01, 1.31, 0.01] +POSITIONS = [0.03, 1.31, 0.01] #POSITIONS = [0.] # seconds to wait between positioning command and triggering the detector LATENCY = 5.0