Script execution

This commit is contained in:
x03daop
2017-06-09 21:20:04 +02:00
parent 1df4b647a2
commit 97ce4d2e15

View File

@@ -163,12 +163,12 @@ def do_scan(motors, positions, regions, latency):
try:
setup_live_plots(REGIONS)
task = fork(update_live_plots)
sample_pos = [ [51.2,-3.8,-0.1,118.5]
[41.2,-3.75,-0.1,117.5]
[31.2,-3.6,-0.1,116.5]
[21.2,-3.9,0.25,115.5]
[11.2,-3.75,0.2,113]
[1.2,-3.65,0.2,112]
sample_pos = [ [51.2,-3.8,-0.1,118.5],
[41.2,-3.75,-0.1,117.5],
[31.2,-3.6,-0.1,116.5],
[21.2,-3.9,0.25,115.5],
[11.2,-3.75,0.2,113],
[1.2,-3.65,0.2,112],
[-8.8,-3.6,0.2,111]]
for nn in sample_pos:
ManipulatorX.move(nn[1])