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
BREAKING: Using "high precision" standard value of gravity everywhere (9.80665 m/s^2).
Before we were using 9.81 m/s^2 during the loading of MobiliseD matlab files and when calculating the stride length
validity threshold.
This should have a small impact on the results of most algorithms, hence, we marked it as a breaking change.
Added
The apply_aggregations and apply_transformation functions now have an option (on by default) to ignore
transformations that expect columns that don't exist.
This should allow the use of the default aggregations and transformations in more situations.
Changed
The matlab loader now accepts infoForAlgo files that are missing some of the optional fields.