Script execution

This commit is contained in:
gac-x03da
2018-02-08 12:04:35 +01:00
parent 242dc52b5e
commit 63e272f810

View File

@@ -41,7 +41,6 @@ THETA_NSTEPS = int((THETA_RANGE[1] - THETA_RANGE[0]) / THETA_STEP) + 1
theta_time = scienta_time * THETA_NSTEPS
print "theta_time: ", theta_time
PHI_STEP = 40.0
PHI_NSTEPS = int((PHI_RANGE[1] - PHI_RANGE[0]) / PHI_STEP) + 1
phi_positions = [PHI_RANGE[0] + PHI_STEP * i for i in range(PHI_NSTEPS)]
print "phi_positions: ", phi_positions