Script execution

This commit is contained in:
X11MA
2017-05-14 09:35:49 +02:00
parent 68c6beb470
commit acf86a4f66
+2 -3
View File
@@ -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")