User Tools

Site Tools


visual3d:documentation:pipeline:metric_commands:metric_vector_between_events

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
visual3d:documentation:pipeline:metric_commands:metric_vector_between_events [2025/10/01 19:48] – [Example: Stride Length Vector for Gait] wikisysopvisual3d:documentation:pipeline:metric_commands:metric_vector_between_events [2025/10/02 19:08] (current) wikisysop
Line 51: Line 51:
 The dialog box allows you to assign values to the command parameters outlined above. The dialog box allows you to assign values to the command parameters outlined above.
  
-==== Example: Stride Length Vector for Gait ====+==== Example: Stride Length Vector for Throwing ====
  
-Thew example below shows how **Metric Vector Between Events** can be used to create a stride length vectorThe command looks like this in the text editor:+A stride length vector (or scalar) can also be calculated in throwing. Events are created that define the particular phases of the throwing motion. Below is an example of calculating a stride length between **Arm Cock Start** and **Lead Foot Contact**.
  
 <code> <code>
 Metric_Vector_Between_Events Metric_Vector_Between_Events
-/RESULT_METRIC_NAME=StrideVectors+/RESULT_METRIC_NAME=Stride Length
 ! /RESULT_METRIC_FOLDER=PROCESSED ! /RESULT_METRIC_FOLDER=PROCESSED
-/GENERATE_VECTOR_LENGTH_METRIC=FALSE+/GENERATE_VECTOR_LENGTH_METRIC=TRUE
 /START_SIGNAL_TYPE=KINETIC_KINEMATIC /START_SIGNAL_TYPE=KINETIC_KINEMATIC
 /START_SIGNAL_NAME=ProxEndPos /START_SIGNAL_NAME=ProxEndPos
Line 65: Line 65:
 /END_SIGNAL_TYPE=KINETIC_KINEMATIC /END_SIGNAL_TYPE=KINETIC_KINEMATIC
 /END_SIGNAL_NAME=ProxEndPos /END_SIGNAL_NAME=ProxEndPos
-/END_SIGNAL_FOLDER=RFT +/END_SIGNAL_FOLDER=LFT 
-/EVENT_SEQUENCE=RHS+RHS+/EVENT_SEQUENCE=ARM COCK START+LEAD FOOT CONTACT
 /EXCLUDE_EVENTS= /EXCLUDE_EVENTS=
 ! /GENERATE_MEAN_AND_STDDEV=TRUE ! /GENERATE_MEAN_AND_STDDEV=TRUE
Line 74: Line 74:
 </code> </code>
  
-**Note:** To get stride length, use the parameter /GENERATE_VECTOR_LENGTH_METRIC=TRUE to create the scalar of the stride vector.+==== ExampleStride Length Vector for Gait ====
  
-\\ +The example below shows how **Metric Vector Between Events** can be used to create a stride length vector.
-==== Example: Stride Length Vector for Throwing ====+
  
-A stride length vector (or scalar) can also be calculated in throwing. Events are created that define the particular phases of the throwing motion. Below is an example of calculating a stride length between **Arm Cock Start** and **Lead Foot Contact**.+First gait events must be defined using **Automatic Gait Events**. These events are necessary as they will be referenced in the Stride Vector command: 
 + 
 +<code> 
 +Automatic_Gait_Events 
 +! /FRAME_WINDOW=8 
 +! /USE_TPR=TRUE 
 +! /TPR_EVENT_INSTANCE=1 
 +
 +</code> 
 + 
 +Next, **Metric Vector Between Events** is used to find the vector between each right heel strike:
  
 <code> <code>
 Metric_Vector_Between_Events Metric_Vector_Between_Events
-/RESULT_METRIC_NAME=Stride Length+/RESULT_METRIC_NAME=StrideVectors
 ! /RESULT_METRIC_FOLDER=PROCESSED ! /RESULT_METRIC_FOLDER=PROCESSED
-/GENERATE_VECTOR_LENGTH_METRIC=TRUE+/GENERATE_VECTOR_LENGTH_METRIC=FALSE
 /START_SIGNAL_TYPE=KINETIC_KINEMATIC /START_SIGNAL_TYPE=KINETIC_KINEMATIC
 /START_SIGNAL_NAME=ProxEndPos /START_SIGNAL_NAME=ProxEndPos
Line 91: Line 100:
 /END_SIGNAL_TYPE=KINETIC_KINEMATIC /END_SIGNAL_TYPE=KINETIC_KINEMATIC
 /END_SIGNAL_NAME=ProxEndPos /END_SIGNAL_NAME=ProxEndPos
-/END_SIGNAL_FOLDER=LFT +/END_SIGNAL_FOLDER=RFT 
-/EVENT_SEQUENCE=ARM COCK START+LEAD FOOT CONTACT+/EVENT_SEQUENCE=RHS+RHS
 /EXCLUDE_EVENTS= /EXCLUDE_EVENTS=
 ! /GENERATE_MEAN_AND_STDDEV=TRUE ! /GENERATE_MEAN_AND_STDDEV=TRUE
Line 99: Line 108:
 ; ;
 </code> </code>
 +
 +**Note:** To get stride length, use the parameter /GENERATE_VECTOR_LENGTH_METRIC=TRUE to create the scalar of the stride vector.
 +
 +The results will look similar to this:
 +
 +{{:visual3d:documentation:pipeline:metric_commands:stridevector.png?600|}}
 +\\
  
 ==== Visual3D Versions supporting Subject Prefixes ==== ==== Visual3D Versions supporting Subject Prefixes ====
visual3d/documentation/pipeline/metric_commands/metric_vector_between_events.1759348119.txt.gz · Last modified: 2025/10/01 19:48 by wikisysop