Ellipsoid-Auswahl angepasst

This commit is contained in:
2026-02-11 13:44:53 +01:00
parent 59ad560f36
commit d90ff5df69
3 changed files with 10 additions and 12 deletions

View File

@@ -4,9 +4,9 @@ import numpy as np
import plotly.graph_objects as go import plotly.graph_objects as go
from numpy.typing import NDArray from numpy.typing import NDArray
from ES.Hansen_ES_CMA import escma
from GHA_triaxial.gha2_num import gha2_num from GHA_triaxial.gha2_num import gha2_num
from GHA_triaxial.utils import sigma2alpha from GHA_triaxial.utils import sigma2alpha
from Hansen_ES_CMA import escma
from ellipsoid_triaxial import EllipsoidTriaxial from ellipsoid_triaxial import EllipsoidTriaxial

View File

@@ -3,9 +3,9 @@ from typing import Tuple
import numpy as np import numpy as np
from numpy.typing import NDArray from numpy.typing import NDArray
import GHA_triaxial.numeric_examples_karney as ne_karney
import GHA_triaxial.numeric_examples_panou as ne_panou
import ausgaben as aus import ausgaben as aus
import numeric_examples_karney as ne_karney
import numeric_examples_panou as ne_panou
import winkelumrechnungen as wu import winkelumrechnungen as wu
from ellipsoid_triaxial import EllipsoidTriaxial from ellipsoid_triaxial import EllipsoidTriaxial
from runge_kutta import rk4, rk4_end, rk4_integral from runge_kutta import rk4, rk4_end, rk4_integral

View File

@@ -487,15 +487,13 @@ app.layout = html.Div(
dcc.Dropdown( dcc.Dropdown(
id="dropdown-ellipsoid", id="dropdown-ellipsoid",
options=[ options=[
{"label": "BursaFialova1993", "value": "BursaFialova1993"}, {"label": "Burša und Šíma (1980)", "value": "BursaSima1980round"},
{"label": "BursaSima1980", "value": "BursaSima1980"}, {"label": "Karney (2024)", "value": "KarneyTest2024"},
{"label": "BursaSima1980round", "value": "BursaSima1980round"}, {"label": "Fictional", "value": "Fiction"},
{"label": "Eitschberger1978", "value": "Eitschberger1978"}, {"label": "Burša und Fialová (1993)", "value": "BursaFialova1993"},
{"label": "Bursa1972", "value": "Bursa1972"}, {"label": "Eitschberger (1978)", "value": "Eitschberger1978"},
{"label": "Bursa1970", "value": "Bursa1970"}, {"label": "Burša (1972)", "value": "Bursa1972"},
{"label": "BesselBiaxial", "value": "BesselBiaxial"}, {"label": "Burša (1970)", "value": "Bursa1970"}
{"label": "KarneyTest2024", "value": "KarneyTest2024"},
{"label": "Fiction", "value": "Fiction"},
], ],
value="", value="",