keenon / nimblephysics

Nimble: Physics Engine for Biomechanics and Deep Learning
http://www.nimblephysics.org
Other
403 stars 44 forks source link

Throw useful exceptions when TRC formatting is invalid #204

Closed nickbianco closed 8 months ago

nickbianco commented 8 months ago

This PR add some useful checks that the TRC loaded in was correctly formatted. We check that marker names from the header were detected, and that the current marker being parsed doesn't have an index larger that the current list of marker names.