I started working on the calibration of a subject, and I'm running into this error while starting the calibration.
I've already done other calibrations and I haven't run into this error before. I checked my emg files and excitation generator file and all the muscles are listed.
I checked all my trial files and compared them with the trial configuration files from previous calibrations but there is no difference between them. Do you know what could be the issue?
muscle excitations not found in file
- Lidia Itzel Morales
- Posts: 4
- Joined: Mon Feb 04, 2019 4:08 am
- Felicia Davenport
- Posts: 4
- Joined: Wed Jan 29, 2020 3:17 pm
Re: muscle excitations not found in file
Hello,
I know this issue is two years old, but I was wondering if you resolved it and if you recall how you resolved it? I'm running into a similar issue with a Moment Arm file not being found.
Thank you
I know this issue is two years old, but I was wondering if you resolved it and if you recall how you resolved it? I'm running into a similar issue with a Moment Arm file not being found.
Thank you
- Felicia Davenport
- Posts: 4
- Joined: Wed Jan 29, 2020 3:17 pm
Re: muscle excitations not found in file
Ignore my above post, I figured out my issue and it was the smallest detail! I will describe below just in case anyone else is searching these forums with the same issue in the future:
In my automated pipeline, there are unique .xml files for Muscle Analysis information per trial. Within it, there is a line which defines the coordinates we are looking for CEINMS to solve for named "moment_arm_coordinate_list".
On the other hand, in my uncalibrated subject .xml file, in the lines it was defining degrees of freedom and the muscles which interact with each, the names should also match the name as it's listed in the Muscle Analysis coordinates list... My error derived from the dof's being named after the file name of the .sto file, not the coordinate variable names.
In my automated pipeline, there are unique .xml files for Muscle Analysis information per trial. Within it, there is a line which defines the coordinates we are looking for CEINMS to solve for named "moment_arm_coordinate_list".
On the other hand, in my uncalibrated subject .xml file, in the lines it was defining degrees of freedom and the muscles which interact with each, the names should also match the name as it's listed in the Muscle Analysis coordinates list... My error derived from the dof's being named after the file name of the .sto file, not the coordinate variable names.