output file naming conventions in OpenSim

A central repository for reading materials, assignments, and student-written computer code related to ME/BIOE 485 (Modeling and Simulation of Human Movement).
POST REPLY
User avatar
May Liu
Posts: 11
Joined: Tue May 24, 2005 3:20 pm

output file naming conventions in OpenSim

Post by May Liu » Mon Apr 21, 2008 4:36 pm

Perhaps you are wondering how to manage the names of the output files you are generating?

Open the setup file and look for the "name" of the tool being used. That name is prepended to all output files.

For example:
<CMCTool name="hpl_overground_slow_walk_cmc">

The names of all output files will begin with hpl_overground_slow_walk_cmc

Hope this is helpful,
May

POST REPLY