keenon / AddBiomechanics

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

Re-concatenate segmented trials #287

Open nickbianco opened 4 months ago

nickbianco commented 4 months ago

During fitting, we segment trials to make the fitting problems more tractable and improve performance in the visualizer. But we could re-concatenate the results when returned in the OpenSim format. However, we need to check if it's always possible to re-concatenate trials (e.g., some trials are split based on missing GRF data, does concatenation make sense then?).