all points
This commit is contained in:
@@ -742,7 +742,7 @@ def compute_gha1_stoch(n1, cb_stoch, n_in, beta0, lamb0, s, a0, ax, ay, b):
|
||||
alpha_rad = wu.deg2rad(float(a0))
|
||||
s_val = float(s)
|
||||
|
||||
P1_stoch, alpha, points = gha1_ES(ell, beta0=beta_rad, omega0=lamb_rad, alpha0=alpha_rad, s_total=s_val, maxSegLen=n_in)
|
||||
P1_stoch, alpha, points = gha1_ES(ell, beta0=beta_rad, omega0=lamb_rad, alpha0=alpha_rad, s_total=s_val, maxSegLen=n_in, all_points=True)
|
||||
|
||||
P0 = ell.ell2cart(beta_rad, lamb_rad)
|
||||
beta1_stoch, lamb1_stoch = ell.cart2ell(P1_stoch)
|
||||
@@ -901,8 +901,7 @@ def compute_gha2_stoch(n2, cb_stoch, n_in, beta0, lamb0, beta1, lamb1, ax, ay, b
|
||||
P0 = ell.ell2cart(beta0_rad, lamb0_rad)
|
||||
P1 = ell.ell2cart(beta1_rad, lamb1_rad)
|
||||
|
||||
#a0_stoch, a1_stoch, s_stoch, points = gha2_ES(ell, P0, P1, maxSegLen=n_in, all_points=True)
|
||||
a0_stoch, a1_stoch, s_stoch, points = gha2_ES(ell, P0, P1)
|
||||
a0_stoch, a1_stoch, s_stoch, points = gha2_ES(ell, P0, P1, maxSegLen=n_in, all_points=True)
|
||||
|
||||
out = html.Div([
|
||||
html.Strong("Stochastisch (ES): "),
|
||||
|
||||
Reference in New Issue
Block a user