Added observers for tracking data

This commit is contained in:
dario
2023-12-13 11:18:23 +01:00
parent 22d6280123
commit b331e9b27a
7 changed files with 240 additions and 167 deletions

View File

@@ -152,6 +152,9 @@ def preprocess_file(path):
df = compute_omegas(df)
df = preprocess_rotations(df)
# Set the altitude to meters
df['altitude'] *= 1000
renaming = {
'sonic_velocity': 'speedofsound',
'Time': 'time',