diff --git a/script/users/HoloScan-Yasmine.py b/script/users/HoloScan-Yasmine.py index a9d16972..d693cd70 100644 --- a/script/users/HoloScan-Yasmine.py +++ b/script/users/HoloScan-Yasmine.py @@ -32,8 +32,8 @@ try: #phi = [0.5 for i in range(NPOINTS)] phi=30.5 theta = [i * 1.0 - 9.0 for i in range(NPOINTS)] - x = [3.0 * math.cos((theta+9.0) * math.pi/180.0) - 1.69 for th in theta] - y = [3.0 * math.sin((theta+9.0) * math.pi/180.0) - 0.933 for th in theta] + x = [3.0 * math.cos((theta+9.0) * math.pi/180.0) - 1.69] + y = [3.0 * math.sin((theta+9.0) * math.pi/180.0) - 0.933] #x = [0.65] #y = [0.0179 * th for th in theta] #VECTOR = [phi, theta, x, y]