Benutzer-Werkzeuge

Webseiten-Werkzeuge


generalfeatures

Dies ist eine alte Version des Dokuments!


Support of hd-asc file formats

The default output by processing a session is in the format „.d3d“. This can be changed easily to the hd-asc file standard of the Heidelberg Gait- and Motionlab as follow:

In the „job configuration“ you have to subsitute the follwing code fragments in the calc-groups definitions:

<output labelset="Output2.lml" dir=""
        handlerclass="de.orat.motionDataConverter.MotionDataOutputHandler">
</output>

by

<output labelset="Output2.lml"/>

This result in using the default output handler and the default for the GaitHDApp is hd-asc. It is important that the labelset files are defined correctly and there you can define which suffix should be used:

<?xml version="1.0" encoding="UTF-8"?>
<LabelSet xmlns="http://www.orat.de/schemas/lml" 
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
          xsi:schemaLocation="http://www.orat.de/schemas/lml http://www.orat.de/schemas/lml.xsd"
          name="Output for Markers, Joint centers and axes">
    <Labels name="all" basefile="true" fileSuffix="glx" mimeType="text/x-glm">
    ...

The code snipset above defines that the output files should be written with the suffix „glx“.

More details about the hd-asc file format support you can fine here.

generalfeatures.1656384071.txt.gz · Zuletzt geändert: 2022/06/28 04:41 von 135.181.212.177