From ffafb111f2d9ba686fbab7c55fc35931b5199ae1 Mon Sep 17 00:00:00 2001 From: X11MA Date: Sun, 14 May 2017 05:10:52 +0200 Subject: [PATCH] Script execution --- script/Sridhar/hyst_ID2_Fe.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/Sridhar/hyst_ID2_Fe.py b/script/Sridhar/hyst_ID2_Fe.py index 82acbfc..6a728f7 100644 --- a/script/Sridhar/hyst_ID2_Fe.py +++ b/script/Sridhar/hyst_ID2_Fe.py @@ -2,7 +2,7 @@ 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.1,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 @@ -16,7 +16,7 @@ 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.1,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