Execution
Modifiers and definitions
XML files
Now that CEINMS-RT is installed and compiled, we need to create and define the parameters of the neuromusculoskeletal model. Three examples are shown in the Tutorials. The definitions of the simulation are defined in two XML files that link to 3D models, connections, forces, loads, filters, etc. These XML files are called the subject and the execution file.
Modifiers
Next to the XML files, there are a few modifiers available to the user, these are compiled in a table below:
C:\<PathToCeims-rt>\bin\Win\Debug\CEINMS.exe [-g] [-p <string>] [-r <string>] [-v <int>] -e <string> -s <string> [–] [–version] [-h] |
|
|---|---|
Where: |
|
|
|
Use the graphical interface |
|
|
|
Process the emgFilt.txt and ik.sto found in arg (string) directory in a offline ways. This option overrule the execution.xml. |
|
|
|
Save the output in a directory. The name of the directory is arg (string). |
|
|
|
Verbose option. arg (int) is the level of verbose output (0 no output, 1 basic output, 2 debug information and 3 in-loop debug). |
|
|
|
(required) Execution xml file option. See execution.xsd in XSD directory for more information. |
|
|
|
(required) Subject specific for CEINMS-RT xml file. See subject.xsd in XSD directory for more information. |
|
|
|
(optional) Kill CEINMS-RT & GUI after a given time (in seconds). |
|
|
|
Ignores the rest of the labeled arguments following this flag. |
|
|
|
Displays version information and exits. |
|
|
|
Displays usage information and exits. |
|