Script execution

This commit is contained in:
gac-x03da
2019-08-26 05:13:22 +02:00
parent 4465f739d3
commit 45c6b0d1b6

View File

@@ -215,7 +215,7 @@ try:
# 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, 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]