User Tools

Site Tools


visual3d:documentation:pipeline:event_commands:event_global_minimum

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:event_commands:event_global_minimum [2025/04/10 20:00] wikisysopvisual3d:documentation:pipeline:event_commands:event_global_minimum [2025/04/11 14:49] (current) – [Examples] wikisysop
Line 76: Line 76:
   * Event_Minimum command may be used to create multiple minimum events during an event sequence.   * Event_Minimum command may be used to create multiple minimum events during an event sequence.
  
-=== Example - Dialog Box ===+=== Example 1: Simple Use Case === 
 +This example will be done showing both the dialog box and corresponding command text. 
 + 
 +Other options within the command such as **Exclude Event**, and **Select Subsequence** are explained in detail on the [[Visual3D:Documentation:Pipeline:Event_Commands:Event_Global_Maximum#Examples|Event_Global_Maximum]] page. 
  
 To create the RKFlex_Min event using the Event_Global_Minimum dialog box: To create the RKFlex_Min event using the Event_Global_Minimum dialog box:
  
-\\ 
  
 +**1. Enter information into dialog box:**
 +  * **Event_Name:** RKFlex_Min
 +  * **Select Frame Offset:** 0
 +  * **Signal Components:** X
 +  * **Event Sequence Instance:** 0
 +  * **Defined Events:** RHS + RHS
 +  * Click **OK**
 +  
 +  
 +|{{:visual3d:documentation:pipeline:event_commands:dialog_ex1_egmin.png?500|}}|<code>
 +Event_Global_Minimum
 +/RESULT_EVENT_NAME=RKFlex_Min
 +! /SIGNAL_TYPES=
 +! /SIGNAL_FOLDER=ORIGINAL
 +! /SIGNAL_NAMES=
 +/SIGNAL_COMPONENTS=X
 +! /FRAME_OFFSET=0
 +! /TIME_OFFSET=
 +/EVENT_SEQUENCE=RHS+RHS
 +! /EXCLUDE_EVENTS=
 +! /EVENT_SEQUENCE_INSTANCE=0
 +! /EVENT_SUBSEQUENCE=
 +! /SUBSEQUENCE_EXCLUDE_EVENTS=
 +! /EVENT_SUBSEQUENCE_INSTANCE=0
 +! /THRESHOLD=
 +;
 +</code>|
  
-|**1. Enter information into dialog box:**\\ \\ **Event_Name:** RKFlex_Min\\ \\ **Select Frame Offset:**0\\ \\ **Signal Components:**X\\ \\ **Select an event sequence and Instance for the range:**\\ \\ **Event Sequence Instance:**0\\ \\ **Defined Events:**RHS + RHS\\ \\ Click **OK**  |  {{:Event_Global_Min_RKFlex_Min.jpg}}| 
  
-\\+**2. Select desired signal:** 
 +  * Select **signal from data tree** Right_Knee_Angle 
 +  * Click **Import Selected Signals** 
  
  
-|**2. Select desired signal:**\\ \\ Select **signal from data tree** Right_Knee_Angle\\ \\ Click **Import Selected Signals**  |  {{:Event_Global_Min_RKFlex_Min_Import.jpg}}|+{{:Event_Global_Min_RKFlex_Min_Import.jpg?700}}| 
  
-\\ 
 **RKFlex_Min** will be created at the global minimum value during the gait cycle.\\ **RKFlex_Min** will be created at the global minimum value during the gait cycle.\\
-\\ 
-Other options within the command such as **Exclude Event**, and **Select Subsequence** are explained in detail on the [[Visual3D:Documentation:Pipeline:Event_Commands:Event_Global_Maximum#Examples|Event_Global_Maximum]] page. 
  
-\\+=== Alternate Example: Finding Value at Event === 
 + 
 +This command can be used to find the **lowest vertical GRF during swing phase** of the left leg and convert that to a metric. 
 + 
 +<code> 
 +Event_Global_Minimum 
 +/RESULT_EVENT_NAME=LeftMinGRF 
 +/SIGNAL_TYPES=ANALOG 
 +/SIGNAL_FOLDER=ORIGINAL 
 +/SIGNAL_NAME=F2Y 
 +/FRAME_OFFSET=0 
 +! /TIME_OFFSET= 
 +/EVENT_SEQUENCE=LTO+LHS 
 +! /EXCLUDE_EVENTS= 
 +! /EVENT_SEQUENCE_INSTANCE= 
 +! /EVENT_SUBSEQUENCE 
 +! /SUBSEQUENCE_EXCLUDE_EVENTS= 
 +! /EVENT_SUBSEQUENCE_INSTANCE=0 
 +! /THRESHOLD= 
 +
 +</code> 
 + 
 +Then convert the signal value at this event to a usable number: 
 + 
 +<code> 
 +Metric_Signal_Value_At_Event 
 +! /SIGNAL_FOLDER= 
 +! /SIGNAL_LABEL= 
 +/EVENT_NAME=LeftMinGRF 
 +/RESULT_METRIC_NAME=MinGRF_Left_Swing 
 +
 +</code> 
 + 
 + 
 +----
  
 ====Notes==== ====Notes====
visual3d/documentation/pipeline/event_commands/event_global_minimum.1744315240.txt.gz · Last modified: 2025/04/10 20:00 by wikisysop