PolynomialPathFitter doesn't support paths dependent on more than 6 coordinates

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Maximilian Carvajal
Posts: 1
Joined: Sat Oct 08, 2022 2:48 pm

PolynomialPathFitter doesn't support paths dependent on more than 6 coordinates

Post by Maximilian Carvajal » Sat Jan 11, 2025 11:11 am

Hello. I have been working a bit with the PolynomialPathFitter and was wondering about the limitation on the number of coordinates a path can depend on. Specifically when running the pathfitter on the model I'm using I'll get the error:
"The path '/forceset/FDSL' depends on more than 6 coordinates. This is not supported.".

Looking at the source code I recognized I can bypass this error by increasing the MomentArmThreshold which seems to remove some of the coordinates on which a specific muscle path depends, but obviously this is a workaround that needs further consideration given it will influence the accuracy of the fitted paths.

Anyways, the main thing I'm wondering is why the limitation to 6 coordinates?

Thanks in advance for any help/answers,
Max

POST REPLY