Benutzer-Werkzeuge

Webseiten-Werkzeuge


generalfeatures

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 delete the follwing code fragments in the calc-groups definitions:

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

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“.

generalfeatures.txt · Zuletzt geändert: 2024/03/28 15:49 von 47.128.39.186