Script execution

This commit is contained in:
gac-x03da
2019-03-26 00:35:41 +01:00
parent b7c8319d70
commit 9bb4d911b2

View File

@@ -177,9 +177,8 @@ 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],
[50.9,-90.0,-0.6, -0.5, 114.2],
[-9.1,-90.0,-0.6, -0.5, 114.8]]
sample_pos = [[-9.1,-90.0,0.9, 0.35, 114.5],
[-9.1,-90.0,0.9, 0.35, 114.2]]
for (index, nn) in enumerate(sample_pos):
polar = nn[0]