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:24] – [Identification 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 106: Zeile 106:
 </code> </code>
  
-**Input:**+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:====
  
 Attributes of the **<input>**-element: Attributes of the **<input>**-element:
Zeile 112: Zeile 125:
 ^ labelset | Labelset as defined with the attribute "inputmarkerset" of the element <CalcMLProcessConfiguration>.| The labelset which defines which parts of the data should be read to be processed. | No | ^ labelset | Labelset as defined with the attribute "inputmarkerset" of the element <CalcMLProcessConfiguration>.| The labelset which defines which parts of the data should be read to be processed. | No |
  
-**Output:**+====Output:====
  
 Attributes of the **<output>**-element: Attributes of the **<output>**-element:
glue/processconfiguration.txt · Zuletzt geändert: 2021/07/05 15:34 von oliver

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki