Script execution

This commit is contained in:
gac-x03da
2022-11-06 22:39:10 +01:00
parent cbf4f4bcea
commit 4d6b743bd5

View File

@@ -21,7 +21,7 @@ MOTORS = [dummy]
# number of cycles (integer - not decimal point!)
# (actual number of cycles is + 1)
NUMBER_OF_CYCLES = 9
NUMBER_OF_CYCLES = 0
POSITIONS = [1., 10., NUMBER_OF_CYCLES]
SCAN = 'lscan'
@@ -59,25 +59,25 @@ SAMPLE_POSITION = {'X': -1.2,'Y': 0., 'Z': 114., 'Theta': -9., 'Tilt': -2.0, 'Ph
#REGION5 = {'name': 'AuEF','elo': 572.5, 'ehi':574., 'estep': 0.02, 'epass': 50., 'tstep': 0.6, 'iter': 1, 'cis': False, 'position': 'reference'}
# REGIONS for 1050 eV
REGION1 = {'name': 'Au4f', 'elo': 954., 'ehi':964, 'estep': 0.02, 'epass': 50., 'tstep': 0.1, 'iter': 1, 'cis': False, 'position': 'reference'}
#REGION1 = {'name': 'Au4f', 'elo': 954., 'ehi':964, 'estep': 0.02, 'epass': 50., 'tstep': 0.1, 'iter': 1, 'cis': False, 'position': 'reference'}
#REGION2 = {'name': 'In4d', 'elo': 1024.5, 'ehi':1031.5, 'estep':0.02, 'epass': 50., 'tstep': 0.2, 'iter': 1, 'cis': False, 'position': 'sample'}
#REGION3 = {'name': 'As3d', 'elo': 1001.5, 'ehi':1007., 'estep':0.02, 'epass': 50., 'tstep': 0.2, 'iter': 1, 'cis': False, 'position': 'sample'}
#REGION4 = {'name': 'In3d', 'elo': 591., 'ehi':596., 'estep':0.02, 'epass': 50., 'tstep': 0.2, 'iter': 1, 'cis': False, 'position': 'sample'}
REGION5 = {'name': 'AuEF', 'elo': 1044.5, 'ehi':1046, 'estep':0.02, 'epass': 50., 'tstep': 0.6, 'iter': 1, 'cis': False, 'position': 'reference'}
#REGION5 = {'name': 'AuEF', 'elo': 1044.5, 'ehi':1046, 'estep':0.02, 'epass': 50., 'tstep': 0.6, 'iter': 1, 'cis': False, 'position': 'reference'}
# Regions of hv dependence
#iii=6.
iii=0.
#REGION1 = {'name': 'Au4f','elo': (54.+150.*iii), 'ehi':(64.+150.*iii), 'estep': 0.02, 'epass': 50., 'tstep': 0.1, 'iter': 1, 'cis': False, 'position': 'reference'}
#REGION2 = {'name': 'In4d','elo': (124.5+150.*iii), 'ehi':(131.+150.*iii), 'estep':0.02, 'epass': 50., 'tstep': 0.2, 'iter': 1, 'cis': False, 'position': 'sample'}
#REGION3 = {'name': 'As3d','elo': (101.+150.*iii), 'ehi':(106.5+150.*iii), 'estep':0.02, 'epass': 50., 'tstep': 0.2, 'iter': 1, 'cis': False, 'position': 'sample'}
REGION1 = {'name': 'Au4f','elo': (54.+150.*iii), 'ehi':(64.+150.*iii), 'estep': 0.02, 'epass': 50., 'tstep': 0.1, 'iter': 1, 'cis': False, 'position': 'reference'}
REGION2 = {'name': 'In4d','elo': (124.5+150.*iii), 'ehi':(131.+150.*iii), 'estep':0.02, 'epass': 50., 'tstep': 0.2, 'iter': 1, 'cis': False, 'position': 'sample'}
REGION3 = {'name': 'As3d','elo': (101.+150.*iii), 'ehi':(106.5+150.*iii), 'estep':0.02, 'epass': 50., 'tstep': 0.2, 'iter': 1, 'cis': False, 'position': 'sample'}
# list of region dictionaries to execute at each scan position
#REGIONS = [REGION1, REGION2, REGION3, REGION4]
#self-designed regions
REGIONS = [REGION1,REGION5]
REGIONS = [REGION1,REGION2,REGION3]
# close beam shutter and turn off analyser at the end of the scan
# True or False