Script execution
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user