Script execution
This commit is contained in:
@@ -21,7 +21,7 @@ MOTORS = [dummy]
|
||||
|
||||
# number of cycles (integer - not decimal point!)
|
||||
# (actual number of cycles is + 1)
|
||||
NUMBER_OF_CYCLES = 30
|
||||
NUMBER_OF_CYCLES = 10
|
||||
POSITIONS = [1., 10., NUMBER_OF_CYCLES]
|
||||
SCAN = 'lscan'
|
||||
|
||||
@@ -69,7 +69,7 @@ REGION_B6 = {'name': 'In3d', 'elo': 590., 'ehi':605., 'estep':0.02, 'epass': 50.
|
||||
|
||||
# CHOOSE THE REGIONS TO RUN
|
||||
# -- 01 -- @578eV Au reference measurements (run 10 cyles)
|
||||
# REGIONS = [REGION_A1,REGION_A2]
|
||||
REGIONS = [REGION_A1,REGION_A2]
|
||||
# -- 02 -- @578eV VB + XPS Test Run (run 1 cyles)
|
||||
#REGIONS = [REGION_A1,REGION_A4,REGION_A5,REGION_A6,REGION_A3]
|
||||
# -- 03 -- @578eV High-Stat XPS of relevant core-levels (run 30 cyles)
|
||||
@@ -80,7 +80,7 @@ REGION_B6 = {'name': 'In3d', 'elo': 590., 'ehi':605., 'estep':0.02, 'epass': 50.
|
||||
# -- 05 -- @1050eV VB + XPS Test Run (run 1 cyles)
|
||||
#REGIONS = [REGION_B1,REGION_B4,REGION_B5,REGION_B6,REGION_B3]
|
||||
# -- 06 -- @1050eV High-Stat XPS of relevant core-levels (run 30 cyles)
|
||||
REGIONS = [REGION_B1,REGION_B4,REGION_B5,REGION_B6]
|
||||
# REGIONS = [REGION_B1,REGION_B4,REGION_B5,REGION_B6]
|
||||
|
||||
|
||||
# close beam shutter and turn off analyser at the end of the scan
|
||||
|
||||
Reference in New Issue
Block a user