From 4af0e69dc1dff4b156c6fa9b4074ca6826129d29 Mon Sep 17 00:00:00 2001 From: X11MA Date: Wed, 15 Feb 2017 21:01:19 +0100 Subject: [PATCH] Script execution --- script/Sridhar/test_field.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/Sridhar/test_field.py b/script/Sridhar/test_field.py index 3a501b8..6fff7a5 100644 --- a/script/Sridhar/test_field.py +++ b/script/Sridhar/test_field.py @@ -5,7 +5,7 @@ BSTEP = 0.5 # step size mag. field in Amps ENERGIES = (709.2,700) #list of energies in eV MODE = 2 #polarization (CIRC+ -> 1 or CIRC- -> 2) #OFFSET1 = -9 #ID1 offset -OFFSET2 = -9 #ID2 offset +OFFSET2 = -9.0 #ID2 offset FIELD_PRECISION = 0.05 # in Amps ENERGY_CHANGE_SLEEP = 0.5 # put the Enerrgy settling time if needed FIELD_CHANGE_SLEEP = 0.5 # put the Field settling time if needed