Skip to content

Release v0.6.0

Compare
Choose a tag to compare
@sco1 sco1 released this 21 Aug 02:45
· 21 commits to main since this release
5b34c8e

[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