From 8958657a7e796ff50a94d5a89f3092d65508b16d Mon Sep 17 00:00:00 2001 From: X11MA Date: Sat, 13 May 2017 18:36:49 +0200 Subject: [PATCH] Script execution --- script/Sridhar/hyst_ID2_Fe.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/script/Sridhar/hyst_ID2_Fe.py b/script/Sridhar/hyst_ID2_Fe.py index a9ccacf..6a728f7 100644 --- a/script/Sridhar/hyst_ID2_Fe.py +++ b/script/Sridhar/hyst_ID2_Fe.py @@ -2,13 +2,13 @@ B1 = 10 # starting mag. field in Amps B2 = -10 # final mag. field in Amps BSTEP = 0.5 # step size mag. field in Amps -ENERGIES = (711.3,708) #list of energies in eV +ENERGIES = (711.2,708) #list of energies in eV MODE = 2 #polarization (CIRC+ -> 1 or CIRC- -> 2) OFFSET2 = -11.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 -ACC_TIME = 1.0 +ACC_TIME = 0.5 run("Sridhar/field_sweepID2") @@ -16,13 +16,13 @@ run("Sridhar/field_sweepID2") B1 = 10 # starting mag. field in Amps B2 = -10 # final mag. field in Amps BSTEP = 0.5 # step size mag. field in Amps -ENERGIES = (711.3,708) #list of energies in eV +ENERGIES = (711.2,708) #list of energies in eV MODE = 1 #polarization (CIRC+ -> 1 or CIRC- -> 2) OFFSET2 = -11.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 -ACC_TIME = 1.0 +ACC_TIME = 0.5 run("Sridhar/field_sweepID2")