Benutzer-Werkzeuge

Webseiten-Werkzeuge


generalfeatures:export

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
generalfeatures:export [2018/01/04 12:12] – [Supported export file formats] olivergeneralfeatures:export [2021/01/22 10:33] (aktuell) – [Export data of a single dataset] oliver
Zeile 10: Zeile 10:
 {{ :generalfeatures:export_dataset.png?600 |}} {{ :generalfeatures:export_dataset.png?600 |}}
  
-If you want to restrict the export you have to select the switch. Than you can select an labelset in the context menu. Labelset files are searched in the "labelsets" folder of your main project. You also have to select the child datagroup of you labelset which contains the wanted labels.+If you want to restrict the export you have to select the switch. Than you can select labelset in the context menu. Labelset files are searched in the "labelsets" folder of your main project. You also have to select the child datagroup of your labelset which contains the wanted labels
 + 
 +<code xml> 
 +<LabelSet name="test"> 
 +  <Labels name="RGraspPhase" fileSuffix="csv"> 
 +    <Label name="RWJC"/> 
 +  </Labels> 
 +</LabelSet> 
 +</code> 
 + 
 +Be careful: If you define two <Labels> groups with the same "fileSuffix" the labels of both groups are merged into one group with the group-name of the first group. 
 + 
 +The output file name is the name of the DataCollection extended by "_"+<name of the labelgroup==phasename> and the suffix given by the labelgroup. 
 + 
 +In the case of .csv and .json the label group name is interpreted as a phase type name and only frames contained in phases with this name are exported. 
 + 
 +A selection of multiple trials exports all of them in separate files.
  
 =====Export data of a group of datasets===== =====Export data of a group of datasets=====
Zeile 27: Zeile 43:
 | text/x-gnm | gnm | File format specific for the GaitLab HD | Final | | text/x-gnm | gnm | File format specific for the GaitLab HD | Final |
 | application/motiondata+mat | mat | Matlab data exchange format | Release, some ideas about export of additional meta data exists | | application/motiondata+mat | mat | Matlab data exchange format | Release, some ideas about export of additional meta data exists |
-application/motiondata+csv | csv | | Release | +text/x-csv | csv | Reading of csv-files is not implemented. | Release | 
-| text/x+json | json| | Alpha, only needed classes are created but not implemented.|+| text/x-json | json | Reading of json-files is not implemented. | Release |
 | application/motiondata+trc | trc | OpenSim default trial format. | Implemented but not tested. | | application/motiondata+trc | trc | OpenSim default trial format. | Implemented but not tested. |
  
 ===== Export separated phases ===== ===== Export separated phases =====
  
-If a labelset/labelgroup is given, the labelgroup name can be interpreted as the name of a phase which should be exported only.+If a labelset/labelgroup is given, the labelgroup name can be interpreted by a specific implementation of a fileformat as the name of a phasewhich should be exported only. This behavoir is implemented for the .json-and the .csv-format only.
generalfeatures/export.1515064378.txt.gz · Zuletzt geändert: 2018/01/04 12:12 von oliver

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki