Script execution

This commit is contained in:
gac-x03da
2018-10-01 05:26:54 +02:00
parent 78d8c57808
commit 508ad03ff3

View File

@@ -10,10 +10,10 @@ MOTORS = [Eph]
#200eV : KE = 70eV for Ge 3p
POSITIONS_B = [200]
for nn in range(2):
for nn in range(56):
POSITIONS_B.append(POSITIONS_B[-1]+4)
# BORON 1s
REGION_B = {'name': 'Ge 3s peak+tail', 'elo': 99., 'ehi': 114., 'estep': 1, 'epass': 100, 'tstep': 0.5, 'iter': 1, 'cis': True}
REGION_B = {'name': 'Ge 3s peak+tail', 'elo': 99., 'ehi': 112., 'estep': 0.13, 'epass': 100, 'tstep': 0.5, 'iter': 1, 'cis': True}
REGIONS_B = [REGION_B]
# XSP check for beam damage
@@ -185,7 +185,7 @@ try:
ManipulatorY.move(nn[3])
ManipulatorZ.move(nn[4])
ManipulatorTheta.move(polar)
ManipulatorPhi.move(nn[1])
#ManipulatorPhi.move(nn[1])
#do_scan(MOTORS, POSITIONB, REGIONSB, LATENCY) #XPS before PhD
do_scan(MOTORS, POSITIONS_B, REGIONS_B, LATENCY, nn) #PhD