You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[0.6.0]
Added
#24 Add optional normalization of parsed GPS coordinates
#27 Add filter_accel and filter_baro helpers to pyflysight.flysight_proc.FlysightV2FlightLog to assist with applying filters to logged accelerometer & baro data.
#26 Add pyflysight.flysight_proc.calculate_sync_delta for calculating the time delta required to align the parsed track & sensor data
Changed
#26 When using pyflysight.flysight_proc.parse_v2_log_directory, an elapsed_time_sensor column is now added to the track DataFrame, providing a synchronized elapsed time that can be used to align the sensor & track DataFrames
Fixed
#25 Re-initialize nested configuration dataclasses when loading from JSON