keenon / AddBiomechanics

A tool to automatically process and share biomechanics data
https://addbiomechanics.org/
Other
24 stars 5 forks source link

Warning for suspecious meta data (e.g., massKg) #264

Closed TheOne-1 closed 2 months ago

TheOne-1 commented 3 months ago

I image wrong meta data such as height and weight can mess up with DynamicFitter engine.

For example, the body weight of subject P10 of this study is reported as 61.6Kg. However, the static trial has a total GRF of ~700N, corresponding to ~71Kg.

Would it make sense to check the weight based on trials with low acceleration across all the body segments?

nickbianco commented 2 months ago

We already adjust the mass of the model based on the GRF data, so the user input will be corrected.

Incorrect height data will skew the kinematics fitter results, but I think we still want to respect user inputs. If we did adjust inputs, I'd want to ensure that "good" input data isn't modified incorrectly. In many cases the height information is useful when marker data is limited (i.e., there is typically no markers on the head).

TheOne-1 commented 2 months ago

Ok good to know that the GRF is already being adjusted. Maybe just for the AddBiomechanics dataset where GRF estimation is the main focus, we need to warn users of suspicious body weight.