Script execution
This commit is contained in:
@@ -172,12 +172,12 @@ try:
|
||||
setup_live_plots(REGIONS_B)
|
||||
task = fork(update_live_plots)
|
||||
# theta (polar), phi (azimuth), x, y, z
|
||||
sample_pos = [[-9.1,-105,0.5, 0.0, 115.0],
|
||||
[21,-105,0.8, 0.1, 115.0],
|
||||
[21,-75, 0.8, 0.1, 115.0],
|
||||
[51,-105,0.45, 1.4, 115.0],
|
||||
[51,-75, 0.45, 1.4, 115.0],
|
||||
[-9.1,-75,0.5, 0.0, 115.0]]
|
||||
sample_pos = [[-9.1,-105.0,0.5, 0.0, 115.0],
|
||||
[21.0,-105.0,0.8, 0.1, 115.0],
|
||||
[21.0,-75.0, 0.8, 0.1, 115.0],
|
||||
[51.0,-105.0,0.45, 1.4, 115.0],
|
||||
[51.0,-75.0, 0.45, 1.4, 115.0],
|
||||
[-9.1,-75.0,0.5, 0.0, 115.0]]
|
||||
for nn in sample_pos:
|
||||
polar = nn[0]
|
||||
azimuth = nn[1]
|
||||
|
||||
Reference in New Issue
Block a user