From 318a3960a18f0e2e5750d7e86ef4a55b0c9c293d Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Mon, 28 Jan 2019 13:07:01 +0100 Subject: [PATCH] Script execution --- script/optics/PhotonFluxSpectrum.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/optics/PhotonFluxSpectrum.py b/script/optics/PhotonFluxSpectrum.py index 3e1b9e79..35261f8f 100644 --- a/script/optics/PhotonFluxSpectrum.py +++ b/script/optics/PhotonFluxSpectrum.py @@ -8,9 +8,9 @@ AuxCurrent: not connected import time -#RANGE = "G1200 full" +RANGE = "G1200 full" #RANGE = "G600 full" -RANGE = "C K-edge" +#RANGE = "C K-edge" BEAM = "G1200 1x1" #BEAM = "G1200 6x10" @@ -23,7 +23,7 @@ if RANGE == "G600 full": DWELL = 1.0 elif RANGE == "G1200 full": # G1200 full spectrum - STARTPOS = (100.0) + STARTPOS = (125.0) ENDPOS = (2000.0) STEPS = 25.0 LATENCY = 5.0