Script execution

This commit is contained in:
gac-x03da
2019-03-25 21:46:48 +01:00
parent dce93c0868
commit 15cf49a71a

View File

@@ -177,9 +177,9 @@ try:
setup_live_plots(REGIONS_1)
task = fork(update_live_plots)
# theta (polar), phi (azimuth), x, y, z
sample_pos = [[-9.1,-90.0,-0.6, -0.5, 114.8],
[-9.1,-90.0,-0.6, -0.5, 114.8],
sample_pos = [[-9.1,-90.0,0.65, -0.25, 115],
[-9.1,-90.0,-0.6, -0.5, 114.8],
#[-9.1,-90.0,-0.6, -0.5, 114.8],
[-9.1,-90.0,-0.6, -0.5, 114.8]]
for (index, nn) in enumerate(sample_pos):