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

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

generalfeatures.1641213311.txt.gz · Zuletzt geändert: 2022/01/03 13:35 von 148.251.195.14