From 3778cf9d31d5fb99f4777c52da50f145b3cc6d1d Mon Sep 17 00:00:00 2001 From: x03daop Date: Fri, 27 Jan 2017 18:01:17 +0100 Subject: [PATCH] Script execution --- script/PhotonFluxSpectrum.py | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/script/PhotonFluxSpectrum.py b/script/PhotonFluxSpectrum.py index 55080a90..cddf9647 100644 --- a/script/PhotonFluxSpectrum.py +++ b/script/PhotonFluxSpectrum.py @@ -8,12 +8,20 @@ AuxCurrent: not connected import time -STARTPOS = (270.0) -ENDPOS = (310.0) -STEPS = 0.5 -LATENCY = 1.0 +# G1200 full spectrum +STARTPOS = (100.0) +ENDPOS = (120.0) +STEPS = 25.0 +LATENCY = 5.0 DWELL = 1.0 +# carbon edge +#STARTPOS = (270.0) +#ENDPOS = (310.0) +#STEPS = 0.5 +#LATENCY = 1.0 +#DWELL = 1.0 + # G1200 1x1 reference sscan_2264 (elog:114) #SampleCurrentGain.write("L, 10^8") #RefCurrentGain.write("L, 10^9")