mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/SPATZ.git
synced 2025-06-11 18:35:58 +00:00
Renamed altitude model
This commit is contained in:
parent
dd3346085b
commit
26acb239dc
@ -9,7 +9,7 @@ class PressUnit:
|
|||||||
hPa = 1
|
hPa = 1
|
||||||
|
|
||||||
|
|
||||||
class Altimeter:
|
class AltitudeModel:
|
||||||
def __init__(self, press_b: float = 1013.25, alt_b: float = 0, unit: PressUnit = PressUnit.hPa):
|
def __init__(self, press_b: float = 1013.25, alt_b: float = 0, unit: PressUnit = PressUnit.hPa):
|
||||||
"""A simple model for estimating the altitude based on pressure measurements.
|
"""A simple model for estimating the altitude based on pressure measurements.
|
||||||
A reference height and the corresponding pressure value can be provided for a more precise model.
|
A reference height and the corresponding pressure value can be provided for a more precise model.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user