GHA triaxial nach Panou Korakitis 2019 läuft
bei ax=ay Fehler irgendwas bei gha1 biaxial noch falsch, evtl Umrechnung
This commit is contained in:
@@ -74,5 +74,5 @@ print("\n\nAufgabe 4")
|
||||
x = float("4308"+m3+"94.556")
|
||||
y = float("1214"+m2+"88.242")
|
||||
z = float("4529"+m4+"03.878")
|
||||
phi_p3, lambda_p3, h_p3 = re.ellipsoidische_Koords(0.001, wu.gms2rad([0, 0, 0.001]), x, y, z)
|
||||
phi_p3, lambda_p3, h_p3 = re.cart2ell(0.001, wu.gms2rad([0, 0, 0.001]), x, y, z)
|
||||
print(f"\nP3: {aus.gms('phi', phi_p3, nks)}, {aus.gms('lambda', lambda_p3, 5)}, h = {round(h_p3,nks)} m")
|
||||
|
||||
Reference in New Issue
Block a user