Closedown

This commit is contained in:
gac-x03da
2022-05-12 08:52:05 +02:00
parent b45032f152
commit db135fd41b
4 changed files with 23 additions and 14 deletions

View File

@@ -44,12 +44,21 @@ LATENCY = 0.0
######### X-TREME samples ##############
# Ephot = 800 eV; if 'ephot' is not specified in the region, it will not be set!!
REG1 = {'name': '800eV_Ag4p', 'elo': 417., 'ehi': 431., 'estep': 0.02, 'epass': 50., 'tstep': 0.5, 'iter': 1, 'slit' : 30, 'cis': True}
REG2 = {'name': '800eV_C1s', 'elo': 498., 'ehi': 516., 'estep': 0.05, 'epass': 50., 'tstep': 1., 'iter': 1, 'slit' : 30, 'cis': True}
REG3 = {'name': '800eV_N1s', 'elo': 393., 'ehi': 399., 'estep': 0.02, 'epass': 50., 'tstep': 1., 'iter': 1, 'slit' : 30, 'cis': True}
REG4 = {'name': '800eV_VB', 'elo': 792.0, 'ehi': 797.0, 'estep': 0.002, 'epass': 50., 'tstep': 0.5, 'iter': 3, 'slit' : 30, 'cis': True}
# Ephot = 1600 eV; if 'ephot' is not specified in the region, it will not be set!!
REG5 = {'name': '1600eV_Ag3d', 'elo': 1215., 'ehi':1236 eV, 'estep': 1, 'epass': 50., 'tstep': 1., 'iter': 1,'slit' : 30, 'cis': True}
# front end 4x6 mm2
# Ephot = 62 eV; if 'ephot' is not specified in the region, it will not be set!!
REG1 = {'name': '62eV_VBcoarse', 'elo': 49.0, 'ehi': 58.0, 'estep': 0.002, 'epass': 10., 'tstep': 0.5, 'iter': 1, 'slit' : 100, 'cis': True}
REG2 = {'name': '62eV_VBzoom', 'elo': 54.0, 'ehi': 58.0, 'estep': 0.002, 'epass': 10., 'tstep': 0.5, 'iter': 1, 'slit' : 100, 'cis': True}
REGIONS = [REG2, REG1]
REG7 = {'name': '62eV_VBcoarse', 'elo': 49.0, 'ehi': 58.0, 'estep': 0.002, 'epass': 10., 'tstep': 0.5, 'iter': 1, 'slit' : 100, 'cis': True}
REG8 = {'name': '62eV_VBzoom', 'elo': 54.0, 'ehi': 58.0, 'estep': 0.002, 'epass': 10., 'tstep': 0.5, 'iter': 1, 'slit' : 100, 'cis': True}
#REGIONS = [REG1, REG2]