diff --git a/ES/gha2_ES.py b/ES/gha2_ES.py index db347c9..29d71df 100644 --- a/ES/gha2_ES.py +++ b/ES/gha2_ES.py @@ -4,9 +4,9 @@ import numpy as np import plotly.graph_objects as go from numpy.typing import NDArray +from ES.Hansen_ES_CMA import escma from GHA_triaxial.gha2_num import gha2_num from GHA_triaxial.utils import sigma2alpha -from Hansen_ES_CMA import escma from ellipsoid_triaxial import EllipsoidTriaxial diff --git a/GHA_triaxial/gha2_num.py b/GHA_triaxial/gha2_num.py index d2af889..b34f13f 100644 --- a/GHA_triaxial/gha2_num.py +++ b/GHA_triaxial/gha2_num.py @@ -3,9 +3,9 @@ from typing import Tuple import numpy as np 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 numeric_examples_karney as ne_karney -import numeric_examples_panou as ne_panou import winkelumrechnungen as wu from ellipsoid_triaxial import EllipsoidTriaxial from runge_kutta import rk4, rk4_end, rk4_integral diff --git a/dashboard.py b/dashboard.py index 33b8366..6c5bf0d 100644 --- a/dashboard.py +++ b/dashboard.py @@ -487,15 +487,13 @@ app.layout = html.Div( dcc.Dropdown( id="dropdown-ellipsoid", options=[ - {"label": "BursaFialova1993", "value": "BursaFialova1993"}, - {"label": "BursaSima1980", "value": "BursaSima1980"}, - {"label": "BursaSima1980round", "value": "BursaSima1980round"}, - {"label": "Eitschberger1978", "value": "Eitschberger1978"}, - {"label": "Bursa1972", "value": "Bursa1972"}, - {"label": "Bursa1970", "value": "Bursa1970"}, - {"label": "BesselBiaxial", "value": "BesselBiaxial"}, - {"label": "KarneyTest2024", "value": "KarneyTest2024"}, - {"label": "Fiction", "value": "Fiction"}, + {"label": "Burša und Šíma (1980)", "value": "BursaSima1980round"}, + {"label": "Karney (2024)", "value": "KarneyTest2024"}, + {"label": "Fictional", "value": "Fiction"}, + {"label": "Burša und Fialová (1993)", "value": "BursaFialova1993"}, + {"label": "Eitschberger (1978)", "value": "Eitschberger1978"}, + {"label": "Burša (1972)", "value": "Bursa1972"}, + {"label": "Burša (1970)", "value": "Bursa1970"} ], value="",