„src/nmreval/models/stimecho.py“ ändern
This commit is contained in:
parent
058551cc72
commit
567fcfe37e
@ -50,8 +50,8 @@ class StimEchoZ0:
|
|||||||
def func(x, a, t_ev, delta, eta, mode='cos'):
|
def func(x, a, t_ev, delta, eta, mode='cos'):
|
||||||
x = np.asarray(x)
|
x = np.asarray(x)
|
||||||
|
|
||||||
theta = np.linspace(0, np.pi/2)
|
theta = np.linspace(0, np.pi/2, num=200)
|
||||||
phi = np.linspace(0, 2*np.pi)
|
phi = np.linspace(0, 2*np.pi, num=200)
|
||||||
angles = np.array(list(product(theta, phi)))
|
angles = np.array(list(product(theta, phi)))
|
||||||
dt = theta[1] - theta[0]
|
dt = theta[1] - theta[0]
|
||||||
dp = phi[1] - phi[0]
|
dp = phi[1] - phi[0]
|
||||||
|
Loading…
Reference in New Issue
Block a user