Skip to content

Commit 41cd9e7

Browse files
Add output file processing section to README
Added section on output file processing for muscle data.
1 parent 9b17764 commit 41cd9e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,5 @@ Then, run it using `python run ` from the parent directory of the Data folder.
5252
Process the motion capture data through [DeepLabCut](https://github.com/DeepLabCut/DeepLabCut). The output file will have more data than necessary, so delete everything except time, paw (x,y,z), wrist (x,y,z), shoulder (x,y,z), elbow (x,y,z). At the end, the csv file should look like the following:
5353
![Example input file](/images/image_2025-12-31_145620844.png)
5454

55+
# Output File Processing
56+
The most important output files are the muscle_solution and the muscle_kinematics. However, they need to be formatted before they are usable. The generated .sto files can be visualized in OpenSim to observe the movement and predicted muscle actuations. The muscle_solution shows the solution that the model found for the movement, and the muscle_kinematics file shows the difference between the real movement and the movement predicted by the model.

0 commit comments

Comments
 (0)