From 8471371cd2b31f97ff9ee1d6b080b44448499cc5 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Sun, 3 Apr 2022 16:42:51 +0200 Subject: [PATCH] Script execution --- script/staff/MultiPhotonEnergy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/staff/MultiPhotonEnergy.py b/script/staff/MultiPhotonEnergy.py index 730cf8b1..8d7b5c38 100644 --- a/script/staff/MultiPhotonEnergy.py +++ b/script/staff/MultiPhotonEnergy.py @@ -24,7 +24,7 @@ set_preference(Preference.PLOT_TYPES, {'Scienta spectrum':1}) set_exec_pars(compression=True) try: - VECTOR = [[80. + i * 2.5, 32. + i * 2.5, 48. + i * 2.5] for i in range(137)] + VECTOR = [[230. + i * 2.5, 40. + i * 2.5, 60. + i * 2.5] for i in range(85)] ManipulatorPhi.move(-90.0) ManipulatorTheta.move(-9.0) vscan(writables, SENSORS, VECTOR, True, LATENCY, False, before_read=before_readout, after_read = after_readout)