visual3d:documentation:pipeline:event_commands:automatic_gait_events
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
visual3d:documentation:pipeline:event_commands:automatic_gait_events [2025/02/13 16:24] – [Examples] wikisysop | visual3d:documentation:pipeline:event_commands:automatic_gait_events [2025/03/03 19:27] (current) – [Command Parameters] wikisysop | ||
---|---|---|---|
Line 2: | Line 2: | ||
==== Overview ==== | ==== Overview ==== | ||
- | Gait events describe | + | Gait events describe key moments in the walking or running cycle - such as heel-strikes and toe-offs. If [[Visual3D: |
- | Before running this command, the model must have segments created so that the program can recognize | + | Before running this command, the model must have segments created so that the program can recognize |
- | Contact with the floor for which there are //no force platforms// can be determined using **Temporal Proximity Rule (TPR)**, this will be seen in the dialog box for this command. No signals need to be provided for the TPR because Visual3D uses the kinematics of the segment making contact with the force platform. | + | Contact with the floor for which there are //no force platforms// can be determined using **TPR**, this will be seen in the dialog box for this command. No signals need to be provided for the TPR because Visual3D uses the kinematics of the segment making contact with the force platform. |
==== Pipeline Command ==== | ==== Pipeline Command ==== | ||
Line 15: | Line 15: | ||
! / | ! / | ||
! / | ! / | ||
+ | ! / | ||
; | ; | ||
</ | </ | ||
Line 30: | Line 31: | ||
The following table shows the command parameters for **Version 5+**. | The following table shows the command parameters for **Version 5+**. | ||
- | |**Automatic_Gait_Events**|**Parameter Description**| | + | |**Parameter**|**Parameter Description**| |
|**! / | |**! / | ||
- | |**! / | + | |**! / |
- | | **! / | + | | **! / |
==== Dialog ==== | ==== Dialog ==== | ||
Line 42: | Line 43: | ||
* **Use Pattern Recognition to Create (L/R)HS and (L/R)TO Labels**: applies pattern recognition to identify gait cycle events. | * **Use Pattern Recognition to Create (L/R)HS and (L/R)TO Labels**: applies pattern recognition to identify gait cycle events. | ||
* **Frame Window for Pattern Recognition**: | * **Frame Window for Pattern Recognition**: | ||
- | * **Instance of ON/OFF to use for TPR**: Determines | + | * **Instance of ON/OFF to use for TPR**: Determines |
+ | |||
+ | |||
+ | ==== Examples ==== | ||
+ | |||
+ | The following examples will show different methods in which Automatic_Gait_Events can be used alongside other. | ||
+ | |||
+ | === Example 1 === | ||
+ | The first example shows the functionality of the **Automatic_Gait_Events** command. After loading in your workspace containing a static and dynamic trial (with force assignments), | ||
+ | |||
+ | |||
+ | < | ||
+ | Automatic_Gait_Events | ||
+ | ! / | ||
+ | ! / | ||
+ | ! / | ||
+ | ; | ||
+ | </ | ||
+ | |||
+ | After executing the pipeline, you will notice a new folder in your Signals and Events tab called **EVENT_LABEL**, | ||
+ | |||
+ | {{: | ||
+ | |||
+ | === Example 2 === | ||
+ | |||
+ | In the next example, the **Automatic_Gait_Events** command will be used with other commands to allow a user to go from starting with empty workspace to finding and highlighting events. | ||
+ | |||
+ | * Open the user-selected workspace file. ([[visual3d: | ||
+ | * **Automatically detect gait events.** | ||
+ | * Iterate through and highlight all gait events. ([[visual3d: | ||
+ | * Switch to Signals and Events tab, and graph X-component of Force Platform signal (events will be shown on this graph). ([[visual3d: | ||
+ | |||
+ | The pipeline will look as follows: | ||
+ | |||
+ | < | ||
+ | File_Open | ||
+ | / | ||
+ | ! / | ||
+ | ! / | ||
+ | ! /SUFFIX= | ||
+ | ! / | ||
+ | ! / | ||
+ | ! / | ||
+ | ; | ||
+ | |||
+ | Automatic_Gait_Events | ||
+ | ! / | ||
+ | ! / | ||
+ | ! / | ||
+ | ; | ||
+ | |||
+ | |||
+ | For_Each | ||
+ | / | ||
+ | ! / | ||
+ | /ITEMS= LHS+LTO+LOFF+LON+RHS+RTO+ROFF+RON | ||
+ | ; | ||
+ | |||
+ | Highlight_Event_Label | ||
+ | / | ||
+ | ! / | ||
+ | ; | ||
+ | |||
+ | End_For_Each | ||
+ | / | ||
+ | ; | ||
+ | |||
+ | Switch_Between_Tabs | ||
+ | / | ||
+ | ! / | ||
+ | ! / | ||
+ | ; | ||
+ | |||
+ | Interactive_Graph_Signals | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ! / | ||
+ | ! / | ||
+ | / | ||
+ | </ | ||
+ | |||
+ | After having run this pipeline, the program is able to display the following graph: | ||
+ | \\ | ||
+ | {{: | ||
==== Notes ==== | ==== Notes ==== | ||
=== Gait Event Acronyms === | === Gait Event Acronyms === | ||
- | Definitions of the gait event acronyms used in Visual3D are shown below. | + | Definitions of gait event acronyms used in Visual3D are shown below. |
- | The automatic gait events command | + | The automatic gait events command, many of the events created in the tutorials, and events |
- | 1. The kinematically based category includes: | + | 1. Kinematic Events: |
< | < | ||
**RHS**= Right Heel Strike | **RHS**= Right Heel Strike | ||
Line 58: | Line 147: | ||
</ | </ | ||
- | 2. The kinetically based category refers to those events that describe contact with a force platforms: | + | 2. Kinetic Events: |
< | < | ||
**RON**= Right On | **RON**= Right On | ||
Line 94: | Line 183: | ||
; | ; | ||
- | If_Condition | + | Conditional_Statement |
- | / | + | / |
+ | ! / | ||
+ | ! / | ||
; | ; | ||
Set_Pipeline_Parameter | Set_Pipeline_Parameter | ||
Line 113: | Line 204: | ||
/VALUE=LTO | /VALUE=LTO | ||
; | ; | ||
- | Else | + | |
+ | Conditional_Statement_End | ||
+ | / | ||
+ | ; | ||
+ | |||
+ | Conditional_Statement | ||
+ | / | ||
+ | ! / | ||
+ | ! / | ||
; | ; | ||
! Right foot events | ! Right foot events | ||
Line 132: | Line 231: | ||
/VALUE=RTO | /VALUE=RTO | ||
; | ; | ||
- | End_If | + | Conditional_Statement_End |
+ | / | ||
; | ; | ||
Line 210: | Line 310: | ||
**NOTE**: When using events in a command, the commands will iterate across subjects contained in the current workspace. As such, events and sequences listed as command parameters should NOT contain a prefix. As each subject is processed, the event range/ | **NOTE**: When using events in a command, the commands will iterate across subjects contained in the current workspace. As such, events and sequences listed as command parameters should NOT contain a prefix. As each subject is processed, the event range/ | ||
- | |||
- | |||
- | ==== Examples ==== | ||
- | |||
- | The following examples will show different methods in which Automatic_Gait_Events can be used alongside other commands for user applications. | ||
- | |||
- | === Example 1 === | ||
- | The first example shows the functionality of the **Automatic_Gait_Events** command. After loading in your workspace containing a static and dynamic trial (with force assignments), | ||
- | |||
- | |||
- | < | ||
- | Automatic_Gait_Events | ||
- | ! / | ||
- | ! / | ||
- | ! / | ||
- | ; | ||
- | </ | ||
- | |||
- | After executing the pipeline, you will notice a new folder in your Signals and Events tab called **EVENT_LABEL**, | ||
- | |||
- | {{: | ||
- | |||
- | === Example 2 === | ||
- | |||
- | In the next example, the **Automatic_Gait_Events** command will be used alongside others in a pipeline which allows the user to do the following starting from an empty project workspace: | ||
- | * Open the user-selected workspace file. ([[visual3d: | ||
- | * **Automatically detect gait events.** | ||
- | * Iterate through and highlight LHS, LTO, and BTWN event labels. ([[visual3d: | ||
- | * Switch to Signals and Events tab, and graph X-component of Force Platform signal (events will be shown on this graph). ([[visual3d: | ||
- | |||
- | The pipeline will look as follows: | ||
- | |||
- | < | ||
- | File_Open | ||
- | /FILE_NAME= | ||
- | ! /FILE_PATH= | ||
- | ! / | ||
- | ! /SUFFIX= | ||
- | ! / | ||
- | ! / | ||
- | ! / | ||
- | ; | ||
- | |||
- | Automatic_Gait_Events | ||
- | ! / | ||
- | ! / | ||
- | ! / | ||
- | ; | ||
- | |||
- | |||
- | For_Each | ||
- | / | ||
- | ! / | ||
- | /ITEMS= LHS+LTO+LOFF+LON+RHS+RTO+ROFF+RON | ||
- | ; | ||
- | |||
- | Highlight_Event_Label | ||
- | / | ||
- | ! / | ||
- | ; | ||
- | |||
- | End_For_Each | ||
- | / | ||
- | ; | ||
- | |||
- | Switch_Between_Tabs | ||
- | / | ||
- | ! / | ||
- | ! / | ||
- | ; | ||
- | |||
- | Interactive_Graph_Signals | ||
- | / | ||
- | / | ||
- | / | ||
- | / | ||
- | / | ||
- | / | ||
- | ! / | ||
- | ! / | ||
- | / | ||
- | </ | ||
- | |||
- | After having simply run this pipeline, the program is able to display the following graph: | ||
- | \\ | ||
- | {{: | ||
- | |||
visual3d/documentation/pipeline/event_commands/automatic_gait_events.1739463887.txt.gz · Last modified: 2025/02/13 16:24 by wikisysop