Script execution

This commit is contained in:
gac-x03da
2023-05-08 08:23:12 +02:00
parent 62c03d4ad6
commit f23ea61ffa

View File

@@ -21,7 +21,7 @@ MOTORS = [dummy]
# number of cycles (integer - not decimal point!)
# (actual number of cycles is + 1)
NUMBER_OF_CYCLES = 0
NUMBER_OF_CYCLES = 20
POSITIONS = [1., 10., NUMBER_OF_CYCLES]
SCAN = 'lscan'
@@ -57,7 +57,7 @@ REGION_A1 = {'name': 'MoEF', 'ephot': 61., 'elo': 54., 'ehi':59., 'estep': 0.02,
REGION_A2 = {'name': 'VB', 'elo': 50., 'ehi':59., 'estep':0.02, 'epass': 50., 'tstep': 1.0, 'iter': 1, 'cis': False, 'position': 'sample'}
# -- Region B @ 144 eV (G1 600)
REGION_B1 = {'name': 'MoEF', 'ephot': 144., 'elo': 137., 'ehi':142., 'estep': 0.02, 'epass': 50., 'tstep': 1.0, 'iter': 1, 'cis': False, 'position': 'reference'}
REGION_B1 = {'name': 'MoEF', 'ephot': 144., 'elo': 138., 'ehi':142., 'estep': 0.02, 'epass': 50., 'tstep': 1.0, 'iter': 1, 'cis': False, 'position': 'reference'}
REGION_B2 = {'name': 'VB', 'elo': 133., 'ehi':142., 'estep':0.02, 'epass': 50., 'tstep': 1.0, 'iter': 1, 'cis': False, 'position': 'sample'}
# CHOOSE THE REGIONS TO RUN