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 produces p2d signals as well. ===== format ===== any laboratory can create a series of p2d files that represent their normative data. if the user opens all p2d files at once and saves a [[visual3d:documentation:definitions:file_formats:cmz_format_|cmz file]], the cmzfile will contain all of the p2d data signals in a single file. the p2d file is a text file that contains a simple header and data section. the header (first) record of the p2d file contains three integers separated by a space. the first integer is the number of data entries (or rows), the second integer is the number of ordinate columns and the third integer is always zero. for example: 15 2 0 the columns of the output p2d files are separated by blank spaces. each column contains the same number of rows. for example: two frames of data are represented by two rows. 0 1 1 1.1 each column is a component in the p2d signal. for example, 5 columns of data represents a signal with 5 components. using the file:open menu option it is possible to open p2d data. a signal is created in visual3d with the same name as the p2d filename on disk. for a variety of historical and technical reasons, p2d data does not appear in the data tree (in event processing mode). the only way to get access to p2d data is when you are generating a report graph. p2d data must be displayed against itself (e.g. element 1 vs element 2). **p2d file format** 15 2 0 1 0 2 15.3774 3 10.6582 4 6.2569 5 2.9658 6 1.0071 7 0.1427 8 -0.0545 9 0.0276 10 0.1536 11 0.2424 12 0.2803 13 0.2677 14 0.2041 ===== example containing mean and standard deviation ===== a common use of the p2d format is for storing the mean and standard deviation data for one signal (e.g. from normative data). in the following example a p2d file containing time normalized data (51 points) for the mean and standard deviation will appear as: 51 2 0\\ 1.000000 -0.171476 0.064203\\ 2.000000 -0.193810 0.052127\\ 3.000000 -0.194081 0.107100\\ 4.000000 -0.150445 0.121488\\ 5.000000 -0.059907 0.087786\\ 6.000000 0.042586 0.043269\\ 7.000000 0.118689 0.035538\\ 8.000000 0.156265 0.050328\\ 9.000000 0.172037 0.062839\\ 10.000000 0.183095 0.067463\\ 11.000000 0.194891 0.070898\\ 12.000000 0.204698 0.078152\\ 13.000000 0.211091 0.088810\\ 14.000000 0.215793 0.098449\\ 15.000000 0.220938 0.103864\\ 16.000000 0.225731 0.104650\\ 17.000000 0.228312 0.102229\\ 18.000000 0.228412 0.098830\\ 19.000000 0.227623 0.095728\\ 20.000000 0.227414 0.093014\\ 21.000000 0.227485 0.089656\\ 22.000000 0.226159 0.085224\\ 23.000000 0.221815 0.080099\\ 24.000000 0.215041 0.075135\\ 25.000000 0.207752 0.070403\\ 26.000000 0.201338 0.066043\\ 27.000000 0.195480 0.061912\\ 28.000000 0.189448 0.057273\\ 29.000000 0.183203 0.051364\\ 30.000000 0.176926 0.044302\\ 31.000000 0.170491 0.037066\\ 32.000000 0.163738 0.030801\\ 33.000000 0.156836 0.026320\\ 34.000000 0.150075 0.023576\\ 35.000000 0.143514 0.022056\\ 36.000000 0.137175 0.021138\\ 37.000000 0.130963 0.020152\\ 38.000000 0.124659 0.018674\\ 39.000000 0.117935 0.016824\\ 40.000000 0.110651 0.015405\\ 41.000000 0.102797 0.015020\\ 42.000000 0.094458 0.015891\\ 43.000000 0.085670 0.017849\\ 44.000000 0.076587 0.020574\\ 45.000000 0.067596 0.023515\\ 46.000000 0.059138 0.026223\\ 47.000000 0.051278 0.028302\\ 48.000000 0.043641 0.029549\\ 49.000000 0.035876 0.029884\\ 50.000000 0.028065 0.029869\\ 51.000000 0.020488 0.030334 ===== graphing p2d signals ===== when a p2d file is opened in visual3d it is stored in the global workspace. the signals can be graphed in a report graph by selecting the type to be p2d. a typical graph would have component 1 on the x-axis, component 2 on the y axis, and component 3 as the standard deviation.\\ p2dreportgraph.gif\\