Ellipsoid-Auswahl angepasst
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
16
dashboard.py
16
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="",
|
||||
|
||||
Reference in New Issue
Block a user