diff --git a/script/users/Granas/XPSSpectrum_O1s.py b/script/users/Granas/XPSSpectrum_O1s.py index 68b0ed79..7860efad 100644 --- a/script/users/Granas/XPSSpectrum_O1s.py +++ b/script/users/Granas/XPSSpectrum_O1s.py @@ -35,7 +35,7 @@ range1 = getParameterset(pearlU_path+"settings/FE_O1s.txt") waitForEnergy(range1[0]) waitForGroup("mov-") -if len(range1)>5: +if True: ranges = [range1] # (eph, min, max, step, time, iter) @@ -48,4 +48,4 @@ if len(range1)>5: setVal("X03DA-FE-AB1:CLOSE4BL","0") #closeing the beam line - time.sleep(10) \ No newline at end of file + time.sleep(4) \ No newline at end of file