From 1a55e07264802ef0eb5b4bc8d5b8efdbe0df34f5 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Fri, 1 Mar 2019 00:55:14 +0100 Subject: [PATCH] Script execution --- script/users/MultiRegionScan_Ag_valence62eV.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/users/MultiRegionScan_Ag_valence62eV.py b/script/users/MultiRegionScan_Ag_valence62eV.py index 9092b045..ef6c7946 100644 --- a/script/users/MultiRegionScan_Ag_valence62eV.py +++ b/script/users/MultiRegionScan_Ag_valence62eV.py @@ -17,7 +17,7 @@ MOTORS = [dummy] #POSITIONS = [-175., 180., 5.] POSITIONS = [0.0] # seconds to wait between positioning command and triggering the detector -LATENCY = 0.01 +LATENCY = 0.0 # region setup # @@ -45,7 +45,7 @@ REGION1 = {'name': 'VB62eVzoom', 'elo': 54.0, 'ehi': 58.0, 'estep': 0.002, 'epas #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] +REGIONS = ['REGION1'] # close beam shutter and turn off analyser at the end of the scan CLOSE_SHUTTER_AT_END = False