Documentation Site Map Main Page Reference List Motion Capture Visual3D Overview Visual3D Installation License Activation Getting Started Visual3D Documentation Overview Pipeline Commands Reference Expressions Overview CalTester Mode Overview List of Tutorials Visual3D Examples Overview Troubleshooting Sift Sift Overview Installation Getting Started Sift Documentation Overview Knowledge Discovery for Biomechanical Data Tutorial Overview Troubleshooting Inspect3D Inspect3D Overview Inspect3D Installation Overview Inspect3D Getting Started Overview Inspect3D Documentation Overview Knowledge Discovery in Inspect3D Inspect3D Tutorials Overview Troubleshooting DSX Suite DSX Overview DSX Definitions DSX Suite Installation DSX Tutorials DSX Release Notes xManager Overview PlanDSX Overview Surface3D Overview Orient3D Overview CalibrateDSX Overview Locate3D Overview X4D Overview
This is an old revision of the document!
global_normalized_signal_mean]] command. the average across multiple trials will be stored in the global workspace. ==== background ==== to plot control data - or an average data set, you must first create the average data set. this is done by creating a p2d file. once the p2d file has been created, you can load it into your workspace and add the data to a graph. usually the first element of the p2d file contains the "frame" data (plotted as the x axis data), the second component is the mean data (plotted as the y axis data), the standard deviation is the third component (check box "add standard deviation"). the standard deviation will be displayed as a shaded region on the graph. ==== download ==== [[https://www.has-motion.com/download/examples/plotnormaldata/plot%20p2d%20data.zip|you can download the sample files here.]] * **sub01_workspace.cmz** sample subject workspace * **normal_data_individual_right_and_left.vnd** sample control database * **report_template_p2d.rgt** sample report template plotting p2d data ==== before you do this tutorial: ==== before you complete this tutorial, you want to make sure: - [[visual3d:tutorials:reports:creating_a_report|that you know how to create a graph]] - [[visual3d:documentation:reports:normative_data_from_cmo_library|that you know how to create a p2d file]] ====== plot p2d data ====== ==== open the cmz file ==== this step is done to load the data for one subject. - **file -> open** - select the **sub01_workspace.cmz** file ==== load the p2d data ==== this loads the p2d file which contains the mean and standard deviation for multiple subjects. - **file -> open** - select the **normal_data_individual_right_and_left.vnd** file **note:** the workspace tab does not display the normal database as being open at this time. this is because the normal data is simply stored as signals in the global workspace. the global signals, however, have been loaded and can be seen by selecting global as the active file. ==== quickly view the p2d data ==== **this step is just to familiarize yourself with the p2d file format.** |in the signals and events tab:\\ \\ - set the active file to global\\ \\ - expand p2d\\ - expand processed\\ - left click on the signal lankleangle_x_lhs_lhs\\ \\ - note that the p2d signal has three components:\\ \\ - the first component is the "frame" signal. there will one frame for each point the signal was normalized to\\ - the second component is the average signal at each frame\\ - the third component is the standard deviation at each frame | p2d_quickviewgraph.png\\ p2d_quickviewdata.png| ==== plotting the p2d data ==== |in the reports tab:\\ \\ - add a new line to a graph\\ - tag to graph: **global**\\ - **x axis data**\\ \\ - type: **p2d**\\ - folder: **processed**\\ - name: **lankleangle_x_lhs_lhs**\\ - component: **1**\\ - **y axis data**\\ \\ - type: **p2d**\\ - folder: **processed**\\ - name: **lankleangle_x_lhs_lhs**\\ - component: **2**\\ - check **"add standard deviation"**\\ \\ - component: **3**\\ - p2d line style: **solid**\\ - p2d color: **black**\\ - std dev style: **solid** | p2d_graphdialog.png| |if everything is correct, you should see the data for the data in the cmz (green lines) and the average data is shown in black. the solid black line is the mean and the gray band is the standard deviation. | p2d_2dgraph.png| **note:** if you open the report_template_p2d.rgt report template, you will notice that the p2d signals were plotted for the first page. ===== computing a time normalized average event ===== }}}}}}