Script execution

This commit is contained in:
gac-x03da
2019-08-25 01:35:15 +02:00
parent d58b35519e
commit e95c10d687
+1 -1
View File
@@ -221,7 +221,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, -2.6, -0.5, 115.1]]
sample_pos = [[-9.1,-90.0, -2.6, 1.5, 115.1]]
for (index, nn) in enumerate(sample_pos):
polar = nn[0]