Benutzer-Werkzeuge

Webseiten-Werkzeuge


fileformats:json

Dies ist eine alte Version des Dokuments!


Json data format

The „.json“-fileformat is a human readable object oriented format. In the context of analysing motion data it is mainly usful for import/export. The fileformat is not very compact, so you can expect very big files and it is time consuming to work with them.

Output of processing motion data

In the „job configuration“ the processing output file format is defined by a labelset file:

  <CalcGroup name="...">
     ...
     <output labelset="output.xml"/>
  </CalcGroup>

The output format itself is defined in the labelset file:

<LabelSet name=...>
     <Labels name="Test" mimeType="text/x-json" fileSuffix="json" basefile="true">
        ...
     </Labels>
     ...
</LabelSet>

Example

{ 
  "trial": {
     "frames": [{},{},...],
     "phases": [{"name": "RStride", "start": 100, "end": 200},...],
     "events": [{"name": "RHS", "pos": 100},...]
  }
}

Phases or events are saved only if available.

At the time not all informations saved in a trial are exported into Json-files. Missing parts can be added easay if needed.

fileformats/json.1513851859.txt.gz · Zuletzt geändert: 2017/12/21 11:24 von oliver

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki