Metadata: Difference between revisions

From Software Product Documentation
Jump to navigation Jump to search
No edit summary
No edit summary
 
(31 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Languages|MediaWiki}}
[[Inspect3D_Tutorial:_Metadata|Return to tutorial.]]
 
{| align="right"
| __TOC__
|}
 
==Collecting and Using Metadata==
Metadata in biomechanics typically refers to supplementary data about our subjects or experiments (i.e. subject age, pitching speed, skill level, etc.). Properly formatted metadata can be used to refine Inspect3D queries using the [https://c-motion.com/v3dwiki/index.php?title=Inspect3D_Documentation:_Build_CMZs CMZ Builder]. Metadata can come from a variety of sources, including collection systems or subject demographic info. Inspect3D expects metadata to come in .csv format and has a framework that can accept different types of data.
 
==Metadata Viewer==
If you were to load a .csv file with only one header labelled "hello_world" and populated with a random string, the metadata viewer would show this output:
 
[[File:metadatabuilder1.png|400 px|right]]
 
This example is intended to show the bare bones of the metadata viewer. It has three columns, "Header", "Description" and "Subject Specific" and two dropdown menus with options for height and weight units. These will always appear no matter what your metadata file contains.
 
'''Header:''' is the first item in each column of the csv file. All headers appear in the first row of the csv file and are separated by commas. The column header at position N corresponds to all data in column N.
 
'''Description:''' This is a dropdown menu of pre-programmed options. The options are:
*Height
*Weight
*Text
*Metric
*Identifier_Static
*Identifier_Dynamic
*Ignore
 
'''Subject_Specific:''' this is a checkbox that is intended to store whether or not the value of the header changes on a subject by subject basis.
 
==Expected and Optional Inputs==
 
==Dialog==
 
You can load Metadata and group signals based on this information.
 
A sample of the dialog that will appear is below:
 
[[File:I3D_SampleMetadata.png|350px]]
 
The current implementation expects several columns (ex. Height, Weight, StaticTrialName). Each row contains data for that subject/trial.
 
Combo box options:
* Identifier_Static
** This column should describe name of the static C3D file in some way (ex. Sub01_Static_01.c3d) and identifies this row as containing information for this subject
* Indentifier_Dynamic
** This column should describe name of the dynamic C3D file in some way (ex. Sub01_Walk_01.c3d) and identifies this row as containing information for this trial
* Metric
** Any metric value (ex. pitch speed)
* Text
** Any text value (ex. playing level)
* Height
* Weight
 
* Specify units for height/weight!
 
Subject Specific checkbox:
* Subject specific values are the same for all trials (ex. height, weight, playing level)
* Trial specific values differ for each trial (ex. pitch speed)
 
[[Category:Inspect3D]]
[[Category:Documentation]]

Latest revision as of 13:27, 11 August 2023

Retrieved from ""