Script execution
This commit is contained in:
@@ -48,8 +48,8 @@ LATENCY = 0.0
|
||||
# 'slit': exit slit (default: unchanged)
|
||||
# 'position': 'reference' or 'sample'
|
||||
|
||||
SAMPLE_POSITION = {'X': 2.15,'Y': 3.00, 'Z': 115.00, 'Theta': -9., 'Tilt': -2.0, 'Phi': -90.}
|
||||
REFERENCE_POSITION = {'X': 2.00,'Y': 7.00, 'Z': 113.00, 'Theta': -9., 'Tilt': -2.0, 'Phi': -90.}
|
||||
SAMPLE_POSITION = {'X': 2.10,'Y': 3.00, 'Z': 115.00, 'Theta': -9., 'Tilt': -2.0, 'Phi': -90.}
|
||||
REFERENCE_POSITION = {'X': 1.90,'Y': 8.00, 'Z': 115.00, 'Theta': -9., 'Tilt': -2.0, 'Phi': -90.}
|
||||
|
||||
# DEFINE THE REGIONS
|
||||
# -- Region A @ 578 eV Survey
|
||||
@@ -73,7 +73,10 @@ REGION_D3 = {'name': 'As3d', 'elo': 1001., 'ehi':1008., 'estep':0.02, 'epass': 2
|
||||
REGION_D4 = {'name': 'In3d', 'elo': 590., 'ehi':605., 'estep':0.02, 'epass': 20., 'tstep': 1.0, 'iter': 1, 'cis': False, 'position': 'sample'}
|
||||
|
||||
# CHOOSE THE REGIONS TO RUN
|
||||
REGIONS = [REGION_A1,REGION_A2,REGION_B1,REGION_B2,REGION_B3,REGION_B4,REGION_C1,REGION_C2,REGION_D1,REGION_D2,REGION_D3,REGION_D4]
|
||||
## 1 - RUN ALL
|
||||
## REGIONS = [REGION_A1,REGION_A2,REGION_B1,REGION_B2,REGION_B3,REGION_B4,REGION_C1,REGION_C2,REGION_D1,REGION_D2,REGION_D3,REGION_D4]
|
||||
# 2 - RUN ALL, EXCEPT SURVEYS
|
||||
REGIONS = [REGION_B1,REGION_B2,REGION_B3,REGION_B4,REGION_D1,REGION_D2,REGION_D3,REGION_D4]
|
||||
|
||||
# close beam shutter and turn off analyser at the end of the scan
|
||||
# True or False
|
||||
|
||||
Reference in New Issue
Block a user