This tutorial begins by assuming that you have a CMZ file for each subject.session from Visual3D. If necessary you can use our build CMZ feature or work through the Visual3D tutorial for building a CMZ file.
This tutorial can be completed with any CMZ file. This tutorial will be using the data set from a Visual3D Workshop at a recent ASB meeting: V3D Workshop @ ASB.
Supporting files for this tutorial if using ABS workshop data: download here
To start, you need to load the data into Sift. After opening Sift:
In this specific tutorial, we are building a Normal Database to be used in a tutorial for the Gait Profile Score and Gait Deviation Index calculations. Therefore, we need to make sure we have the correct joint angles computed in our CMZ workspaces. To do so, we are going to run a Visual3D pipeline script (.v3s file) against the loaded library.
A sample of this pipeline script can be seen here:
Note: this pipeline was derived for the sample workspace associated with this tutorial. If running this against your own data, make sure to verify the Link_Model_Based calculations with the GPS definitions to insure you have the correct angles.
!///////////////////////////////////////////////////////////////////////////////////////////////// ! Compute LEFT Joint Angles !/////////////////////////////////////////////////////////////////////////////////////////////////
! Left Angles are calculated in accordance to the GPS score
! Left Ankle Compute_Model_Based_Data /RESULT_NAME=L_Ankle_Angle /SUBJECT_TAG=ALL_SUBJECTS /FUNCTION=JOINT_ANGLE /SEGMENT=LMF /REFERENCE_SEGMENT=LSK /RESOLUTION_COORDINATE_SYSTEM= ! /USE_CARDAN_SEQUENCE=FALSE ! /NORMALIZATION=FALSE ! /NORMALIZATION_METHOD= ! /NORMALIZATION_METRIC= ! /NEGATEX=FALSE ! /NEGATEY=FALSE ! /NEGATEZ=FALSE ! /AXIS1=X ! /AXIS2=Y ! /AXIS3=Z ! /TREADMILL_DATA=FALSE ! /TREADMILL_DIRECTION=UNIT_VECTOR(0,1,0) ! /TREADMILL_SPEED=0.0 ;
! Left Knee Compute_Model_Based_Data /RESULT_NAME=L_Knee_Angle /SUBJECT_TAG=ALL_SUBJECTS /FUNCTION=JOINT_ANGLE /SEGMENT=LSK /REFERENCE_SEGMENT=LTH /RESOLUTION_COORDINATE_SYSTEM= ! /USE_CARDAN_SEQUENCE=FALSE ! /NORMALIZATION=FALSE ! /NORMALIZATION_METHOD= ! /NORMALIZATION_METRIC= ! /NEGATEX=FALSE ! /NEGATEY=FALSE ! /NEGATEZ=FALSE ! /AXIS1=X ! /AXIS2=Y ! /AXIS3=Z ! /TREADMILL_DATA=FALSE ! /TREADMILL_DIRECTION=UNIT_VECTOR(0,1,0) ! /TREADMILL_SPEED=0.0 ;
To select which signals from our CMZ workspaces we want to summarize and include in the Normal Database, we first need to query them. These signals will be L or R specific (not grouped sides), and will be normalized to 101 points. For this sample dataset and it's existing events in the CMZ workspaces, all left signals will be normalized to LHS-LHS and right signals will be normalized to RHS-RHS.
Now that we have queried the signals, we can see our groups and workspaces on the Explore Page.
4. On the Explore Page, select on the BuildND button
The Build ND Dialog has 3 main sections: Query Groups,Meta Data & Summary Statistics, and Summary Level.
5. Select file path and name for resulting ND file. The file path of the ND directs Sift to save the resulting ND .sift file to a path of the users choice
6. If you cleaned and excluded data and wish to still use those traces in the ND, check the “Use Excluded Data”
7. Select all of the queries you wish to include in the ND. Following with the sample data, we will select all queries
The Meta Data & Summary Statistics widget of this dialog is populated with all of the available statistics that Sift offers. From this list, you can select as many summary results as you wish to be calculated for all selected Query Groups. A full list of available summary statistics can be found here.
8. For this tutorial, we will select to calculate the Mean
The summary level options allow users to choose how broad or detailed they would like their summaries:
9. Following this tutorial, we will summarize across the Library and Workspace levels
10. Once you are happy with the dialog settings, select “Generate Normal Database”
11. The .sift file will be generated and automatically loaded into Sift
12. On the Load Page you will see a summary of the ND you just generated. Here you can see a summary of the files that were used to generate the ND, the summary statistics calculated across the data set, and the summary levels.
The generated ND file is a .sift workspace that can be loaded into Sift anytime with the Load ND button on the Explore Page.
Within Sift, users have the flexibility to query, plot, and run any of our analysis tools or statistical tests across ND queries.
To see how we can continue with this specific Normal Database file to compute Gait Scores, follow the next tutorial here.