Benutzer-Werkzeuge

Webseiten-Werkzeuge


glue:processconfiguration

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
Nächste ÜberarbeitungBeide Seiten der Revision
glue:processconfiguration [2020/03/18 16:43] – [Process Config XML: Groups of trials] oliverglue:processconfiguration [2020/04/10 11:23] – [Process Config XML: Groups of trials] oliver
Zeile 81: Zeile 81:
 To define which trials are assigned to a group the element <identification> is used. It is possible to assign a trial to different groups but this is not recommended. To define which trials are assigned to a group the element <identification> is used. It is possible to assign a trial to different groups but this is not recommended.
  
-**Identification of trials:**+======Identification of trials:======
 The <identification>-element includes one or more <entry>-Elements. Each of these elements describe a condition. The key-attribute is the name of a property which is attached to the trial e.g. in the case of Vicon data it is the name of a property saved in the trials corresponding .enf-file. There are some special additional keys which exist independed from the third-partys measurement data files: The <identification>-element includes one or more <entry>-Elements. Each of these elements describe a condition. The key-attribute is the name of a property which is attached to the trial e.g. in the case of Vicon data it is the name of a property saved in the trials corresponding .enf-file. There are some special additional keys which exist independed from the third-partys measurement data files:
  
Zeile 88: Zeile 88:
 <code xml> <code xml>
     <identification>     <identification>
-     <entry key="CLASS">Static_Cal"</entry> +       <entry key="CLASS">Static_Cal"</entry> 
-     <entry key="SIDE">bds|links|rechts|Side R|Side L|Both"</entry>+       <entry key="SIDE">bds|links|rechts|Side R|Side L|Both"</entry>
     </identification>     </identification>
 </code> </code>
Zeile 96: Zeile 96:
 A trial is assigned to the group of trials, if the conditions defined by all <entry>-elements are achieved. A trial is assigned to the group of trials, if the conditions defined by all <entry>-elements are achieved.
  
-Process Configurations:+**Process Configurations:**
 The <process> element allows to declare properties, which can be read to configure the read of input data from specific files. E.g. for reading data from c3d-files the properties EVENTS, FORCES and POINTS are used. Set the property value to "false" to inhibit to read the specific data, e.g The <process> element allows to declare properties, which can be read to configure the read of input data from specific files. E.g. for reading data from c3d-files the properties EVENTS, FORCES and POINTS are used. Set the property value to "false" to inhibit to read the specific data, e.g
  
Zeile 105: Zeile 105:
     </process>     </process>
 </code> </code>
 +
 +With the key="inputpath" the input file can be specified for testing purposes:
 +
 +<code xml>
 +   <entry key="inputpath">rawdata/ABC000.r3d</entry>
 +</code>
 +
 +^ Name ^ Values ^  Description |
 +^ EVENTS | true or false  | If set to false, no events are read. | 
 +^ POINTS | true of false | If set to false, no position data is read. |
 +^ FORCES | true of false | If set to false, not force plat data is read. |
 +^ inputpath | path to the data set e.g. inside a r3d-file | If set to ta path, than this is used to find the input dataset. |
 +
  
 **Input:** **Input:**
glue/processconfiguration.txt · Zuletzt geändert: 2021/07/05 15:34 von oliver

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki