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.
Attribute Default Description Required svdfiled3d file with the svd decomposition, created by the <svd> task Yes filelistd3d file with the control data
Yes
outfile<filelist>.d3d No
includesingletrialsfalse 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 excludenanstrue 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
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.
<PropertyGroup name="gdi">
<Property name="GDImean" value="0928374"/>
<Property name="GDIstd" value="928734"/>
</PropertyGroup>