Stod Error

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Natalie Fragnito
Posts: 5
Joined: Fri May 15, 2020 6:55 pm

Stod Error

Post by Natalie Fragnito » Wed Dec 09, 2020 4:27 pm

Hello,

I was scaling a model in Opensim when I came across this error (see attached picture) I am not sure what it means or how to fix it. I have scaled models before and my .trc file follows the same format as previous files. The only difference is that I am using a larger market set that combines two different markerset files in the subject data section of the scale tool. Please let me know if you have ant questions and thank you for your time.
Attachments
OSHELPDB.PNG
OSHELPDB.PNG (299.92 KiB) Viewed 230 times

Tags:

User avatar
Thomas Uchida
Posts: 1777
Joined: Wed May 16, 2012 11:40 am

Re: Stod Error

Post by Thomas Uchida » Thu Dec 10, 2020 3:19 am

The RuntimeException (invalid stod argument) indicates that an invalid argument was passed to the stod() method, which converts a string to a double. My guess is that the TRC file contains empty cells and, when parsing the file, the stod() method doesn't know how to convert "" into a double-precision number.

POST REPLY