From e33012ff536510bc7cd03d76697e9bed4e0c45df Mon Sep 17 00:00:00 2001 From: X11MA Date: Mon, 15 May 2017 21:44:12 +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 3bba8e8..785feda 100644 --- a/script/Sridhar/hyst_ID2_Fe.py +++ b/script/Sridhar/hyst_ID2_Fe.py @@ -2,7 +2,7 @@ B1 = 2 # starting mag. field in Amps B2 = -2 # final mag. field in Amps BSTEP = 0.1 # step size mag. field in Amps -ENERGIES = (711.45,708) #list of energies in eV +ENERGIES = (711.5,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 = 2 # starting mag. field in Amps B2 = -2 # final mag. field in Amps BSTEP = 0.1 # step size mag. field in Amps -ENERGIES = (711.45,708) #list of energies in eV +ENERGIES = (711.5,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