Script execution
This commit is contained in:
@@ -33,7 +33,7 @@ try:
|
||||
#x = [3.0 * math.cos((th+9.0) * math.pi/180.0) - 1.69 for th in theta]
|
||||
#y = [3.0 * math.sin((th+9.0) * math.pi/180.0) - 0.933 for th in theta]
|
||||
x = 0.65
|
||||
y = [0.0179 * th for th in theta]
|
||||
y = [0.0206 * th for th in theta]
|
||||
#VECTOR = [phi, theta, x, y]
|
||||
#VECTOR = [[phi[i], theta[i], x[i], y[i]] for i in range(NPOINTS)]
|
||||
VECTOR=[[phi,theta[i],x,y[i]] for i in range(NPOINTS)]
|
||||
|
||||
Reference in New Issue
Block a user