From 53853aea3c5d28ac9902b438d6ee143de3c8ec94 Mon Sep 17 00:00:00 2001 From: X11MA Date: Thu, 9 Feb 2017 22:51:55 +0100 Subject: [PATCH] Script execution --- script/Sridhar/test_field.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/script/Sridhar/test_field.py b/script/Sridhar/test_field.py index 67c1b32..71e5094 100644 --- a/script/Sridhar/test_field.py +++ b/script/Sridhar/test_field.py @@ -1,11 +1,11 @@ -B1 = 10.0 # starting mag. field in Amps -B2 = -10.0 # final mag. field in Amps +B1 = 15.0 # starting mag. field in Amps +B2 = -15.0 # final mag. field in Amps BSTEP = 0.5 # step size mag. field in Amps ENERGIES = (709.35, 722.35) #list of energies in eV -MODE = 2 #polarization (CIRC+ -> 1 or CIRC- -> 2) -#OFFSET1 = -9 #ID1 offset -OFFSET2 = -9.50 #ID2 offset +MODE = 1 #polarization (CIRC+ -> 1 or CIRC- -> 2) +OFFSET1 = -9 #ID1 offset +#OFFSET2 = -9.50 #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