Script execution

This commit is contained in:
gac-x03da
2019-08-23 22:39:46 +02:00
parent c42953c7f0
commit 8643eb3ebf

View File

@@ -196,7 +196,7 @@ 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.9, -2.6, 115.1]]
sample_pos = [[-9.1,-90.0,-2.6, -0.5, 115.1]]
for (index, nn) in enumerate(sample_pos):
polar = nn[0]