Script execution
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user