Script execution
This commit is contained in:
@@ -4,13 +4,13 @@ Arguments:
|
||||
"""
|
||||
|
||||
MOTORS = [Eph]
|
||||
POSITIONS = [500]
|
||||
for nn in range(62):
|
||||
POSITIONS = [540]
|
||||
for nn in range(52):
|
||||
POSITIONS.append(POSITIONS[-1]+4)
|
||||
LATENCY = 0.0
|
||||
|
||||
REGION1 = {'name': 'N 1s peak', 'elo': 89.0, 'ehi': 98.5, 'estep': 0.15, 'epass': 50, 'tstep': 2, 'iter': 1, 'cis': True}
|
||||
REGION2 = {'name': 'N 1s tail', 'elo': 98.5, 'ehi': 108.0, 'estep': 0.5, 'epass': 50, 'tstep': 2, 'iter': 1, 'cis': True}
|
||||
REGION1 = {'name': 'N 1s peak', 'elo': 129., 'ehi': 138.5, 'estep': 0.15, 'epass': 100, 'tstep': 1, 'iter': 1, 'cis': True}
|
||||
REGION2 = {'name': 'N 1s tail', 'elo': 138.5, 'ehi': 148.0, 'estep': 0.5, 'epass': 100, 'tstep': 1, 'iter': 1, 'cis': True}
|
||||
REGIONS = [REGION1, REGION2]
|
||||
|
||||
CLOSE_SHUTTER_AT_END = True
|
||||
@@ -163,7 +163,7 @@ try:
|
||||
# for nn in range():
|
||||
# ManipulatorX.move(1.0)
|
||||
# ManipulatorY.move()
|
||||
# ManipulatorZ.move()
|
||||
ManipulatorZ.move(114.2)
|
||||
# ManipulatorTheta.move()
|
||||
|
||||
do_scan(MOTORS, POSITIONS, REGIONS, LATENCY)
|
||||
|
||||
Reference in New Issue
Block a user