Script execution

This commit is contained in:
gac-x03da
2019-08-24 13:48:04 +02:00
parent ef2bb92406
commit 2d88a301a6
+1 -1
View File
@@ -209,7 +209,7 @@ try:
task = fork(update_live_plots)
# theta (polar), phi (azimuth), x, y, z
#sample_pos = [[-9.1,-90.0,-3.45, -0.5, 115.1]]
sample_pos = [[-9.1,-90.0,0.45, -0.5, 115.1]]
sample_pos = [[-9.1,-90.0, 0.45, -0.5, 115.1]]
for (index, nn) in enumerate(sample_pos):
polar = nn[0]