This commit is contained in:
x07maop
2016-11-28 06:56:22 +01:00
parent d1407b97af
commit 235421173c
7191 changed files with 2866923 additions and 11 deletions

View File

@@ -65,14 +65,16 @@ newest = getNewestFile()
wait_beam()
if MODE is not None:
pol_mode.write(MODE) #caput('X07MA-ID:MODE', MODE) #TODO: CAPUT
time.sleep(1.0) #TODO: Needed?
time.sleep(0.5) #TODO: Needed?
if MODE == 'LINEAR':
if ALPHA is not None:
pol_angle.write(ALPHA) #TODO: CAPUT
wait_device(pol_done, "DONE") #TODO: NEEDED?
time.sleep(0.5)
#wait_device(pol_done, "DONE") #TODO: NEEDED?
if OFFSET is not None:
#pol_offset.write(OFFSET) #TODO: CAPUT
wait_device(pol_done, "DONE")
pol_offset.write(OFFSET) #TODO: CAPUT
time.sleep(0.5)
#wait_device(pol_done, "DONE")
caput('E1', E1)
caput('E2', E2)
@@ -89,6 +91,9 @@ time.sleep(DELAY)
caput('START', '1')
log("Exit slit: "+ str(exit_slit.read()) + "; cff: " + str(cff.read()) + "; harm.: " + str(harmonic.read()) + "; FE: " + str(aperture.read() ) )
log("Sample temperature: " + str(temperature_readback.read() ) )
log("Sample coord. HOR; VERT; ROT: " + str(sample_hor.read()) + "; " + str(sample_vert.read()) + "; " + str(sample_rot.read()) )
waiting = True
def plot_task():

View File

@@ -10,7 +10,6 @@ MODE = 'CIRC +'
OFFSET = -1.0
"""
log("logging test 1")
iPS = True
@@ -45,7 +44,8 @@ set_preference(Preference.PLOT_TYPES, {'tey_norm':1, 'trans_norm':1})
scan = ManualScan(['field', 'Energy'], ['TEY', 'I0', 'trans', 'polarization', 'polAngle', 'temperature', 'RingCurrent', 'fieldAnalogX', 'tey_norm','trans_norm'], [0.0, ENERGIES[0]], [0.0, ENERGIES[-1]], [0, len(ENERGIES)-1])
scan.start()
log("Exit slit: "+ str(exit_slit.read()) + "; cff: " + str(cff.read()) + "; FE: " + str(aperture.read() ) )
log("Exit slit: "+ str(exit_slit.read()) + "; cff: " + str(cff.read()) )
log( "Harm.: " + str(harmonic.read()) + "; FE: " + str(aperture.read() ) )
log("Sample temperature: " + str(temperature_readback.read() ) )
log("Sample coord. HOR; VERT; ROT: " + str(sample_hor.read()) + "; " + str(sample_vert.read()) + "; " + str(sample_rot.read()) )

21
script/jan/hyst_Er.py Normal file
View File

@@ -0,0 +1,21 @@
open_valve()
set_pol_cplus(offset = 0)
set_file('Co_hyst_plus')
hyst_cont(field_x, 6.8, -6.8, 2.0, [777.14, 774.0])
set_pol_cminus(offset = 1.5)
set_file('Co_hyst_minus')
hyst_cont(field_x, -6.8, 6.8, 2.0, [777.14, 774.0])
set_pol_cminus(offset = 1.5)
set_file('Co_hyst_minus')
hyst_cont(field_x, 6.8, -6.8, 2.0, [777.14, 774.0])
set_pol_cplus(offset = 0)
set_file('Co_hyst_plus')
hyst_cont(field_x, -6.8, 6.8, 2.0, [777.14, 774.0])
close_valve()

View File

@@ -118,6 +118,7 @@ def convert_file(input_file_name, output_file_name, pol = None):
print "Converting data file: " + input_file_name + " to " + output_file_name
sep = "\t"
line_sep = "\n"
MODE = pol_mode.read()
if pol is None:
pol = pol_angle.read() if (MODE == "LINEAR") else pol_mode.readback.read()
with open(input_file_name) as inp:
@@ -305,12 +306,13 @@ def refill_1k():
def wait_temp():
#print "blabla"
if (temperature.read() < 2.0):
t=ct=temperature_readback.read()
# if (temperature.read() < 2.0):
# t=ct=temperature_readback.read()
#hl=caget("X07MA-PC-HE:LEVELB", 'd') # TODO: not used
if (t > 3.7):
print "Refilling 1K pot..."
refill_1k()
# if (t > 3.7):
# print "Refilling 1K pot..."
# refill_1k()
run("TEMP_wait_fill.py")
def rampdown():
"""

BIN
script/users/.DS_Store vendored Normal file

Binary file not shown.

View File

View File

@@ -0,0 +1,23 @@
open
set Hx 6.5
set pol c+ off -8
otf 1260 1360 3
file Dy_plus
start
set pol c- off -2
otf 1260 1360 3
file Dy_minus
start
set pol c- off -2
otf 1260 1360 3
file Dy_minus
start
set pol c+ off -8
otf 1260 1360 3
file Dy_plus
start

View File

@@ -0,0 +1,26 @@
comment wait_temp
open
set Hx 6.5
set pol c+ off -7.5
hyst cont Hx 6.5 -6.5 2.0 E 1290.5 1282 ppe 110
file Dy_hyst_plus
start
set pol c+ off -7.5
hyst cont Hx -6.5 6.5 2.0 E 1290.5 1282 ppe 110
file Dy_hyst_plus
start
set pol c- off -2
hyst cont Hx 6.5 -6.5 2.0 E 1290.5 1282 ppe 110
file Dy_hyst_minus
start
set pol c- off -2
hyst cont Hx -6.5 6.5 2.0 E 1290.5 1282 ppe 110
file Dy_hyst_minus
start

View File

@@ -0,0 +1,56 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC -" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="-2" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC:CSCALER.INPB" operation="putq" value="1" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" operation="putq" value="2.0" delay="15"/>
<dimension>
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Energy" name="X07MA-PHS-E:GO.A" readback ="X07MA-PGM:CERBK" settlingTime="0.5" xsi:type="ArrayPositioner">
<positions>1290.5 1282</positions>
</positioner>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL0" id="TEY" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL1" id="I0" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL2" id="trans" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:MODE" id="polarization" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:ALPHA" id="polAngle" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-PC-TC:STS:T1" id="temperature" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="ARIDI-PCT:CURRENT" id="RingCurrent" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL4" id="fieldAnalogX" xsi:type="ScalarDetector"/>
</dimension>
<dimension>
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="field" name="X07MA-PC:GO" readback ="X07MA-PC-PS2:STS:PMCURRENT" settlingTime="0" xsi:type="RegionPositioner">
<region>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:M:GO.A" value="6.5" operation="putq"/>
<start>0</start>
<end>100</end>
<stepSize>1</stepSize>
</region>
</positioner>
</dimension>
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="tey_norm" xsi:type="ScriptManipulation">
<mapping xsi:type="IDParameterMapping" variable="c" refid="TEY"/>
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
<script>
import math
def process(c,d):
return c/d
</script>
</manipulation>
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="trans_norm" xsi:type="ScriptManipulation">
<mapping xsi:type="IDParameterMapping" variable="c" refid="trans"/>
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
<script>
import math
def process(c,d):
return c/d
</script>
</manipulation>
</scan>
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="tey_norm" title="TEY norm vs field" xsi:type="LinePlot"/>
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="trans_norm" title="Transm. norm vs field" xsi:type="LinePlot"/>
</configuration>

View File

@@ -0,0 +1,56 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC +" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="-7.5" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC:CSCALER.INPB" operation="putq" value="1" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" operation="putq" value="2.0" delay="15"/>
<dimension>
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Energy" name="X07MA-PHS-E:GO.A" readback ="X07MA-PGM:CERBK" settlingTime="0.5" xsi:type="ArrayPositioner">
<positions>1290.5 1282</positions>
</positioner>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL0" id="TEY" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL1" id="I0" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL2" id="trans" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:MODE" id="polarization" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:ALPHA" id="polAngle" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-PC-TC:STS:T1" id="temperature" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="ARIDI-PCT:CURRENT" id="RingCurrent" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL4" id="fieldAnalogX" xsi:type="ScalarDetector"/>
</dimension>
<dimension>
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="field" name="X07MA-PC:GO" readback ="X07MA-PC-PS2:STS:PMCURRENT" settlingTime="0" xsi:type="RegionPositioner">
<region>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:M:GO.A" value="6.5" operation="putq"/>
<start>0</start>
<end>100</end>
<stepSize>1</stepSize>
</region>
</positioner>
</dimension>
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="tey_norm" xsi:type="ScriptManipulation">
<mapping xsi:type="IDParameterMapping" variable="c" refid="TEY"/>
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
<script>
import math
def process(c,d):
return c/d
</script>
</manipulation>
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="trans_norm" xsi:type="ScriptManipulation">
<mapping xsi:type="IDParameterMapping" variable="c" refid="trans"/>
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
<script>
import math
def process(c,d):
return c/d
</script>
</manipulation>
</scan>
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="tey_norm" title="TEY norm vs field" xsi:type="LinePlot"/>
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="trans_norm" title="Transm. norm vs field" xsi:type="LinePlot"/>
</configuration>

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC -" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="-2" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="1260" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="1360" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="3" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2016_05/20160502" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="1260" operation="putq" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="Dy_minus" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
</scan>
</configuration>

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC +" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="-8" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:M:GO.A" operation="putq" value="6.5" delay="40"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:STS:RAMP:MADE" value="R-Target Made" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:M:GO.A" operation="putq" value="6.5" delay="40"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:STS:RAMP:MADE" value="R-Target Made" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="1260" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="1360" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="3" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2016_05/20160502" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="1260" operation="putq" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="Dy_plus" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="5" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
</scan>
</configuration>

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC -" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="-2" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="1375" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="1475" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="3" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2016_05/20160502" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="1375" operation="putq" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="Er_minus" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
</scan>
</configuration>

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC +" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="-8" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="1375" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="1475" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="3" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2016_05/20160502" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="1375" operation="putq" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="Er_plus" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
</scan>
</configuration>

View File

@@ -0,0 +1,23 @@
comment wait_temp
open
comment set Hx 6.5
set pol c+ off -8
otf 1375 1475 3
file Er_plus
start
set pol c- off -2
otf 1375 1475 3
file Er_minus
start
set pol c- off -2
otf 1375 1475 3
file Er_minus
start
set pol c+ off -8
otf 1375 1475 3
file Er_plus
start

View File

@@ -0,0 +1,27 @@
wait_temp
open
comment magnetization curve 1
set Hx 6.5
set pol c+ off -7
hyst cont Hx 6.5 -6.5 2.0 E 1181.8 1172.0 ppe 90
file Gd_hyst_plus
start
set pol c+ off -7
hyst cont Hx -6.5 6.5 2.0 E 1181.8 1172.0 ppe 90
file Gd_hyst_plus
start
set pol c- off -2.5
hyst cont Hx 6.5 -6.5 2.0 E 1181.8 1172.0 ppe 90
file Gd_hyst_minus
start
set pol c- off -2.5
hyst cont Hx -6.5 6.5 2.0 E 1181.8 1172.0 ppe 90
file Gd_hyst_minus
start

View File

@@ -0,0 +1,26 @@
open
set Hx 6.5
set pol c+ off -7
otf 1150 1250 3
file Gd_plus
start
set pol c- off -2.5
otf 1150 1250 3
file Gd_minus
start
set pol c- off -2.5
otf 1150 1250 3
file Gd_minus
start
open
set pol c+ off -7
otf 1150 1250 3
file Gd_plus
start

View File

@@ -0,0 +1,51 @@
wait_temp
open
comment magnetization curve 1
set Hx 6.5
set pol c+ off -7
hyst cont Hx 6.5 -6.5 2.0 E 1182.3 1177.0 ppe 107
file Gd_hyst_plus
start
set pol c+ off -7
hyst cont Hx -6.5 6.5 2.0 E 1182.3 1177.0 ppe 107
file Gd_hyst_plus
start
set pol c- off -2.5
hyst cont Hx 6.5 -6.5 2.0 E 1182.3 1177.0 ppe 107
file Gd_hyst_minus
start
set pol c- off -2.5
hyst cont Hx -6.5 6.5 2.0 E 1182.3 1177.0 ppe 107
file Gd_hyst_minus
start
comment magnetization curve 2
set Hx 6.5
set pol c+ off -7
hyst cont Hx 6.5 -6.5 2.0 E 1182.3 1177.0 ppe 107
file Gd_hyst_plus
start
set pol c+ off -7
hyst cont Hx -6.5 6.5 2.0 E 1182.3 1177.0 ppe 107
file Gd_hyst_plus
start
set pol c- off -3
hyst cont Hx 6.5 -6.5 2.0 E 1182.3 1177.0 ppe 107
file Gd_hyst_minus
start
set pol c- off -3
hyst cont Hx -6.5 6.5 2.0 E 1182.3 1177.0 ppe 107
file Gd_hyst_minus
start

View File

@@ -0,0 +1,57 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC -" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="-2.5" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC:CSCALER.INPB" operation="putq" value="1" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" operation="putq" value="2.0" delay="15"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ShellAction" command="/sls/X07MA/data/x07maop/python/TEMP_wait_fill.py"/>
<dimension>
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Energy" name="X07MA-PHS-E:GO.A" readback ="X07MA-PGM:CERBK" settlingTime="0.5" xsi:type="ArrayPositioner">
<positions>1181.8 1172.0</positions>
</positioner>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL0" id="TEY" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL1" id="I0" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL2" id="trans" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:MODE" id="polarization" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:ALPHA" id="polAngle" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-PC-TC:STS:T1" id="temperature" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="ARIDI-PCT:CURRENT" id="RingCurrent" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL4" id="fieldAnalogX" xsi:type="ScalarDetector"/>
</dimension>
<dimension>
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="field" name="X07MA-PC:GO" readback ="X07MA-PC-PS2:STS:PMCURRENT" settlingTime="0" xsi:type="RegionPositioner">
<region>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:M:GO.A" value="6.5" operation="putq"/>
<start>0</start>
<end>90</end>
<stepSize>1</stepSize>
</region>
</positioner>
</dimension>
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="tey_norm" xsi:type="ScriptManipulation">
<mapping xsi:type="IDParameterMapping" variable="c" refid="TEY"/>
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
<script>
import math
def process(c,d):
return c/d
</script>
</manipulation>
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="trans_norm" xsi:type="ScriptManipulation">
<mapping xsi:type="IDParameterMapping" variable="c" refid="trans"/>
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
<script>
import math
def process(c,d):
return c/d
</script>
</manipulation>
</scan>
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="tey_norm" title="TEY norm vs field" xsi:type="LinePlot"/>
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="trans_norm" title="Transm. norm vs field" xsi:type="LinePlot"/>
</configuration>

View File

@@ -0,0 +1,57 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC +" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="-7" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC:CSCALER.INPB" operation="putq" value="1" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" operation="putq" value="2.0" delay="15"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ShellAction" command="/sls/X07MA/data/x07maop/python/TEMP_wait_fill.py"/>
<dimension>
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Energy" name="X07MA-PHS-E:GO.A" readback ="X07MA-PGM:CERBK" settlingTime="0.5" xsi:type="ArrayPositioner">
<positions>1181.8 1172.0</positions>
</positioner>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL0" id="TEY" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL1" id="I0" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL2" id="trans" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:MODE" id="polarization" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:ALPHA" id="polAngle" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-PC-TC:STS:T1" id="temperature" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="ARIDI-PCT:CURRENT" id="RingCurrent" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL4" id="fieldAnalogX" xsi:type="ScalarDetector"/>
</dimension>
<dimension>
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="field" name="X07MA-PC:GO" readback ="X07MA-PC-PS2:STS:PMCURRENT" settlingTime="0" xsi:type="RegionPositioner">
<region>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:M:GO.A" value="6.5" operation="putq"/>
<start>0</start>
<end>90</end>
<stepSize>1</stepSize>
</region>
</positioner>
</dimension>
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="tey_norm" xsi:type="ScriptManipulation">
<mapping xsi:type="IDParameterMapping" variable="c" refid="TEY"/>
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
<script>
import math
def process(c,d):
return c/d
</script>
</manipulation>
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="trans_norm" xsi:type="ScriptManipulation">
<mapping xsi:type="IDParameterMapping" variable="c" refid="trans"/>
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
<script>
import math
def process(c,d):
return c/d
</script>
</manipulation>
</scan>
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="tey_norm" title="TEY norm vs field" xsi:type="LinePlot"/>
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="trans_norm" title="Transm. norm vs field" xsi:type="LinePlot"/>
</configuration>

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC -" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="-2.5" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="1150" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="1250" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="3" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2016_05/20160502" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="1150" operation="putq" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="Gd_minus" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
</scan>
</configuration>

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC +" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="-7" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:M:GO.A" operation="putq" value="6.5" delay="40"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:STS:RAMP:MADE" value="R-Target Made" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:M:GO.A" operation="putq" value="6.5" delay="40"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:STS:RAMP:MADE" value="R-Target Made" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="1150" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="1250" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="3" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2016_05/20160502" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="1150" operation="putq" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="Gd_plus" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="5" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
</scan>
</configuration>

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC -" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="-2.5" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="1150" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="1250" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="3" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2016_05/20160502" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="1150" operation="putq" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="Gd_minus" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
</scan>
</configuration>

View File

@@ -0,0 +1,25 @@
comment wait_temp
open
set Hx 6.5
set pol c+ off -7.5
hyst cont Hx 6.5 -6.5 2.0 E 1290.5 1282 ppe 100
file Dy_hyst_plus
start
set pol c+ off -7.5
hyst cont Hx -6.5 6.5 2.0 E 1290.5 1282 ppe 100
file Dy_hyst_plus
start
set pol c- off -2
hyst cont Hx 6.5 -6.5 2.0 E 1290.5 1282 ppe 100
file Dy_hyst_minus
start
set pol c- off -2
hyst cont Hx -6.5 6.5 2.0 E 1290.5 1282 ppe 100
file Dy_hyst_minus
start

View File

@@ -0,0 +1,94 @@
set pol c+ off -0.5
otf 760 840 3
file Co_plus
start
set pol c- off 2
otf 760 840 3
file Co_minus
start
set pol c- off 2
otf 760 840 3
file Co_minus
start
set pol c+ off -0.5
otf 760 840 3
file Co_plus
start
set pol c+ off -0.5
otf 685 750 3
file Fe_plus
start
set pol c- off 2
otf 685 750 3
file Fe_minus
start
set pol c- off 2
otf 685 750 3
file Fe_minus
start
set pol c+ off -0.5
otf 685 750 3
file Fe_plus
start
set Hx 0
set pol c+ off -0.5
otf 760 840 3
file Co_plus
start
set pol c- off 2
otf 760 840 3
file Co_minus
start
set pol c- off 2
otf 760 840 3
file Co_minus
start
set pol c+ off -0.5
otf 760 840 3
file Co_plus
start
set pol c+ off -0.5
otf 685 750 3
file Fe_plus
start
set pol c- off 2
otf 685 750 3
file Fe_minus
start
set pol c- off 2
otf 685 750 3
file Fe_minus
start
set pol c+ off -0.5
otf 685 750 3
file Fe_plus
start

View File

@@ -0,0 +1,57 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC -" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="2.0" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC:CSCALER.INPB" operation="putq" value="1" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" operation="putq" value="1.0" delay="15"/>
<dimension>
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Energy" name="X07MA-PHS-E:GO.A" readback ="X07MA-PGM:CERBK" settlingTime="0.5" xsi:type="ArrayPositioner">
<positions>770 777.74</positions>
</positioner>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL0" id="TEY" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL1" id="I0" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL2" id="trans" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:MODE" id="polarization" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:ALPHA" id="polAngle" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-PC-TC:STS:T1" id="temperature" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="ARIDI-PCT:CURRENT" id="RingCurrent" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL4" id="fieldAnalogX" xsi:type="ScalarDetector"/>
</dimension>
<dimension>
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="field" name="X07MA-PC:GO" readback ="X07MA-PC-PS2:STS:PMCURRENT" settlingTime="0" xsi:type="RegionPositioner">
<region>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:M:GO.A" value="-6.0" operation="putq"/>
<start>0</start>
<end>98</end>
<stepSize>1</stepSize>
</region>
</positioner>
</dimension>
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" operation="putq" value="2" delay="15"/>
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="tey_norm" xsi:type="ScriptManipulation">
<mapping xsi:type="IDParameterMapping" variable="c" refid="TEY"/>
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
<script>
import math
def process(c,d):
return c/d
</script>
</manipulation>
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="trans_norm" xsi:type="ScriptManipulation">
<mapping xsi:type="IDParameterMapping" variable="c" refid="trans"/>
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
<script>
import math
def process(c,d):
return c/d
</script>
</manipulation>
</scan>
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="tey_norm" title="TEY norm vs field" xsi:type="LinePlot"/>
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="trans_norm" title="Transm. norm vs field" xsi:type="LinePlot"/>
</configuration>

View File

@@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC +" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="-0.5" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC:CSCALER.INPB" operation="putq" value="1" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" operation="putq" value="1.0" delay="15"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ShellAction" command="/sls/X07MA/data/x07maop/python/TEMP_wait_fill.py"/>
<dimension>
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Energy" name="X07MA-PHS-E:GO.A" readback ="X07MA-PGM:CERBK" settlingTime="0.5" xsi:type="ArrayPositioner">
<positions>770 777.74</positions>
</positioner>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL0" id="TEY" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL1" id="I0" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL2" id="trans" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:MODE" id="polarization" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:ALPHA" id="polAngle" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-PC-TC:STS:T1" id="temperature" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="ARIDI-PCT:CURRENT" id="RingCurrent" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL4" id="fieldAnalogX" xsi:type="ScalarDetector"/>
</dimension>
<dimension>
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="field" name="X07MA-PC:GO" readback ="X07MA-PC-PS2:STS:PMCURRENT" settlingTime="0" xsi:type="RegionPositioner">
<region>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:M:GO.A" value="6.0" operation="putq"/>
<start>0</start>
<end>93</end>
<stepSize>1</stepSize>
</region>
</positioner>
</dimension>
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" operation="putq" value="2" delay="15"/>
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="tey_norm" xsi:type="ScriptManipulation">
<mapping xsi:type="IDParameterMapping" variable="c" refid="TEY"/>
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
<script>
import math
def process(c,d):
return c/d
</script>
</manipulation>
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="trans_norm" xsi:type="ScriptManipulation">
<mapping xsi:type="IDParameterMapping" variable="c" refid="trans"/>
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
<script>
import math
def process(c,d):
return c/d
</script>
</manipulation>
</scan>
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="tey_norm" title="TEY norm vs field" xsi:type="LinePlot"/>
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="trans_norm" title="Transm. norm vs field" xsi:type="LinePlot"/>
</configuration>

View File

@@ -0,0 +1,22 @@
set Hx 6.0
set pol c+ off -0.5
hyst cont Hx 6.0 -6.0 1.0 E 770 777.74 ppe 93
file Co2_hyst_plus
start
set pol c- off 2.0
hyst cont Hx -6.0 6.0 1.0 E 770 777.74 ppe 93
file Co2_hyst_minus
start
set pol c- off 2.0
hyst cont Hx 6.0 -6.0 1.0 E 770 777.74 ppe 93
file Co2_hyst_minus
start
set pol c+ off -0.5
hyst cont Hx -6.0 6.0 1.0 E 770 777.74 ppe 93
file Co2_hyst_plus
start

View File

@@ -0,0 +1,56 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC -" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="10.5" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC:CSCALER.INPB" operation="putq" value="1" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" operation="putq" value="1.0" delay="15"/>
<dimension>
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Energy" name="X07MA-PHS-E:GO.A" readback ="X07MA-PGM:CERBK" settlingTime="0.5" xsi:type="ArrayPositioner">
<positions>770.0 775.2</positions>
</positioner>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1:CADC1" id="TEY" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1:CADC2" id="I0" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1:CADC3" id="trans" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:MODE" id="polarization" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:ALPHA" id="polAngle" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-PC-TC:STS:T1" id="temperature" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="ARIDI-PCT:CURRENT" id="RingCurrent" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1:CADC5" id="fieldAnalogX" xsi:type="ScalarDetector"/>
</dimension>
<dimension>
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="field" name="X07MA-PC:GO" readback ="X07MA-PC-PS2:STS:PMCURRENT" settlingTime="0" xsi:type="RegionPositioner">
<region>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:M:GO.A" value="-6.5" operation="putq"/>
<start>0</start>
<end>137</end>
<stepSize>1</stepSize>
</region>
</positioner>
</dimension>
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" operation="putq" value="2" delay="15"/>
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="tey_norm" xsi:type="ScriptManipulation">
<mapping xsi:type="IDParameterMapping" variable="c" refid="TEY"/>
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
<script>
import math
def process(c,d):
return c/d
</script>
</manipulation>
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="trans_norm" xsi:type="ScriptManipulation">
<mapping xsi:type="IDParameterMapping" variable="c" refid="trans"/>
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
<script>
import math
def process(c,d):
return c/d
</script>
</manipulation>
</scan>
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="tey_norm" title="TEY norm vs field" xsi:type="LinePlot"/>
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="trans_norm" title="Transm. norm vs field" xsi:type="LinePlot"/>
</configuration>

View File

@@ -0,0 +1,56 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC +" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="8.0" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC:CSCALER.INPB" operation="putq" value="1" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" operation="putq" value="1.0" delay="15"/>
<dimension>
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Energy" name="X07MA-PHS-E:GO.A" readback ="X07MA-PGM:CERBK" settlingTime="0.5" xsi:type="ArrayPositioner">
<positions>770.0 775.2</positions>
</positioner>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1:CADC1" id="TEY" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1:CADC2" id="I0" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1:CADC3" id="trans" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:MODE" id="polarization" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:ALPHA" id="polAngle" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-PC-TC:STS:T1" id="temperature" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="ARIDI-PCT:CURRENT" id="RingCurrent" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1:CADC5" id="fieldAnalogX" xsi:type="ScalarDetector"/>
</dimension>
<dimension>
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="field" name="X07MA-PC:GO" readback ="X07MA-PC-PS2:STS:PMCURRENT" settlingTime="0" xsi:type="RegionPositioner">
<region>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:M:GO.A" value="-6.5" operation="putq"/>
<start>0</start>
<end>137</end>
<stepSize>1</stepSize>
</region>
</positioner>
</dimension>
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" operation="putq" value="2" delay="15"/>
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="tey_norm" xsi:type="ScriptManipulation">
<mapping xsi:type="IDParameterMapping" variable="c" refid="TEY"/>
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
<script>
import math
def process(c,d):
return c/d
</script>
</manipulation>
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="trans_norm" xsi:type="ScriptManipulation">
<mapping xsi:type="IDParameterMapping" variable="c" refid="trans"/>
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
<script>
import math
def process(c,d):
return c/d
</script>
</manipulation>
</scan>
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="tey_norm" title="TEY norm vs field" xsi:type="LinePlot"/>
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="trans_norm" title="Transm. norm vs field" xsi:type="LinePlot"/>
</configuration>

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC -" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="2" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="760" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="840" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="3" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2016_11/20161111" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="760" operation="putq" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="Co_minus" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
</scan>
</configuration>

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC +" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="-0.5" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="760" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="840" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="2" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2016_11/20161111" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="760" operation="putq" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="Co_plus" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
</scan>
</configuration>

View File

@@ -0,0 +1,22 @@
set pol c+ off -0.5
otf 685 750 3
file Fe_plus
start
set pol c- off 2
otf 685 750 3
file Fe_minus
start
set pol c- off 2
otf 685 750 3
file Fe_minus
start
set pol c+ off -0.5
otf 685 750 3
file Fe_plus
start

View File

@@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC -" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="2.0" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC:CSCALER.INPB" operation="putq" value="1" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" operation="putq" value="1.0" delay="15"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ShellAction" command="/sls/X07MA/data/x07maop/python/TEMP_wait_fill.py"/>
<dimension>
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Energy" name="X07MA-PHS-E:GO.A" readback ="X07MA-PGM:CERBK" settlingTime="0.5" xsi:type="ArrayPositioner">
<positions>700 708.74</positions>
</positioner>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL0" id="TEY" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL1" id="I0" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL2" id="trans" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:MODE" id="polarization" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:ALPHA" id="polAngle" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-PC-TC:STS:T1" id="temperature" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="ARIDI-PCT:CURRENT" id="RingCurrent" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL4" id="fieldAnalogX" xsi:type="ScalarDetector"/>
</dimension>
<dimension>
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="field" name="X07MA-PC:GO" readback ="X07MA-PC-PS2:STS:PMCURRENT" settlingTime="0" xsi:type="RegionPositioner">
<region>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:M:GO.A" value="-6.0" operation="putq"/>
<start>0</start>
<end>93</end>
<stepSize>1</stepSize>
</region>
</positioner>
</dimension>
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" operation="putq" value="2" delay="15"/>
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="tey_norm" xsi:type="ScriptManipulation">
<mapping xsi:type="IDParameterMapping" variable="c" refid="TEY"/>
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
<script>
import math
def process(c,d):
return c/d
</script>
</manipulation>
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="trans_norm" xsi:type="ScriptManipulation">
<mapping xsi:type="IDParameterMapping" variable="c" refid="trans"/>
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
<script>
import math
def process(c,d):
return c/d
</script>
</manipulation>
</scan>
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="tey_norm" title="TEY norm vs field" xsi:type="LinePlot"/>
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="trans_norm" title="Transm. norm vs field" xsi:type="LinePlot"/>
</configuration>

View File

@@ -0,0 +1,62 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC +" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="-0.5" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:M:GO.A" operation="putq" value="-6.0" delay="40"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:STS:RAMP:MADE" value="R-Target Made" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:M:GO.A" operation="putq" value="-6.0" delay="40"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:STS:RAMP:MADE" value="R-Target Made" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC:CSCALER.INPB" operation="putq" value="1" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" operation="putq" value="1.0" delay="15"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ShellAction" command="/sls/X07MA/data/x07maop/python/TEMP_wait_fill.py"/>
<dimension>
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Energy" name="X07MA-PHS-E:GO.A" readback ="X07MA-PGM:CERBK" settlingTime="0.5" xsi:type="ArrayPositioner">
<positions>700 708.74</positions>
</positioner>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL0" id="TEY" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL1" id="I0" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL2" id="trans" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:MODE" id="polarization" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:ALPHA" id="polAngle" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-PC-TC:STS:T1" id="temperature" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="ARIDI-PCT:CURRENT" id="RingCurrent" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL4" id="fieldAnalogX" xsi:type="ScalarDetector"/>
</dimension>
<dimension>
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="field" name="X07MA-PC:GO" readback ="X07MA-PC-PS2:STS:PMCURRENT" settlingTime="0" xsi:type="RegionPositioner">
<region>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:M:GO.A" value="6.0" operation="putq"/>
<start>0</start>
<end>93</end>
<stepSize>1</stepSize>
</region>
</positioner>
</dimension>
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" operation="putq" value="2" delay="15"/>
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="tey_norm" xsi:type="ScriptManipulation">
<mapping xsi:type="IDParameterMapping" variable="c" refid="TEY"/>
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
<script>
import math
def process(c,d):
return c/d
</script>
</manipulation>
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="trans_norm" xsi:type="ScriptManipulation">
<mapping xsi:type="IDParameterMapping" variable="c" refid="trans"/>
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
<script>
import math
def process(c,d):
return c/d
</script>
</manipulation>
</scan>
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="tey_norm" title="TEY norm vs field" xsi:type="LinePlot"/>
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="trans_norm" title="Transm. norm vs field" xsi:type="LinePlot"/>
</configuration>

View File

@@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC -" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="2.0" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC:CSCALER.INPB" operation="putq" value="1" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" operation="putq" value="1.0" delay="15"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ShellAction" command="/sls/X07MA/data/x07maop/python/TEMP_wait_fill.py"/>
<dimension>
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Energy" name="X07MA-PHS-E:GO.A" readback ="X07MA-PGM:CERBK" settlingTime="0.5" xsi:type="ArrayPositioner">
<positions>700 708.12</positions>
</positioner>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL0" id="TEY" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL1" id="I0" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL2" id="trans" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:MODE" id="polarization" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:ALPHA" id="polAngle" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-PC-TC:STS:T1" id="temperature" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="ARIDI-PCT:CURRENT" id="RingCurrent" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL4" id="fieldAnalogX" xsi:type="ScalarDetector"/>
</dimension>
<dimension>
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="field" name="X07MA-PC:GO" readback ="X07MA-PC-PS2:STS:PMCURRENT" settlingTime="0" xsi:type="RegionPositioner">
<region>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:M:GO.A" value="-6.0" operation="putq"/>
<start>0</start>
<end>93</end>
<stepSize>1</stepSize>
</region>
</positioner>
</dimension>
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" operation="putq" value="2" delay="15"/>
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="tey_norm" xsi:type="ScriptManipulation">
<mapping xsi:type="IDParameterMapping" variable="c" refid="TEY"/>
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
<script>
import math
def process(c,d):
return c/d
</script>
</manipulation>
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="trans_norm" xsi:type="ScriptManipulation">
<mapping xsi:type="IDParameterMapping" variable="c" refid="trans"/>
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
<script>
import math
def process(c,d):
return c/d
</script>
</manipulation>
</scan>
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="tey_norm" title="TEY norm vs field" xsi:type="LinePlot"/>
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="trans_norm" title="Transm. norm vs field" xsi:type="LinePlot"/>
</configuration>

View File

@@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC +" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="-0.5" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC:CSCALER.INPB" operation="putq" value="1" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" operation="putq" value="1.0" delay="15"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ShellAction" command="/sls/X07MA/data/x07maop/python/TEMP_wait_fill.py"/>
<dimension>
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Energy" name="X07MA-PHS-E:GO.A" readback ="X07MA-PGM:CERBK" settlingTime="0.5" xsi:type="ArrayPositioner">
<positions>700 708.12</positions>
</positioner>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL0" id="TEY" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL1" id="I0" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL2" id="trans" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:MODE" id="polarization" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:ALPHA" id="polAngle" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-PC-TC:STS:T1" id="temperature" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="ARIDI-PCT:CURRENT" id="RingCurrent" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL4" id="fieldAnalogX" xsi:type="ScalarDetector"/>
</dimension>
<dimension>
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="field" name="X07MA-PC:GO" readback ="X07MA-PC-PS2:STS:PMCURRENT" settlingTime="0" xsi:type="RegionPositioner">
<region>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:M:GO.A" value="6.0" operation="putq"/>
<start>0</start>
<end>93</end>
<stepSize>1</stepSize>
</region>
</positioner>
</dimension>
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" operation="putq" value="2" delay="15"/>
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="tey_norm" xsi:type="ScriptManipulation">
<mapping xsi:type="IDParameterMapping" variable="c" refid="TEY"/>
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
<script>
import math
def process(c,d):
return c/d
</script>
</manipulation>
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="trans_norm" xsi:type="ScriptManipulation">
<mapping xsi:type="IDParameterMapping" variable="c" refid="trans"/>
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
<script>
import math
def process(c,d):
return c/d
</script>
</manipulation>
</scan>
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="tey_norm" title="TEY norm vs field" xsi:type="LinePlot"/>
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="trans_norm" title="Transm. norm vs field" xsi:type="LinePlot"/>
</configuration>

View File

@@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC -" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="1.5" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC:CSCALER.INPB" operation="putq" value="1" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" operation="putq" value="1" delay="15"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ShellAction" command="/sls/X07MA/data/x07maop/python/TEMP_wait_fill.py"/>
<dimension>
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Energy" name="X07MA-PHS-E:GO.A" readback ="X07MA-PGM:CERBK" settlingTime="0.5" xsi:type="ArrayPositioner">
<positions>698 709.2</positions>
</positioner>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL0" id="TEY" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL1" id="I0" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL2" id="trans" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:MODE" id="polarization" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:ALPHA" id="polAngle" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-PC-TC:STS:T1" id="temperature" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="ARIDI-PCT:CURRENT" id="RingCurrent" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL4" id="fieldAnalogX" xsi:type="ScalarDetector"/>
</dimension>
<dimension>
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="field" name="X07MA-PC:GO" readback ="X07MA-PC-PS2:STS:PMCURRENT" settlingTime="0" xsi:type="RegionPositioner">
<region>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:M:GO.A" value="-6.8" operation="putq"/>
<start>0</start>
<end>130</end>
<stepSize>1</stepSize>
</region>
</positioner>
</dimension>
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" operation="putq" value="2" delay="15"/>
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="tey_norm" xsi:type="ScriptManipulation">
<mapping xsi:type="IDParameterMapping" variable="c" refid="TEY"/>
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
<script>
import math
def process(c,d):
return c/d
</script>
</manipulation>
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="trans_norm" xsi:type="ScriptManipulation">
<mapping xsi:type="IDParameterMapping" variable="c" refid="trans"/>
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
<script>
import math
def process(c,d):
return c/d
</script>
</manipulation>
</scan>
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="tey_norm" title="TEY norm vs field" xsi:type="LinePlot"/>
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="trans_norm" title="Transm. norm vs field" xsi:type="LinePlot"/>
</configuration>

View File

@@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC +" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="-0.5" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC:CSCALER.INPB" operation="putq" value="1" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" operation="putq" value="1" delay="15"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ShellAction" command="/sls/X07MA/data/x07maop/python/TEMP_wait_fill.py"/>
<dimension>
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Energy" name="X07MA-PHS-E:GO.A" readback ="X07MA-PGM:CERBK" settlingTime="0.5" xsi:type="ArrayPositioner">
<positions>698 709.2</positions>
</positioner>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL0" id="TEY" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL1" id="I0" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL2" id="trans" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:MODE" id="polarization" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:ALPHA" id="polAngle" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-PC-TC:STS:T1" id="temperature" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="ARIDI-PCT:CURRENT" id="RingCurrent" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL4" id="fieldAnalogX" xsi:type="ScalarDetector"/>
</dimension>
<dimension>
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="field" name="X07MA-PC:GO" readback ="X07MA-PC-PS2:STS:PMCURRENT" settlingTime="0" xsi:type="RegionPositioner">
<region>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:M:GO.A" value="-6.8" operation="putq"/>
<start>0</start>
<end>130</end>
<stepSize>1</stepSize>
</region>
</positioner>
</dimension>
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" operation="putq" value="2" delay="15"/>
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="tey_norm" xsi:type="ScriptManipulation">
<mapping xsi:type="IDParameterMapping" variable="c" refid="TEY"/>
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
<script>
import math
def process(c,d):
return c/d
</script>
</manipulation>
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="trans_norm" xsi:type="ScriptManipulation">
<mapping xsi:type="IDParameterMapping" variable="c" refid="trans"/>
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
<script>
import math
def process(c,d):
return c/d
</script>
</manipulation>
</scan>
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="tey_norm" title="TEY norm vs field" xsi:type="LinePlot"/>
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="trans_norm" title="Transm. norm vs field" xsi:type="LinePlot"/>
</configuration>

View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC -" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="1.5" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="685" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="830" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="6" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2015_11/20151103" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="685" operation="putq" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="FeCo_minus" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ShellAction" command="/sls/X07MA/data/x07maop/python/TEMP_wait_fill.py"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
</scan>
</configuration>

View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC -" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="1.5" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="685" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="830" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="6" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2015_11/20151103" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="685" operation="putq" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="FeCo_plus" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ShellAction" command="/sls/X07MA/data/x07maop/python/TEMP_wait_fill.py"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
</scan>
</configuration>

View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC -" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="5.5" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="695" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="730" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="2" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2012_08/20120831" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.5" value="FeE_minus" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="695" operation="putq" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
<dimension>
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ArrayPositioner" name="START" id="p1" settlingTime="1">
<positions>1</positions>
</positioner>
</dimension>
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" />
</scan>
</configuration>

View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC +" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="3.5" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="695" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="730" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="2" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2012_08/20120831" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.5" value="FeE_plus" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="695" operation="putq" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
<dimension>
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ArrayPositioner" name="START" id="p1" settlingTime="1">
<positions>1</positions>
</positioner>
</dimension>
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" />
</scan>
</configuration>

View File

@@ -0,0 +1,240 @@
set Hx -6.5
set pol c+ off 8
hyst cont Hx -6.5 6.5 1.0 E 701.0 704.6 ppe 145
file Fe1_hyst_plus
start
set pol c+ off 8
hyst cont Hx 6.5 -6.5 1.0 E 701.0 704.6 ppe 145
file Fe1_hyst_plus
start
set pol c- off 10.5
hyst cont Hx -6.5 6.5 1.0 E 701.0 704.6 ppe 145
file Fe1_hyst_minus
start
set pol c- off 10.5
hyst cont Hx 6.5 -6.5 1.0 E 701.0 704.6 ppe 145
file Fe1_hyst_minus
start
set pol c+ off 8
hyst cont Hx -6.5 6.5 1.0 E 701.0 705.9 ppe 145
file Fe2_hyst_plus
start
set pol c+ off 8
hyst cont Hx 6.5 -6.5 1.0 E 701.0 705.9 ppe 145
file Fe2_hyst_plus
start
set pol c- off 10.5
hyst cont Hx -6.5 6.5 1.0 E 701.0 705.9 ppe 145
file Fe2_hyst_minus
start
set pol c- off 10.5
hyst cont Hx 6.5 -6.5 1.0 E 701.0 705.9 ppe 145
file Fe2_hyst_minus
start
set pol c+ off 8
hyst cont Hx -6.5 6.5 1.0 E 701.0 706.5 ppe 145
file Fe3_hyst_plus
start
set pol c+ off 8
hyst cont Hx 6.5 -6.5 1.0 E 701.0 706.5 ppe 145
file Fe3_hyst_plus
start
set pol c- off 10.5
hyst cont Hx -6.5 6.5 1.0 E 701.0 706.5 ppe 145
file Fe3_hyst_minus
start
set pol c- off 10.5
hyst cont Hx 6.5 -6.5 1.0 E 701.0 706.5 ppe 145
file Fe3_hyst_minus
start
set pol c+ off 8.0
hyst cont Hx -6.5 6.5 1.0 E 770.0 775.2 ppe 137
file Co_hyst_plus
start
set pol c+ off 8.0
hyst cont Hx 6.5 -6.5 1.0 E 770.0 775.2 ppe 137
file Co_hyst_plus
start
set pol c- off 10.5
hyst cont Hx -6.5 6.5 1.0 E 770.0 775.2 ppe 137
file Co_hyst_minus
start
set pol c- off 10.5
hyst cont Hx 6.5 -6.5 1.0 E 770.0 775.2 ppe 137
file Co_hyst_minus
start
set Hx 6.5
set pol c+ off 8
hyst cont Hx 6.5 -6.5 1.0 E 701.0 704.6 ppe 145
file Fe1_hyst_plus
start
set pol c+ off 8
hyst cont Hx -6.5 6.5 1.0 E 701.0 704.6 ppe 145
file Fe1_hyst_plus
start
set pol c- off 10.5
hyst cont Hx 6.5 -6.5 1.0 E 701.0 704.6 ppe 145
file Fe1_hyst_minus
start
set pol c- off 10.5
hyst cont Hx -6.5 6.5 1.0 E 701.0 704.6 ppe 145
file Fe1_hyst_minus
start
set pol c+ off 8
hyst cont Hx 6.5 -6.5 1.0 E 701.0 705.9 ppe 145
file Fe2_hyst_plus
start
set pol c+ off 8
hyst cont Hx -6.5 6.5 1.0 E 701.0 705.9 ppe 145
file Fe2_hyst_plus
start
set pol c- off 10.5
hyst cont Hx 6.5 -6.5 1.0 E 701.0 705.9 ppe 145
file Fe2_hyst_minus
start
set pol c- off 10.5
hyst cont Hx -6.5 6.5 1.0 E 701.0 705.9 ppe 145
file Fe2_hyst_minus
start
set pol c+ off 8
hyst cont Hx 6.5 -6.5 1.0 E 701.0 706.5 ppe 145
file Fe3_hyst_plus
start
set pol c+ off 8
hyst cont Hx -6.5 6.5 1.0 E 701.0 706.5 ppe 145
file Fe3_hyst_plus
start
set pol c- off 10.5
hyst cont Hx 6.5 -6.5 1.0 E 701.0 706.5 ppe 145
file Fe3_hyst_minus
start
set pol c- off 10.5
hyst cont Hx -6.5 6.5 1.0 E 701.0 706.5 ppe 145
file Fe3_hyst_minus
start
set pol c+ off 8.0
hyst cont Hx 6.5 -6.5 1.0 E 770.0 775.2 ppe 163
file Co_hyst_plus
start
set pol c+ off 8.0
hyst cont Hx -6.5 6.5 1.0 E 770.0 775.2 ppe 163
file Co_hyst_plus
start
set pol c- off 10.5
hyst cont Hx 6.5 -6.5 1.0 E 770.0 775.2 ppe 137
file Co_hyst_minus
start
set pol c- off 10.5
hyst cont Hx -6.5 6.5 1.0 E 770.0 775.2 ppe 137
file Co_hyst_minus
start
set Hx 6.5
set pol c+ off 8.0
otf 685 825 6
file FeCo_plus
start
set pol c- off 10.5
otf 685 825 6
file FeCo_minus
start
set pol c- off 10.5
otf 685 825 6
file FeCo_minus
start
set pol c+ off 8.0
otf 685 825 6
file FeCo_plus
start
set pol c+ off 8.0
otf 685 825 6
file FeCo_plus
start
set pol c- off 10.5
otf 685 825 6
file FeCo_minus
start
set pol c- off 10.5
otf 685 825 6
file FeCo_minus
start
set pol c+ off 8.0
otf 685 825 6
file FeCo_plus
start

View File

@@ -0,0 +1,22 @@
set Hx 6.0
set pol c+ off -0.5
hyst cont Hx 6.0 -6.0 1.0 E 770 777.74 ppe 93
file Co2_hyst_plus
start
set pol c- off 2.0
hyst cont Hx -6.0 6.0 1.0 E 770 777.74 ppe 93
file Co2_hyst_minus
start
set pol c- off 2.0
hyst cont Hx 6.0 -6.0 1.0 E 770 777.74 ppe 93
file Co2_hyst_minus
start
set pol c+ off -0.5
hyst cont Hx -6.0 6.0 1.0 E 770 777.74 ppe 93
file Co2_hyst_plus
start

View File

@@ -0,0 +1,105 @@
wait_temp
set Hx -4
set pol c+ off -0.5
hyst cont Hx -4 4 0.5 E 768 778.4 ppe 143
file Co2_hyst_plus
start
set pol c+ off -0.5
hyst cont Hx 4 -4 0.5 E 768 778.4 ppe 143
file Co2_hyst_plus
start
set pol c- off 1.5
hyst cont Hx -4 4 0.5 E 768 778.4 ppe 143
file Co2_hyst_minus
start
set pol c- off 1.5
hyst cont Hx 4 -4 0.5 E 768 778.4 ppe 143
file Co2_hyst_minus
start
set pol c+ off -0.5
hyst cont Hx -4 4 0.5 E 698 707.3 ppe 143
file Fe1_hyst_plus
start
set pol c+ off -0.5
hyst cont Hx 4 -4 0.5 E 698 707.3 ppe 143
file Fe1_hyst_plus
start
set pol c- off 1.5
hyst cont Hx -4 4 0.5 E 698 707.3 ppe 143
file Fe1_hyst_minus
start
set pol c- off 1.5
hyst cont Hx 4 -4 0.5 E 698 707.3 ppe 143
file Fe1_hyst_minus
start
set pol c+ off -0.5
hyst cont Hx -4 4 0.5 E 698 708.6 ppe 143
file Fe2_hyst_plus
start
set pol c+ off -0.5
hyst cont Hx 4 -4 0.5 E 698 708.6 ppe 143
file Fe2_hyst_plus
start
set pol c- off 1.5
hyst cont Hx -4 4 0.5 E 698 708.6 ppe 143
file Fe2_hyst_minus
start
set pol c- off 1.5
hyst cont Hx 4 -4 0.5 E 698 708.6 ppe 143
file Fe2_hyst_minus
start
set pol c+ off -0.5
hyst cont Hx -4 4 0.5 E 698 709.3 ppe 143
file Fe3_hyst_plus
start
set pol c+ off -0.5
hyst cont Hx 4 -4 0.5 E 698 709.3 ppe 143
file Fe3_hyst_plus
start
set pol c- off 1.5
hyst cont Hx -4 4 0.5 E 698 709.3 ppe 143
file Fe3_hyst_minus
start
set pol c- off 1.5
hyst cont Hx 4 -4 0.5 E 698 709.3 ppe 143
file Fe3_hyst_minus
start
set pol c+ off -0.5
hyst cont Hx -4 4 0.5 E 768 778.4 ppe 143
file Co2_hyst_plus
start
set pol c+ off -0.5
hyst cont Hx 4 -4 0.5 E 768 778.4 ppe 143
file Co2_hyst_plus
start
set pol c- off 1.5
hyst cont Hx -4 4 0.5 E 768 778.4 ppe 143
file Co2_hyst_minus
start
set pol c- off 1.5
hyst cont Hx 4 -4 0.5 E 768 778.4 ppe 143
file Co2_hyst_minus
start

View File

@@ -0,0 +1,157 @@
wait_temp
set pol c+ off -0.5
hyst cont Hx -6.8 6.8 1 E 698 707.4 ppe 130
file Fe1_hyst_plus
start
set pol c+ off -0.5
hyst cont Hx 6.8 -6.8 1 E 698 707.4 ppe 130
file Fe1_hyst_plus
start
set pol c- off 1.5
hyst cont Hx -6.8 6.8 1 E 698 707.4 ppe 130
file Fe1_hyst_minus
start
set pol c- off 1.5
hyst cont Hx 6.8 -6.8 1 E 698 707.4 ppe 130
file Fe1_hyst_minus
start
set pol c+ off -0.5
hyst cont Hx -6.8 6.8 1 E 698 708.6 ppe 130
file Fe2_hyst_plus
start
set pol c+ off -0.5
hyst cont Hx 6.8 -6.8 1 E 698 708.6 ppe 130
file Fe2_hyst_plus
start
set pol c- off 1.5
hyst cont Hx -6.8 6.8 1 E 698 708.6 ppe 130
file Fe2_hyst_minus
start
set pol c- off 1.5
hyst cont Hx 6.8 -6.8 1 E 698 708.6 ppe 130
file Fe2_hyst_minus
start
set pol c+ off -0.5
hyst cont Hx -6.8 6.8 1 E 698 709.2 ppe 130
file Fe3_hyst_plus
start
set pol c+ off -0.5
hyst cont Hx 6.8 -6.8 1 E 698 709.2 ppe 130
file Fe3_hyst_plus
start
set pol c- off 1.5
hyst cont Hx -6.8 6.8 1 E 698 709.2 ppe 130
file Fe3_hyst_minus
start
set pol c- off 1.5
hyst cont Hx 6.8 -6.8 1 E 698 709.2 ppe 130
file Fe3_hyst_minus
start
set pol c+ off -0.5
hyst cont Hx -6.8 6.8 1 E 768 778.2 ppe 130
file Co2_hyst_plus
start
set pol c+ off -0.5
hyst cont Hx 6.8 -6.8 1 E 768 778.2 ppe 130
file Co2_hyst_plus
start
set pol c- off 1.5
hyst cont Hx -6.8 6.8 1 E 768 778.2 ppe 130
file Co2_hyst_minus
start
set pol c- off 1.5
hyst cont Hx 6.8 -6.8 1 E 768 778.2 ppe 130
file Co2_hyst_minus
start
set pol c+ off -0.5
hyst cont Hx -6.8 6.8 1 E 768 777.0 ppe 130
file Co1_hyst_plus
start
set pol c+ off -0.5
hyst cont Hx 6.8 -6.8 1 E 768 777.0 ppe 130
file Co1_hyst_plus
start
set pol c- off 1.5
hyst cont Hx -6.8 6.8 1 E 768 777.0 ppe 130
file Co1_hyst_minus
start
set pol c- off 1.5
hyst cont Hx 6.8 -6.8 1 E 768 777.0 ppe 130
file Co1_hyst_minus
start
set pol c+ off -0.5
otf 685 830 6
file FeCo_plus
start
set pol c- off 1.5
otf 685 830 6
file FeCo_minus
start
set pol c- off 1.5
otf 685 830 6
file FeCo_minus
start
set pol c+ off -0.5
otf 685 830 6
file FeCo_plus
start
set pol c+ off -0.5
otf 685 830 6
file FeCo_plus
start
set pol c- off 1.5
otf 685 830 6
file FeCo_minus
start
set pol c- off 1.5
otf 685 830 6
file FeCo_minus
start
set pol c+ off -0.5
otf 685 830 6
file FeCo_plus
start

View File

@@ -0,0 +1,124 @@
wait_temp
set pol c- off 1.5
hyst cont Hx -6.8 6.8 1 E 698 708.6 ppe 130
file Fe2_hyst_minus
start
set pol c- off 1.5
hyst cont Hx 6.8 -6.8 1 E 698 708.6 ppe 130
file Fe2_hyst_minus
start
set pol c+ off -0.5
hyst cont Hx -6.8 6.8 1 E 698 709.2 ppe 130
file Fe3_hyst_plus
start
set pol c+ off -0.5
hyst cont Hx 6.8 -6.8 1 E 698 709.2 ppe 130
file Fe3_hyst_plus
start
set pol c- off 1.5
hyst cont Hx -6.8 6.8 1 E 698 709.2 ppe 130
file Fe3_hyst_minus
start
set pol c- off 1.5
hyst cont Hx 6.8 -6.8 1 E 698 709.2 ppe 130
file Fe3_hyst_minus
start
set pol c+ off -0.5
hyst cont Hx -6.8 6.8 1 E 768 778.2 ppe 130
file Co2_hyst_plus
start
set pol c+ off -0.5
hyst cont Hx 6.8 -6.8 1 E 768 778.2 ppe 130
file Co2_hyst_plus
start
set pol c- off 1.5
hyst cont Hx -6.8 6.8 1 E 768 778.2 ppe 130
file Co2_hyst_minus
start
set pol c- off 1.5
hyst cont Hx 6.8 -6.8 1 E 768 778.2 ppe 130
file Co2_hyst_minus
start
set pol c+ off -0.5
hyst cont Hx -6.8 6.8 1 E 768 777.0 ppe 130
file Co1_hyst_plus
start
set pol c+ off -0.5
hyst cont Hx 6.8 -6.8 1 E 768 777.0 ppe 130
file Co1_hyst_plus
start
set pol c- off 1.5
hyst cont Hx -6.8 6.8 1 E 768 777.0 ppe 130
file Co1_hyst_minus
start
set pol c- off 1.5
hyst cont Hx 6.8 -6.8 1 E 768 777.0 ppe 130
file Co1_hyst_minus
start
set pol c+ off -0.5
otf 685 830 6
file FeCo_plus
start
set pol c- off 1.5
otf 685 830 6
file FeCo_minus
start
set pol c- off 1.5
otf 685 830 6
file FeCo_minus
start
set pol c+ off -0.5
otf 685 830 6
file FeCo_plus
start
set pol c+ off -0.5
otf 685 830 6
file FeCo_plus
start
set pol c- off 1.5
otf 685 830 6
file FeCo_minus
start
set pol c- off 1.5
otf 685 830 6
file FeCo_minus
start
set pol c+ off -0.5
otf 685 830 6
file FeCo_plus
start

View File

@@ -0,0 +1,247 @@
wait_temp
set pol c+ off -0.5
hyst cont Hx -6.8 6.8 1 E 768 778.2 ppe 130
file Co2_hyst_plus
start
set pol c+ off -0.5
hyst cont Hx 6.8 -6.8 1 E 768 778.2 ppe 130
file Co2_hyst_plus
start
set pol c- off 1.5
hyst cont Hx -6.8 6.8 1 E 768 778.2 ppe 130
file Co2_hyst_minus
start
set pol c- off 1.5
hyst cont Hx 6.8 -6.8 1 E 768 778.2 ppe 130
file Co2_hyst_minus
start
set pol c+ off -0.5
hyst cont Hx -6.8 6.8 1 E 698 707.4 ppe 130
file Fe1_hyst_plus
start
set pol c+ off -0.5
hyst cont Hx 6.8 -6.8 1 E 698 707.4 ppe 130
file Fe1_hyst_plus
start
set pol c- off 1.5
hyst cont Hx -6.8 6.8 1 E 698 707.4 ppe 130
file Fe1_hyst_minus
start
set pol c- off 1.5
hyst cont Hx 6.8 -6.8 1 E 698 707.4 ppe 130
file Fe1_hyst_minus
start
set pol c+ off -0.5
hyst cont Hx -6.8 6.8 1 E 698 708.6 ppe 130
file Fe2_hyst_plus
start
set pol c+ off -0.5
hyst cont Hx 6.8 -6.8 1 E 698 708.6 ppe 130
file Fe2_hyst_plus
start
set pol c- off 1.5
hyst cont Hx -6.8 6.8 1 E 698 708.6 ppe 130
file Fe2_hyst_minus
start
set pol c- off 1.5
hyst cont Hx 6.8 -6.8 1 E 698 708.6 ppe 130
file Fe2_hyst_minus
start
set pol c+ off -0.5
hyst cont Hx -6.8 6.8 1 E 698 709.2 ppe 130
file Fe3_hyst_plus
start
set pol c+ off -0.5
hyst cont Hx 6.8 -6.8 1 E 698 709.2 ppe 130
file Fe3_hyst_plus
start
set pol c- off 1.5
hyst cont Hx -6.8 6.8 1 E 698 709.2 ppe 130
file Fe3_hyst_minus
start
set pol c- off 1.5
hyst cont Hx 6.8 -6.8 1 E 698 709.2 ppe 130
file Fe3_hyst_minus
start
set pol c+ off -0.5
hyst cont Hx -6.8 6.8 1 E 768 778.2 ppe 130
file Co2_hyst_plus
start
set pol c+ off -0.5
hyst cont Hx 6.8 -6.8 1 E 768 778.2 ppe 130
file Co2_hyst_plus
start
set pol c- off 1.5
hyst cont Hx -6.8 6.8 1 E 768 778.2 ppe 130
file Co2_hyst_minus
start
set pol c- off 1.5
hyst cont Hx 6.8 -6.8 1 E 768 778.2 ppe 130
file Co2_hyst_minus
start
set pol c+ off -0.5
otf 685 830 6
file FeCo_plus
start
set pol c- off 1.5
otf 685 830 6
file FeCo_minus
start
set pol c- off 1.5
otf 685 830 6
file FeCo_minus
start
set pol c+ off -0.5
otf 685 830 6
file FeCo_plus
start
set pol c+ off -0.5
otf 685 830 6
file FeCo_plus
start
set pol c- off 1.5
otf 685 830 6
file FeCo_minus
start
set pol c- off 1.5
otf 685 830 6
file FeCo_minus
start
set pol c+ off -0.5
otf 685 830 6
file FeCo_plus
start
set pol c+ off -0.5
hyst cont Hx -6.8 6.8 1 E 768 778.2 ppe 130
file Co2_hyst_plus
start
set pol c+ off -0.5
hyst cont Hx 6.8 -6.8 1 E 768 778.2 ppe 130
file Co2_hyst_plus
start
set pol c- off 1.5
hyst cont Hx -6.8 6.8 1 E 768 778.2 ppe 130
file Co2_hyst_minus
start
set pol c- off 1.5
hyst cont Hx 6.8 -6.8 1 E 768 778.2 ppe 130
file Co2_hyst_minus
start
set pol c+ off -0.5
hyst cont Hx -6.8 6.8 1 E 698 707.4 ppe 130
file Fe1_hyst_plus
start
set pol c+ off -0.5
hyst cont Hx 6.8 -6.8 1 E 698 707.4 ppe 130
file Fe1_hyst_plus
start
set pol c- off 1.5
hyst cont Hx -6.8 6.8 1 E 698 707.4 ppe 130
file Fe1_hyst_minus
start
set pol c- off 1.5
hyst cont Hx 6.8 -6.8 1 E 698 707.4 ppe 130
file Fe1_hyst_minus
start
set pol c+ off -0.5
hyst cont Hx -6.8 6.8 1 E 698 708.6 ppe 130
file Fe2_hyst_plus
start
set pol c+ off -0.5
hyst cont Hx 6.8 -6.8 1 E 698 708.6 ppe 130
file Fe2_hyst_plus
start
set pol c- off 1.5
hyst cont Hx -6.8 6.8 1 E 698 708.6 ppe 130
file Fe2_hyst_minus
start
set pol c- off 1.5
hyst cont Hx 6.8 -6.8 1 E 698 708.6 ppe 130
file Fe2_hyst_minus
start
set pol c+ off -0.5
hyst cont Hx -6.8 6.8 1 E 698 709.2 ppe 130
file Fe3_hyst_plus
start
set pol c+ off -0.5
hyst cont Hx 6.8 -6.8 1 E 698 709.2 ppe 130
file Fe3_hyst_plus
start

View File

@@ -0,0 +1,220 @@
wait_temp
set pol c+ off -0.5
hyst cont Hx -4 4 0.5 E 698 707.4 ppe 143
file Fe1_hyst_plus
start
set pol c+ off -0.5
hyst cont Hx 4 -4 0.5 E 698 707.4 ppe 143
file Fe1_hyst_plus
start
set pol c- off 1.5
hyst cont Hx -4 4 0.5 E 698 707.4 ppe 143
file Fe1_hyst_minus
start
set pol c- off 1.5
hyst cont Hx 4 -4 0.5 E 698 707.4 ppe 143
file Fe1_hyst_minus
start
set pol c+ off -0.5
hyst cont Hx -4 4 0.5 E 698 708.6 ppe 143
file Fe2_hyst_plus
start
set pol c+ off -0.5
hyst cont Hx 4 -4 0.5 E 698 708.6 ppe 143
file Fe2_hyst_plus
start
set pol c- off 1.5
hyst cont Hx -4 4 0.5 E 698 708.6 ppe 143
file Fe2_hyst_minus
start
set pol c- off 1.5
hyst cont Hx 4 -4 0.5 E 698 708.6 ppe 143
file Fe2_hyst_minus
start
set pol c+ off -0.5
hyst cont Hx -4 4 0.5 E 698 709.2 ppe 143
file Fe3_hyst_plus
start
set pol c+ off -0.5
hyst cont Hx 4 -4 0.5 E 698 709.2 ppe 143
file Fe3_hyst_plus
start
set pol c- off 1.5
hyst cont Hx -4 4 0.5 E 698 709.2 ppe 143
file Fe3_hyst_minus
start
set pol c- off 1.5
hyst cont Hx 4 -4 0.5 E 698 709.2 ppe 143
file Fe3_hyst_minus
start
set pol c+ off -0.5
hyst cont Hx -4 4 0.5 E 768 778.2 ppe 143
file Co2_hyst_plus
start
set pol c+ off -0.5
hyst cont Hx 4 -4 0.5 E 768 778.2 ppe 143
file Co2_hyst_plus
start
set pol c- off 1.5
hyst cont Hx -4 4 0.5 E 768 778.2 ppe 143
file Co2_hyst_minus
start
set pol c- off 1.5
hyst cont Hx 4 -4 0.5 E 768 778.2 ppe 143
file Co2_hyst_minus
start
set Hx 4
set pol c+ off -0.5
otf 685 830 6
file FeCo_plus
start
set pol c- off 1.5
otf 685 830 6
file FeCo_minus
start
set pol c- off 1.5
otf 685 830 6
file FeCo_minus
start
set pol c+ off -0.5
otf 685 830 6
file FeCo_plus
start
set pol c+ off -0.5
otf 685 830 6
file FeCo_plus
start
set pol c- off 1.5
otf 685 830 6
file FeCo_minus
start
set pol c- off 1.5
otf 685 830 6
file FeCo_minus
start
set pol c+ off -0.5
otf 685 830 6
file FeCo_plus
start
set pol c+ off -0.5
otf 685 830 6
file FeCo_plus
start
set pol c- off 1.5
otf 685 830 6
file FeCo_plus
start
set pol c+ off -0.5
hyst cont Hx -6.8 6.8 1 E 698 707.4 ppe 130
file Fe1_hyst_plus
start
set pol c+ off -0.5
hyst cont Hx 6.8 -6.8 1 E 698 707.4 ppe 130
file Fe1_hyst_plus
start
set pol c- off 1.5
hyst cont Hx -6.8 6.8 1 E 698 707.4 ppe 130
file Fe1_hyst_minus
start
set pol c- off 1.5
hyst cont Hx 6.8 -6.8 1 E 698 707.4 ppe 130
file Fe1_hyst_minus
start
set pol c+ off -0.5
hyst cont Hx -6.8 6.8 1 E 698 708.6 ppe 130
file Fe2_hyst_plus
start
set pol c+ off -0.5
hyst cont Hx 6.8 -6.8 1 E 698 708.6 ppe 130
file Fe2_hyst_plus
start
set pol c- off 1.5
hyst cont Hx -6.8 6.8 1 E 698 708.6 ppe 130
file Fe2_hyst_minus
start
set pol c- off 1.5
hyst cont Hx 6.8 -6.8 1 E 698 708.6 ppe 130
file Fe2_hyst_minus
start
set pol c+ off -0.5
hyst cont Hx -6.8 6.8 1 E 698 709.2 ppe 130
file Fe3_hyst_plus
start
set pol c+ off -0.5
hyst cont Hx 6.8 -6.8 1 E 698 709.2 ppe 130
file Fe3_hyst_plus
start
set pol c- off 1.5
hyst cont Hx -6.8 6.8 1 E 698 709.2 ppe 130
file Fe3_hyst_minus
start
set pol c- off 1.5
hyst cont Hx 6.8 -6.8 1 E 698 709.2 ppe 130
file Fe3_hyst_minus
start
set pol c+ off -0.5
hyst cont Hx -6.8 6.8 1 E 768 778.2 ppe 130
file Co2_hyst_plus
start
set pol c+ off -0.5
hyst cont Hx 6.8 -6.8 1 E 768 778.2 ppe 130
file Co2_hyst_plus
start
set pol c- off 1.5
hyst cont Hx -6.8 6.8 1 E 768 778.2 ppe 130
file Co2_hyst_minus
start
set pol c- off 1.5
hyst cont Hx 6.8 -6.8 1 E 768 778.2 ppe 130
file Co2_hyst_minus
start

View File

@@ -0,0 +1,89 @@
wait_temp
no_beam_check
set pol c+ off -0.5
hyst cont Hx -6.8 6.8 1 E 698 709.2 ppe 130
file Fe3_hyst_plus
start
set pol c+ off -0.5
hyst cont Hx 6.8 -6.8 1 E 698 709.2 ppe 130
file Fe3_hyst_plus
start
set pol c- off 1.5
hyst cont Hx -6.8 6.8 1 E 698 709.2 ppe 130
file Fe3_hyst_minus
start
set pol c- off 1.5
hyst cont Hx 6.8 -6.8 1 E 698 709.2 ppe 130
file Fe3_hyst_minus
start
set pol c+ off -0.5
hyst cont Hx -6.8 6.8 1 E 768 778.2 ppe 130
file Co2_hyst_plus
start
set pol c+ off -0.5
hyst cont Hx 6.8 -6.8 1 E 768 778.2 ppe 130
file Co2_hyst_plus
start
set pol c- off 1.5
hyst cont Hx -6.8 6.8 1 E 768 778.2 ppe 130
file Co2_hyst_minus
start
set pol c- off 1.5
hyst cont Hx 6.8 -6.8 1 E 768 778.2 ppe 130
file Co2_hyst_minus
start
set pol c+ off -0.5
otf 685 830 6
file FeCo_plus
start
set pol c- off 1.5
otf 685 830 6
file FeCo_minus
start
set pol c- off 1.5
otf 685 830 6
file FeCo_minus
start
set pol c+ off -0.5
otf 685 830 6
file FeCo_plus
start
set pol c+ off -0.5
otf 685 830 6
file FeCo_plus
start
set pol c- off 1.5
otf 685 830 6
file FeCo_minus
start
set pol c- off 1.5
otf 685 830 6
file FeCo_minus
start
set pol c- off 1.5
otf 685 830 6
file FeCo_plus
start

View File

@@ -0,0 +1,5 @@
set pol c+ off -0.5
otf 760 840 2
file Co_plus
start

View File

@@ -0,0 +1,43 @@
wait_temp
set pol c- off 1.5
otf 685 830 6
file FeCo_minus
start
set pol c- off 1.5
otf 685 830 6
file FeCo_minus
start
set pol c+ off -0.5
otf 685 830 6
file FeCo_plus
start
set pol c+ off -0.5
otf 685 830 6
file FeCo_plus
start
set pol c- off 1.5
otf 685 830 6
file FeCo_minus
start
set pol c- off 1.5
otf 685 830 6
file FeCo_minus
start
set pol c+ off -0.5
otf 685 830 6
file FeCo_plus
start

View File

@@ -0,0 +1,24 @@
set pol c+ off 8
hyst cont Hx 1 -1 0.5 E 701.0 704.6 ppe 54
file Fe_hyst_plus
start
set pol c+ off 8
hyst cont Hx -1 1 0.5 E 701.0 705.8 ppe 54
file Fe_hyst_plus
start
set pol c+ off 8
hyst cont Hx 1 -1 0.5 E 701.0 706.4 ppe 54
file Fe_hyst_plus
start

View File

@@ -0,0 +1,56 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC +" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="8" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC:CSCALER.INPB" operation="putq" value="1" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" operation="putq" value="0.5" delay="15"/>
<dimension>
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Energy" name="X07MA-PHS-E:GO.A" readback ="X07MA-PGM:CERBK" settlingTime="0.5" xsi:type="ArrayPositioner">
<positions>701.0 706.4</positions>
</positioner>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1:CADC1" id="TEY" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1:CADC2" id="I0" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1:CADC3" id="trans" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:MODE" id="polarization" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:ALPHA" id="polAngle" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-PC-TC:STS:T1" id="temperature" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="ARIDI-PCT:CURRENT" id="RingCurrent" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1:CADC5" id="fieldAnalogX" xsi:type="ScalarDetector"/>
</dimension>
<dimension>
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="field" name="X07MA-PC:GO" readback ="X07MA-PC-PS2:STS:PMCURRENT" settlingTime="0" xsi:type="RegionPositioner">
<region>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:M:GO.A" value="-1" operation="putq"/>
<start>0</start>
<end>54</end>
<stepSize>1</stepSize>
</region>
</positioner>
</dimension>
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" operation="putq" value="2" delay="15"/>
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="tey_norm" xsi:type="ScriptManipulation">
<mapping xsi:type="IDParameterMapping" variable="c" refid="TEY"/>
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
<script>
import math
def process(c,d):
return c/d
</script>
</manipulation>
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="trans_norm" xsi:type="ScriptManipulation">
<mapping xsi:type="IDParameterMapping" variable="c" refid="trans"/>
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
<script>
import math
def process(c,d):
return c/d
</script>
</manipulation>
</scan>
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="tey_norm" title="TEY norm vs field" xsi:type="LinePlot"/>
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="trans_norm" title="Transm. norm vs field" xsi:type="LinePlot"/>
</configuration>

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC -" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="2" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="685" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="750" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="3" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2016_11/20161111" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="685" operation="putq" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="Fe_minus" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
</scan>
</configuration>

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC +" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="-0.5" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="685" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="750" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="3" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2016_11/20161111" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="685" operation="putq" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="Fe_plus" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
</scan>
</configuration>

View File

@@ -0,0 +1,38 @@
set vert 5.5
set pol c+ off 8.0
otf 685 750 3
file Fe_plus
start
set vert 6.0
otf 685 750 3
file Fe_plus
start
set vert 6.5
otf 685 750 3
file Fe_plus
start
set vert 7.0
otf 685 750 3
file Fe_plus
start
set vert 7.5
otf 685 750 3
file Fe_plus
start
set vert 8.0
otf 685 750 3
file Fe_plus
start
set vert 5.0
otf 685 750 3
file Fe_plus
start

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC +" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="-0.5" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="760" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="840" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="2" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2016_11/20161111" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="760" operation="putq" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="Co_plus" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
</scan>
</configuration>

View File

@@ -0,0 +1,54 @@
Polarization: CIRC +
Angle for linear polarization: 90.0
ID energy: 749.88 eV
ID offset: -0.50 eV
ID harmonic: 1
FE Vert. Opening: 0.550 mm
FE Horiz. Opening: 0.500 mm
Collimating mirror position:
z: -0.800
Rx: 2.630
Ry: -0.200
Rz: 0.000
Mono Energy: 750.0413
Mono cff: 4.854
Focusing mirror position
z: 0.916
Rx: 0.000
Ry: -0.110
Rz: -2.000
Exit Slit Opening 30.002517 um
Refocusing mirror position
z: -5.000
Rx: 0.000
Ry: -0.100
Rz: 0.000
Apertures
Aperture Unit - horizontal: 20.000 mm
Aperture Unit - vertical: 20.000 mm
FMU Aperture - vertical: 40.000 mm
RMU Aperture - horizontal: 30.000 mm
RMU Aperture - vertical: 30.000 mm
ES position
platform angle: 3.267936 deg
platform horizontal: 107.000250 mm
VTI angle: 59.997400 deg
VTI vertical: 6.500000 mm
sample temperature: 300.001 K (SEVR:MINOR STAT:HIGH)
needle valve opening: 0.000 %
Keithley gains
K428:1 1000000000 V/A
K428:2 1000000000 V/A
K428:3 10000000000 V/A
Gold mesh
Position= 125.000000 mm

View File

@@ -0,0 +1,10 @@
wait_temp
set Hx -6.0
set pol c+ off -0.5
hyst cont Hx -6.0 6.0 1.0 E 700 708.74 ppe 93
file Fe1_hyst_plus
start

View File

@@ -0,0 +1,8 @@
set pol c+ off 8.0
otf 690 740 1
file Fe_plus
start

View File

@@ -0,0 +1,6 @@
set pol c+ off 8
otf 1450 1500 3
file test_plus
start

View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC -" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="-1" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="1450" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="1500" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="3" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2012_08/20120831" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.5" value="test_minus" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="1450" operation="putq" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
<dimension>
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ArrayPositioner" name="START" id="p1" settlingTime="1">
<positions>1</positions>
</positioner>
</dimension>
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" />
</scan>
</configuration>

View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC +" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="8" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="1450" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="1500" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="3" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2012_08/20120831" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.5" value="test_plus" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="1450" operation="putq" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
<dimension>
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ArrayPositioner" name="START" id="p1" settlingTime="1">
<positions>1</positions>
</positioner>
</dimension>
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" />
</scan>
</configuration>

View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="LINEAR" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ALPHA" value="0" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="1.0" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="420" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="480" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="2" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2015_02/20150228" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="420" operation="putq" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="BiE_lin0" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="10" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Close" delay="0.1" />
</scan>
</configuration>

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="LINEAR" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ALPHA" value="90" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="1.0" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="420" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="480" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="2" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2015_02/20150228" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="420" operation="putq" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="BiE_lin90" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="10" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
</scan>
</configuration>

View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC -" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="0" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="420" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="480" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="2" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2015_05/20150504" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="420" operation="putq" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="BiE_minus" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="10" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
</scan>
</configuration>

View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC +" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="-1.5" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="420" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="480" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="2" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2015_05/20150504" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="420" operation="putq" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="BiE_plus" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="10" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
</scan>
</configuration>

View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC -" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="-0.5" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="260" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="330" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="2" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2016_04/20160409" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="260" operation="putq" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="CE_minus" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="5" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
</scan>
</configuration>

View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC +" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="-1.0" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="260" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="330" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="2" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2016_04/20160409" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="260" operation="putq" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="CE_plus" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="5" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
</scan>
</configuration>

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="LINEAR" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ALPHA" value="0" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="1.5" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="765" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="820" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="2" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2016_10/20161019" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="765" operation="putq" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="CoE_lin0" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="5" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
</scan>
</configuration>

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="LINEAR" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ALPHA" value="45" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="15" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="765" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="820" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="2" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2015_02/20150219" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="765" operation="putq" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="CoE_lin45" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="10" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
</scan>
</configuration>

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="LINEAR" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ALPHA" value="90" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="1.5" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="765" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="820" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="2" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2016_10/20161019" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="765" operation="putq" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="CoE_lin90" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="5" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
</scan>
</configuration>

View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC -" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="2.0" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="765" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="820" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="2" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2016_10/20161022" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="765" operation="putq" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="CoE_minus" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="5" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
</scan>
</configuration>

View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC +" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="0.0" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="765" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="820" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="2" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2016_10/20161022" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="765" operation="putq" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="CoE_plus" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="5" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
</scan>
</configuration>

View File

@@ -0,0 +1,68 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC -" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="-5" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC:CSCALER.INPB" operation="putq" value="1" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" operation="putq" value="0.4" delay="15"/>
<dimension>
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Energy" name="X07MA-PHS-E:GO.A" readback ="X07MA-PGM:CERBK" settlingTime="0.5" xsi:type="ArrayPositioner">
<positions>637.3 633.3</positions>
</positioner>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI20:CADC0" id="TEY" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI20:CADC1" id="I0" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI20:CADC2" id="trans" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:MODE" id="polarization" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:ALPHA" id="polAngle" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-PC-TC:STS:T1" id="temperature" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="ARIDI-PCT:CURRENT" id="RingCurrent" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI20:CADC4" id="fieldAnalogX" xsi:type="ScalarDetector"/>
</dimension>
<dimension>
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="field" name="X07MA-PC:GO" readback ="X07MA-PC-PS2:STS:PMCURRENT" settlingTime="0" xsi:type="RegionPositioner">
<region>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:M:GO.A" value="-1.0" operation="putq"/>
<start>0</start>
<end>70</end>
<stepSize>1</stepSize>
</region>
</positioner>
</dimension>
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" operation="putq" value="2" delay="15"/>
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="tey_norm" xsi:type="ScriptManipulation">
<mapping xsi:type="IDParameterMapping" variable="c" refid="TEY"/>
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
<script>
import math
def process(c,d):
return c/d
</script>
</manipulation>
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="trans_norm" xsi:type="ScriptManipulation">
<mapping xsi:type="IDParameterMapping" variable="c" refid="trans"/>
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
<script>
import math
def process(c,d):
return c/d
</script>
</manipulation>
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScriptManipulation" id="difference">
<mapping xsi:type="IDParameterMapping" refid="tey_norm" variable="c"/>
<script>a=0.0
def process(c):
global a
t = c-a
a=c
return t
</script>
</manipulation>
</scan>
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="tey_norm" title="TEY norm vs field" xsi:type="LinePlot"/>
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="trans_norm" title="Transm. norm vs field" xsi:type="LinePlot"/>
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="LinePlot" x="field" y="difference" title="TEY norm point difference vs field"/>
</configuration>

View File

@@ -0,0 +1,69 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC +" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="-7" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC:CSCALER.INPB" operation="putq" value="1" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" operation="putq" value="0.4" delay="15"/>
<dimension>
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Energy" name="X07MA-PHS-E:GO.A" readback ="X07MA-PGM:CERBK" settlingTime="0.5" xsi:type="ArrayPositioner">
<positions>637.3 633.3</positions>
</positioner>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI20:CADC0" id="TEY" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI20:CADC1" id="I0" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI20:CADC2" id="trans" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:MODE" id="polarization" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:ALPHA" id="polAngle" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-PC-TC:STS:T1" id="temperature" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="ARIDI-PCT:CURRENT" id="RingCurrent" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI20:CADC4" id="fieldAnalogX" xsi:type="ScalarDetector"/>
</dimension>
<dimension>
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="field" name="X07MA-PC:GO" readback ="X07MA-PC-PS2:STS:PMCURRENT" settlingTime="0" xsi:type="RegionPositioner">
<region>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:M:GO.A" value="1.0" operation="putq"/>
<start>0</start>
<end>70</end>
<stepSize>1</stepSize>
</region>
</positioner>
</dimension>
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Close" delay="0.1" />
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" operation="putq" value="2" delay="15"/>
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="tey_norm" xsi:type="ScriptManipulation">
<mapping xsi:type="IDParameterMapping" variable="c" refid="TEY"/>
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
<script>
import math
def process(c,d):
return c/d
</script>
</manipulation>
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="trans_norm" xsi:type="ScriptManipulation">
<mapping xsi:type="IDParameterMapping" variable="c" refid="trans"/>
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
<script>
import math
def process(c,d):
return c/d
</script>
</manipulation>
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScriptManipulation" id="difference">
<mapping xsi:type="IDParameterMapping" refid="tey_norm" variable="c"/>
<script>a=0.0
def process(c):
global a
t = c-a
a=c
return t
</script>
</manipulation>
</scan>
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="tey_norm" title="TEY norm vs field" xsi:type="LinePlot"/>
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="trans_norm" title="Transm. norm vs field" xsi:type="LinePlot"/>
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="LinePlot" x="field" y="difference" title="TEY norm point difference vs field"/>
</configuration>

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="LINEAR" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ALPHA" value="0" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="2" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="560" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="610" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="2" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2016_10/20161022" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="560" operation="putq" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="CrE_lin0" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="5" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
</scan>
</configuration>

View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="LINEAR" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ALPHA" value="90" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="2" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="560" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="610" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="2" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2016_10/20161022" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="560" operation="putq" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="CrE_lin90" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="5" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Close" delay="0.1" />
</scan>
</configuration>

View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC -" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="+1" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="560" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="610" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="2" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2016_10/20161022" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="560" operation="putq" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="CrE_minus" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="5" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
</scan>
</configuration>

View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC +" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="-1" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="560" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="610" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="2" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2016_10/20161022" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="560" operation="putq" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="CrE_plus" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="5" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
</scan>
</configuration>

View File

@@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC -" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="0.5" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC:CSCALER.INPB" operation="putq" value="1" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" operation="putq" value="1.35" delay="15"/>
<dimension>
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Energy" name="X07MA-PHS-E:GO.A" readback ="X07MA-PGM:CERBK" settlingTime="0.5" xsi:type="ArrayPositioner">
<positions>573.6 570.0</positions>
</positioner>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL0" id="TEY" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL1" id="I0" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL2" id="trans" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:MODE" id="polarization" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:ALPHA" id="polAngle" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-PC-TC:STS:T1" id="temperature" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="ARIDI-PCT:CURRENT" id="RingCurrent" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL4" id="fieldAnalogX" xsi:type="ScalarDetector"/>
</dimension>
<dimension>
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="field" name="X07MA-PC:GO" readback ="X07MA-PC-PS2:STS:PMCURRENT" settlingTime="0" xsi:type="RegionPositioner">
<region>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:M:GO.A" value="6.8" operation="putq"/>
<start>0</start>
<end>125</end>
<stepSize>1</stepSize>
</region>
</positioner>
</dimension>
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Close" delay="0.1" />
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" operation="putq" value="2" delay="15"/>
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="tey_norm" xsi:type="ScriptManipulation">
<mapping xsi:type="IDParameterMapping" variable="c" refid="TEY"/>
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
<script>
import math
def process(c,d):
return c/d
</script>
</manipulation>
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="trans_norm" xsi:type="ScriptManipulation">
<mapping xsi:type="IDParameterMapping" variable="c" refid="trans"/>
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
<script>
import math
def process(c,d):
return c/d
</script>
</manipulation>
</scan>
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="tey_norm" title="TEY norm vs field" xsi:type="LinePlot"/>
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="trans_norm" title="Transm. norm vs field" xsi:type="LinePlot"/>
</configuration>

View File

@@ -0,0 +1,57 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC +" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="-1.5" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC:CSCALER.INPB" operation="putq" value="1" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" operation="putq" value="1.35" delay="15"/>
<dimension>
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Energy" name="X07MA-PHS-E:GO.A" readback ="X07MA-PGM:CERBK" settlingTime="0.5" xsi:type="ArrayPositioner">
<positions>573.6 570.0</positions>
</positioner>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL0" id="TEY" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL1" id="I0" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL2" id="trans" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:MODE" id="polarization" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:ALPHA" id="polAngle" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-PC-TC:STS:T1" id="temperature" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="ARIDI-PCT:CURRENT" id="RingCurrent" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL4" id="fieldAnalogX" xsi:type="ScalarDetector"/>
</dimension>
<dimension>
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="field" name="X07MA-PC:GO" readback ="X07MA-PC-PS2:STS:PMCURRENT" settlingTime="0" xsi:type="RegionPositioner">
<region>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:M:GO.A" value="-6.8" operation="putq"/>
<start>0</start>
<end>125</end>
<stepSize>1</stepSize>
</region>
</positioner>
</dimension>
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" operation="putq" value="2" delay="15"/>
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="tey_norm" xsi:type="ScriptManipulation">
<mapping xsi:type="IDParameterMapping" variable="c" refid="TEY"/>
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
<script>
import math
def process(c,d):
return c/d
</script>
</manipulation>
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="trans_norm" xsi:type="ScriptManipulation">
<mapping xsi:type="IDParameterMapping" variable="c" refid="trans"/>
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
<script>
import math
def process(c,d):
return c/d
</script>
</manipulation>
</scan>
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="tey_norm" title="TEY norm vs field" xsi:type="LinePlot"/>
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="trans_norm" title="Transm. norm vs field" xsi:type="LinePlot"/>
</configuration>

View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC -" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="3" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="920" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="970" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="2" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2015_11/20151128" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="920" operation="putq" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="CuE_minus" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="10" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
</scan>
</configuration>

View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC +" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="1.5" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="920" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="970" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="2" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2016_10/20161019" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="920" operation="putq" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="CuE_plus" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="10" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
</scan>
</configuration>

View File

@@ -0,0 +1,57 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC -" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="2.5" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC:CSCALER.INPB" operation="putq" value="1" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" operation="putq" value="1.35" delay="15"/>
<dimension>
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Energy" name="X07MA-PHS-E:GO.A" readback ="X07MA-PGM:CERBK" settlingTime="0.5" xsi:type="ArrayPositioner">
<positions>930.8 927</positions>
</positioner>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL0" id="TEY" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL1" id="I0" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL2" id="trans" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:MODE" id="polarization" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:ALPHA" id="polAngle" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-PC-TC:STS:T1" id="temperature" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="ARIDI-PCT:CURRENT" id="RingCurrent" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL4" id="fieldAnalogX" xsi:type="ScalarDetector"/>
</dimension>
<dimension>
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="field" name="X07MA-PC:GO" readback ="X07MA-PC-PS2:STS:PMCURRENT" settlingTime="0" xsi:type="RegionPositioner">
<region>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:M:GO.A" value="-6.8" operation="putq"/>
<start>0</start>
<end>130</end>
<stepSize>1</stepSize>
</region>
</positioner>
</dimension>
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" operation="putq" value="2" delay="15"/>
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="tey_norm" xsi:type="ScriptManipulation">
<mapping xsi:type="IDParameterMapping" variable="c" refid="TEY"/>
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
<script>
import math
def process(c,d):
return c/d
</script>
</manipulation>
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="trans_norm" xsi:type="ScriptManipulation">
<mapping xsi:type="IDParameterMapping" variable="c" refid="trans"/>
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
<script>
import math
def process(c,d):
return c/d
</script>
</manipulation>
</scan>
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="tey_norm" title="TEY norm vs field" xsi:type="LinePlot"/>
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="trans_norm" title="Transm. norm vs field" xsi:type="LinePlot"/>
</configuration>

View File

@@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
<data format="txt"/>
<scan id="">
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC +" delay="1"/>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="1.5" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC:CSCALER.INPB" operation="putq" value="1" />
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" operation="putq" value="1.35" delay="15"/>
<dimension>
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Energy" name="X07MA-PHS-E:GO.A" readback ="X07MA-PGM:CERBK" settlingTime="0.5" xsi:type="ArrayPositioner">
<positions>930.8 927</positions>
</positioner>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL0" id="TEY" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL1" id="I0" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL2" id="trans" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:MODE" id="polarization" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:ALPHA" id="polAngle" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-PC-TC:STS:T1" id="temperature" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="ARIDI-PCT:CURRENT" id="RingCurrent" xsi:type="ScalarDetector"/>
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL4" id="fieldAnalogX" xsi:type="ScalarDetector"/>
</dimension>
<dimension>
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="field" name="X07MA-PC:GO" readback ="X07MA-PC-PS2:STS:PMCURRENT" settlingTime="0" xsi:type="RegionPositioner">
<region>
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:M:GO.A" value="6.8" operation="putq"/>
<start>0</start>
<end>130</end>
<stepSize>1</stepSize>
</region>
</positioner>
</dimension>
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Close" delay="0.1" />
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" operation="putq" value="2" delay="15"/>
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="tey_norm" xsi:type="ScriptManipulation">
<mapping xsi:type="IDParameterMapping" variable="c" refid="TEY"/>
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
<script>
import math
def process(c,d):
return c/d
</script>
</manipulation>
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="trans_norm" xsi:type="ScriptManipulation">
<mapping xsi:type="IDParameterMapping" variable="c" refid="trans"/>
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
<script>
import math
def process(c,d):
return c/d
</script>
</manipulation>
</scan>
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="tey_norm" title="TEY norm vs field" xsi:type="LinePlot"/>
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="trans_norm" title="Transm. norm vs field" xsi:type="LinePlot"/>
</configuration>

View File

@@ -0,0 +1,149 @@
open
set pol c+ off -1.5
otf 420 480 2 delay 10
file BiE_plus
start
set pol c+ off -1.5
otf 420 480 2 delay 10
file BiE_plus
start
set pol c- off 0
otf 420 480 2 delay 10
file BiE_minus
start
set pol c- off 0
otf 420 480 2 delay 10
file BiE_minus
start
set pol c+ off -1.5
otf 420 480 2 delay 10
file BiE_plus
start
set pol lin 0 off 1.0
otf 420 480 2 delay 10
file BiE_lin0
start
set pol lin 0 off 1.0
otf 420 480 2 delay 10
file BiE_lin0
start
set pol lin 90 off 1.0
otf 420 480 2 delay 10
file BiE_lin90
start
set pol lin 90 off 1.0
otf 420 480 2 delay 10
file BiE_lin90
start
set pol lin 0 off 1.0
otf 420 480 2 delay 10
file BiE_lin0
start
set pol c+ off -1.5
otf 560 610 2 delay 10
file CrE_plus
start
set pol c+ off -1.5
otf 560 610 2 delay 10
file CrE_plus
start
set pol c- off 0.5
otf 560 610 2 delay 10
file CrE_minus
start
set pol c- off 0.5
otf 560 610 2 delay 10
file CrE_minus
start
set pol c+ off -1.5
otf 560 610 2 delay 10
file CrE_plus
start
set pol c+ off -1.5
otf 560 610 2 delay 10
file CrE_plus
start
set pol c- off 0.5
otf 560 610 2 delay 10
file CrE_minus
start
set pol c- off 0.5
otf 560 610 2 delay 10
file CrE_minus
start
set pol c+ off -1.5
otf 560 610 2 delay 10
file CrE_plus
start
set pol lin 0 off 1.5
otf 560 610 2 delay 10
file CrE_lin0
start
set pol lin 0 off 1.5
otf 560 610 2 delay 10
file CrE_lin0
start
set pol lin 90 off 1.5
otf 560 610 2 delay 10
file CrE_lin90
start
set pol lin 90 off 1.5
otf 560 610 2 delay 10
file CrE_lin90
start
set pol lin 0 off 1.5
otf 560 610 2 delay 10
file CrE_lin0
start
set pol lin 0 off 1.5
otf 560 610 2 delay 10
file CrE_lin0
start
set pol lin 90 off 1.5
otf 560 610 2 delay 10
file CrE_lin90
start
set pol lin 90 off 1.5
otf 560 610 2 delay 10
file CrE_lin90
start
set pol lin 0 off 1.5
otf 560 610 2 delay 10
file CrE_lin0
at_end close
start

View File

@@ -0,0 +1,51 @@
open
set pol lin 0 off 1.0
otf 420 480 2 delay 10
file BiE_lin0
start
set pol lin 0 off 1.0
otf 420 480 2 delay 10
file BiE_lin0
start
set pol lin 90 off 1.0
otf 420 480 2 delay 10
file BiE_lin90
start
set pol lin 90 off 1.0
otf 420 480 2 delay 10
file BiE_lin90
start
set pol lin 0 off 1.0
otf 420 480 2 delay 10
file BiE_lin0
start
set pol lin 0 off 1.0
otf 420 480 2 delay 10
file BiE_lin0
start
set pol lin 90 off 1.0
otf 420 480 2 delay 10
file BiE_lin90
start
set pol lin 90 off 1.0
otf 420 480 2 delay 10
file BiE_lin90
start
set pol lin 0 off 1.0
otf 420 480 2 delay 10
file BiE_lin0
at_end close
start

View File

@@ -0,0 +1,54 @@
open
set pol c+ off -1.5
otf 420 480 2 delay 10
file BiE_plus
start
set pol c+ off -1.5
otf 420 480 2 delay 10
file BiE_plus
start
set pol c- off 0
otf 420 480 2 delay 10
file BiE_minus
start
set pol c- off 0
otf 420 480 2 delay 10
file BiE_minus
start
set pol c+ off -1.5
otf 420 480 2 delay 10
file BiE_plus
start
set pol c+ off -1.5
otf 420 480 2 delay 10
file BiE_plus
start
set pol c- off 0
otf 420 480 2 delay 10
file BiE_minus
start
set pol c- off 0
otf 420 480 2 delay 10
file BiE_minus
start
set pol c+ off -1.5
otf 420 480 2 delay 10
file BiE_plus
at_end close
start

View File

@@ -0,0 +1,47 @@
open
set pol lin 0 off 1.5
otf 260 330 2 delay 5
file NE_0
start
set pol lin 0 off 1.5
otf 260 330 2 delay 5
file NE_0
start
set pol lin 90 off 1.0
otf 260 330 2 delay 5
file NE_90
start
set pol lin 90 off 1.0
otf 260 330 2 delay 5
file NE_90
start
set pol lin 0 off 1.5
otf 260 330 2 delay 5
file NE_0
start
set pol lin 0 off 1.5
otf 260 330 2 delay 5
file NE_0
start
set pol lin 90 off 1.0
otf 260 330 2 delay 5
file NE_90
start
set pol lin 90 off 1.0
otf 260 330 2 delay 5
file NE_90
start
set pol lin 0 off 1.5
otf 260 330 2 delay 5
file NE_0
at_end close
start

View File

@@ -0,0 +1,47 @@
open
set pol c+ off -1.0
otf 260 330 2 delay 5
file CE_plus
start
set pol c+ off -1.0
otf 260 330 2 delay 5
file CE_plus
start
set pol c- off -0.5
otf 260 330 2 delay 5
file CE_minus
start
set pol c- off -0.5
otf 260 330 2 delay 5
file CE_minus
start
set pol c+ off -1.0
otf 260 330 2 delay 5
file CE_plus
start
set pol c+ off -1.0
otf 260 330 2 delay 5
file CE_plus
start
set pol c- off -0.5
otf 260 330 2 delay 5
file CE_minus
start
set pol c- off -0.5
otf 260 330 2 delay 5
file CE_minus
start
set pol c+ off -1.0
otf 260 330 2 delay 5
file CE_plus
at_end close
start

View File

@@ -0,0 +1,37 @@
open
set pol c+ off 0.0
otf 765 820 2 delay 5
file CoE_plus
start
set pol c+ off 0.0
otf 765 820 2 delay 5
file CoE_plus
start
set pol c- off 2.0
otf 765 820 2 delay 5
file CoE_minus
start
set pol c- off 1.0
otf 620 670 2 delay 5
file MnE_minus
start
set pol c+ off -1.0
otf 620 670 2 delay 5
file MnE_plus
start
set pol c+ off -1.0
otf 620 670 2 delay 5
file MnE_plus
start
set pol c- off 1.0
otf 620 670 2 delay 5
file MnE_minus
at_end close
start

View File

@@ -0,0 +1,53 @@
open
set pol lin 0 off 1.5
otf 765 820 2 delay 5
file CoE_lin0
start
set pol lin 0 off 1.5
otf 765 820 2 delay 5
file CoE_lin0
start
set pol lin 90 off 1.5
otf 765 820 2 delay 5
file CoE_lin90
start
set pol lin 90 off 1.5
otf 765 820 2 delay 5
file CoE_lin90
start
set pol lin 0 off 1.5
otf 765 820 2 delay 5
file CoE_lin0
start
set pol lin 0 off 1.5
otf 765 820 2 delay 5
file CoE_lin0
start
set pol lin 90 off 1.5
otf 765 820 2 delay 5
file CoE_lin90
start
set pol lin 90 off 1.5
otf 765 820 2 delay 5
file CoE_lin90
start
set pol lin 0 off 1.5
otf 765 820 2 delay 5
file CoE_lin0
at_end close
start

View File

@@ -0,0 +1,47 @@
open
set pol c+ off 0.0
otf 765 820 2 delay 5
file CoE_plus
start
set pol c+ off 0.0
otf 765 820 2 delay 5
file CoE_plus
start
set pol c- off 2.0
otf 765 820 2 delay 5
file CoE_minus
start
set pol c- off 2.0
otf 765 820 2 delay 5
file CoE_minus
start
set pol c+ off 0.0
otf 765 820 2 delay 5
file CoE_plus
start
set pol c+ off 0.0
otf 765 820 2 delay 5
file CoE_plus
start
set pol c- off 2.0
otf 765 820 2 delay 5
file CoE_minus
start
set pol c- off 2.0
otf 765 820 2 delay 5
file CoE_minus
start
set pol c+ off 0.0
otf 765 820 2 delay 5
file CoE_plus
at_end close
start

View File

@@ -0,0 +1,60 @@
open
set pol c+ off -12.5
otf 765 820 2 delay 10
file CoE_plus
start
set pol c- off -10.5
otf 765 820 2 delay 10
file CoE_minus
start
set pol c+ off -11.5
otf 685 735 2 delay 10
file FeE_plus
start
set pol c- off -10
otf 685 735 2 delay 10
file FeE_minus
start
set pol c- off -10
otf 685 735 2 delay 10
file FeE_minus
start
set pol c+ off -11.5
otf 685 735 2 delay 10
file FeE_plus
start
open
set pol c+ off -10
otf 620 670 2 delay 10
file MnE_plus
start
set pol c- off -9
otf 620 670 2 delay 10
file MnE_minus
start
set pol c- off -9
otf 620 670 2 delay 10
file MnE_minus
start
set pol c+ off -10
otf 620 670 2 delay 10
file MnE_plus
at_end close
start

View File

@@ -0,0 +1,46 @@
open
set pol c+ off 0.0
otf 765 820 2 delay 5
file CoE_plus
start
set pol c- off 2.0
otf 765 820 2 delay 5
file CoE_minus
start
set pol c- off 2.0
otf 765 820 2 delay 5
file CoE_minus
start
set pol c+ off 0.0
otf 765 820 2 delay 5
file CoE_plus
start
set pol lin 0 off 2.5
otf 765 820 2 delay 10
file CoE_lin0
start
set pol lin 0 off 2.5
otf 765 820 2 delay 10
file CoE_lin0
start
set pol lin 90 off 2.5
otf 765 820 2 delay 10
file CoE_lin90
start
set pol lin 90 off 2.5
otf 765 820 2 delay 10
file CoE_lin90
at_end close
start

View File

@@ -0,0 +1,28 @@
open
set pol lin 0 off 2
otf 560 610 2 delay 5
file CrE_lin0
start
set pol lin 0 off 2
otf 560 610 2 delay 5
file CrE_lin0
start
set pol lin 90 off 2
otf 560 610 2 delay 5
file CrE_lin90
start
set pol lin 90 off 2
otf 560 610 2 delay 5
file CrE_lin90
at_end close
start

View File

@@ -0,0 +1,7 @@
open
set pol lin 0 off 1.5
otf 560 610 2 delay 10
file CrE_lin0
at_end close
start

Some files were not shown because too many files have changed in this diff Show More