opensim-org / opensim-core

SimTK OpenSim C++ libraries and command-line applications, and Java/Python wrapping.
https://opensim.stanford.edu
Apache License 2.0
786 stars 317 forks source link

We really need to be able to resample/interpolate TimeSeriesTables #2014

Open chrisdembia opened 6 years ago

chrisdembia commented 6 years ago

Resampling and interpolating TimeSeriesTables has become vital in the direct collocation work. Right now, I convert to a Storage to do the resampling, or create a GCVSplineSet directly. @aseth1 can we chat about the preferred interface for this? Relatedly, we need to be able to filter a TimeSeriesTable.

Related #2004 #55

aymanhab commented 6 years ago

Matlab provides similar utilities for their own TimeSeriesTable, handy per @jimmyDunne

chrisdembia commented 6 years ago

We decided in the dev meeting that these should be free functions, but that they should be tied to TimeSeriesTable in doxygen (using @related).

chrisdembia commented 4 years ago

Related: #2559