From acf86a4f66d53b9e2566868d5ce436fadadc272e Mon Sep 17 00:00:00 2001 From: X11MA Date: Sun, 14 May 2017 09:35:49 +0200 Subject: [PATCH] Script execution --- script/Sridhar/hyst_ID2_Co.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/script/Sridhar/hyst_ID2_Co.py b/script/Sridhar/hyst_ID2_Co.py index b351fd2..450b751 100644 --- a/script/Sridhar/hyst_ID2_Co.py +++ b/script/Sridhar/hyst_ID2_Co.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 = (782.5,778) #list of energies in eV +ENERGIES = (782.8,778) #list of energies in eV MODE = 2 #polarization (CIRC+ -> 1 or CIRC- -> 2) OFFSET2 = -13.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 = (782.5,778) #list of energies in eV +ENERGIES = (782.8,778) #list of energies in eV MODE = 1 #polarization (CIRC+ -> 1 or CIRC- -> 2) OFFSET2 = -12.0 #ID2 offset FIELD_PRECISION = 0.05 # in Amps @@ -25,4 +25,3 @@ FIELD_CHANGE_SLEEP = 0.5 # put the Field settling time if needed ACC_TIME = 0.5 run("Sridhar/field_sweepID2") -