From f1a4d54b70b2249b0e3e78f289f45528fd00dc0a Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Sun, 10 Feb 2019 01:41:07 +0100 Subject: [PATCH] Script execution --- script/MultiRegionScan.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/script/MultiRegionScan.py b/script/MultiRegionScan.py index c143c019..accb11d7 100644 --- a/script/MultiRegionScan.py +++ b/script/MultiRegionScan.py @@ -3,11 +3,11 @@ Discrete photon energy scan (vector scan) of multiple spectral regions """ # scan positioner: Eph = photon energy -#MOTORS = [dummy] -MOTORS = [ManipulatorPhi] +MOTORS = [dummy] +#MOTORS = [ManipulatorPhi] # comma-separated discrete list of scan positions -#POSITIONS = [0., 1., 5] -POSITIONS = [-175., 180., 5.] +POSITIONS = [0., 1., 30] +#POSITIONS = [-175., 180., 5.] # seconds to wait between positioning command and triggering the detector LATENCY = 0.0 @@ -30,7 +30,7 @@ LATENCY = 0.0 # 'slit': exit slit (default current value) REGION1 = {'name': 'secondary', 'elo': 9.0, 'ehi': 11.0, 'estep': 0.02, 'epass': 2, 'tstep': 0.20, 'iter': 1, 'cis': False} -REGION2 = {'name': 'fermi', 'elo': 23.5, 'ehi': 27.5, 'estep': 0.02, 'epass': 2, 'tstep': 0.25, 'iter': 1, 'cis': False} +REGION2 = {'name': 'fermi', 'elo': 23.5, 'ehi': 27.5, 'estep': 0.02, 'epass': 2, 'tstep': 0.35, 'iter': 1, 'cis': False} # list of region dictionaries to execute at each scan position REGIONS = [REGION1, REGION2]