Script execution
This commit is contained in:
@@ -26,7 +26,7 @@ MOTORS = [dummy]
|
||||
|
||||
# line scan [start, stop, step]
|
||||
POSITIONS = [0.]
|
||||
SCAN = 'lscan'
|
||||
SCAN = 'vscan'
|
||||
|
||||
# vector scan [pos1, pos2, pos3, ...]
|
||||
#POSITIONS = [600., 900.]
|
||||
@@ -86,7 +86,7 @@ REGION5 = {'name': 'In3d','ephot':900., 'elo': 440., 'ehi':453.0, 'estep':0.1, '
|
||||
REGIONS = [REGION1, REGION2]#, REGION3, REGION4, REGION5]
|
||||
|
||||
# close beam shutter and turn off analyser at the end of the scan
|
||||
CLOSE_SHUTTER_AT_END = True
|
||||
CLOSE_SHUTTER_AT_END = False
|
||||
|
||||
def move_to_position(pdict):
|
||||
ManipulatorX.move(pdict['X'])
|
||||
|
||||
Reference in New Issue
Block a user