gdicontroldata

The <gdicontroldata> task collects control data from a set of ".gla" files and saves them to a motion data output file (.d3d). The output of this task is needed to determine the gait deviation index for an arbitrary ".gla" file.

Attributes

Attribute Default Description Required
svdfile
d3d file with the svd decomposition, created by  the <svd> task Yes
filelist
d3d file with the control data
Yes
outfile
<filelist>.d3d No
includesingletrials
false No
basegroup
(deprecated, eigentlich kann es mir ja egal
sein unter welchem Namen gespeichert wird,
warum also die Freiheit den Defaultnamen zu ändern)
SingleTrials name of the group the input singles trials are saved in the output file if inlcudessingletrials="true" is set to true. No
excludenans
true No
resample
(WORKAROUND besser den Wert aus der svd-Datei auslesen)
-1 that means  no resampling number of data points/frames for resampling No
labelset
(WORKAROUND da es nicht klappt das labelset aus den d3d-Dateien korrekt auszulesen)
No

Note

Die DataGroup <basegroup> enthält die single trials, falls includesingletrials="true" gesetzt wurde.

Die DataCollection Mean/Projection enthält eine DataCollection mit dem Mittelwert der single trials projeziert in den Eigenraum. Ausserdem eine PropertyGroup, die Mittelwert und Standardabweichung des gait deviation index für die Control Daten.

Examples

<PropertyGroup name="gdi">
<Property name="GDImean" value="0928374"/>
<Property name="GDIstd" value="928734"/>
</PropertyGroup>