From 9ee5fe430aa27edab27f4e219e7289fd864fe874 Mon Sep 17 00:00:00 2001 From: x03daop Date: Fri, 27 Jan 2017 19:03:12 +0100 Subject: [PATCH] Script execution --- script/PhotonFluxSpectrum.py | 35 +++++++++++++++++++++-------------- 1 file changed, 21 insertions(+), 14 deletions(-) diff --git a/script/PhotonFluxSpectrum.py b/script/PhotonFluxSpectrum.py index f8e94e38..b1c5b41c 100644 --- a/script/PhotonFluxSpectrum.py +++ b/script/PhotonFluxSpectrum.py @@ -9,11 +9,11 @@ AuxCurrent: not connected import time # G600 full spectrum -#STARTPOS = (50.0) -#ENDPOS = (1100.0) -#STEPS = 10.0 -#LATENCY = 5.0 -#DWELL = 1.0 +STARTPOS = (50.0) +ENDPOS = (1100.0) +STEPS = 10.0 +LATENCY = 5.0 +DWELL = 1.0 # G1200 full spectrum #STARTPOS = (100.0) @@ -23,17 +23,24 @@ import time #DWELL = 1.0 # carbon edge -STARTPOS = (270.0) -ENDPOS = (310.0) -STEPS = 0.5 -LATENCY = 1.0 -DWELL = 1.0 +#STARTPOS = (270.0) +#ENDPOS = (310.0) +#STEPS = 0.5 +#LATENCY = 1.0 +#DWELL = 1.0 # G600 1x1 reference sscan_2268 (elog:119) -SampleCurrentGain.write("L, 10^7") -RefCurrentGain.write("L, 10^9") -FrontendHSize.write(1.5) -FrontendVSize.write(1.4) +#SampleCurrentGain.write("L, 10^7") +#RefCurrentGain.write("L, 10^9") +#FrontendHSize.write(1.5) +#FrontendVSize.write(1.4) +#ExitSlit.write(100.0) + +# G600 1x1 reference sscan_2268 (elog:119) +SampleCurrentGain.write("L, 10^5") +RefCurrentGain.write("L, 10^7") +FrontendHSize.write(6.5) +FrontendVSize.write(10.4) ExitSlit.write(100.0) # G1200 1x1 reference sscan_2264 (elog:114)