Script execution

This commit is contained in:
gac-x03da
2022-03-31 19:07:57 +02:00
parent 55ee898d6a
commit 3368a61658
+1 -1
View File
@@ -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(86)]
VECTOR = [[80. + i * 2.5, 32. + i * 2.5, 48. + i * 2.5] for i in range(137)]
ManipulatorPhi.move(-90.0)
ManipulatorTheta.move(-9.0)
vscan(writables, SENSORS, VECTOR, True, LATENCY, False, before_read=before_readout, after_read = after_readout)