keenon / nimblephysics

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

Adding a method to `MarkerFitter` to support web front-end plotting #165

Closed nickbianco closed 1 year ago

nickbianco commented 1 year ago

DynamicsFitter has the method writeCSVData, which creates a summary CSV file for the results of AddBiomechanics. This method is used by AddBiomechanics to create a plot.csv, which is currently used by the web front-end for interactive plotting.

However, if only using MarkerFitter, this file was not being created. This PR introduces a similar writeCSVData method for MarkerFitter to address the issue.

EDIT: I also updated the pybind stubs.