visual3d:documentation:pipeline:event_commands:event_copy
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:event_copy [2024/07/03 17:39] – created sgranger | visual3d:documentation:pipeline:event_commands:event_copy [2025/02/26 17:04] (current) – wikisysop | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== |
- | To make a copy of an event label, you can use a pipeline command or you can select | + | ==== Overview ==== |
+ | The **Event_Copy** command allows users to __create | ||
- | ==== Interactive selection | + | This command is particularly useful for scenarios where new events need to be derived |
- | {{CopyEventMenu.jpg}}] | + | The functionality of this command can also be achieved by right-clicking the event label within the data tree and selecting the "Event Copy" from the context menu. The interactive selection from the data tree is shown below: |
- | ==== From the Edit Events Dialog ==== | + | |
- | {{EditEventsDlg.jpg}} | + | {{: |
- | ==== Pipeline command: ==== | + | |
- | **Event_Copy** | ||
- | / | ||
- | / | ||
- | / | ||
- | / | ||
- | / | ||
- | / | ||
- | / | ||
- | / | ||
- | / | ||
- | / | ||
- | / | ||
- | **;** | ||
- | === Copy_Event === | ||
- | The name of the Legacy command. Visual3D should continue to recognize this command. | + | ==== Pipeline Command |
- | ==== Event Copy Dialog | + | The command below is the command as seen in the Visual3D application. |
- | As of Version 5 this dialog is complicated. Interaction with the dialog is described [[Visual3D: | + | < |
+ | / | ||
+ | / | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | </ | ||
- | {{CopyEventLabelDlgEx1.jpg}} | + | ==== Command Parameters ==== |
+ | The following table shows the command parameters and descriptions: | ||
- | ==== Frame_Offset | + | |**Parameter** |
+ | |**/ | ||
+ | |**/ | ||
+ | |**!/ | ||
+ | |**!/ | ||
+ | |**!/ | ||
+ | |**!/ | ||
+ | |**!/ | ||
+ | |**!/ | ||
+ | |**!/ | ||
+ | |**!/ | ||
+ | |**!/ | ||
+ | |**!/ | ||
- | Frame offset can be a number or an expression. | ||
- | For example, if the offset is defined by a Metric signal | + | ==== Dialog ==== |
+ | The command can be edited in a text editor or in a dialog form. To edit in the dialog pop up form either click on the Edit button in the pipeline workshop or double-click on the pipeline command. The dialog is shown below. | ||
- | **/ | + | {{:visual3d:documentation:pipeline:event_commands: |
- | ==== Time_Offset ==== | + | |
- | Time offset can be a number or an expression. | + | * **Optional- Select Range Instance**: |
+ | When set to 0, copies all instances of the event. When set to n, copy the //n//th instance of the event. | ||
+ | If n<1, count instances from the last event; e.g. -1 = last instance. | ||
- | For example, if the offset | + | * **Optional - Select Event Instance**: |
+ | When set to 0, it means all occurrences of the event will be processed. When **Interpret Event Instance As List** | ||
- | **/ | + | ==== Examples ==== |
- | For example, to create an event 1 second prior to an existing event. | + | The following examples will go through the use of the **Event_Copy** command in the Visual3D application. |
- | **/ | + | === Example 1: Event_At_Midstance |
- | ==== Percent_Offset ==== | + | |
- | The percent offset can be a number or an expression. | + | The stance phase of the gait cycle is the period when the foot is in contact with the ground, it is defined by the labels RON and ROFF. The following command will create |
- | The percent is the percentage of the range within the Event_Sequence. | + | <code> |
- | + | Event_Copy | |
- | For example, if the offset is defined by a Metric signal in the Processed folder labeled PERCENT. | + | |
- | + | ||
- | **/ | + | |
- | ==== Event Instance ==== | + | |
- | + | ||
- | Event_Instance=0 -> copy all instances of the Event | + | |
- | + | ||
- | Event_Instance=n -> copy the nth instance of the Event | + | |
- | + | ||
- | if n<1 count instances from the last Event; e.g. -1 = last instance | + | |
- | + | ||
- | ==== Range Instance ==== | + | |
- | + | ||
- | Range_Instance=0 -> use all instances of the Range | + | |
- | + | ||
- | Range_Instance=n -> use the nth instance of the Range | + | |
- | + | ||
- | if n<1 count instances from the last Range; e.g. -1 = last range | + | |
- | + | ||
- | ==== Example_Event_At_Midstance ==== | + | |
- | + | ||
- | Given that stance phase is defined by the labels RON and ROFF | + | |
- | + | ||
- | The following command will create an event mid way between RON and ROFF. | + | |
- | + | ||
- | **Event_Copy** | + | |
/ | / | ||
/ | / | ||
- | ! / | + | !/ |
- | ! / | + | !/ |
/ | / | ||
- | ! / | + | !/ |
- | ! / | + | !/ |
/ | / | ||
- | ! / | + | !/ |
- | ! / | + | !/ |
- | ! / | + | !/ |
- | **;** | + | ; |
- | {{CopyEventLabelDlgEx1.jpg}} | + | </ |
- | This command | + | The dialog corresponding to the example |
- | ==== Example - Copying the last event in the sequence ==== | + | {{: |
- | The event sequence used in the event_copy | + | This command |
- | In order to copy the last event, you need to select | + | === Example 2: Copying |
- | For example, given a sequence | + | The event sequence |
+ | In order to copy the last event, you need to select the first event and an offset of 100%. For example, given a sequence of events A-B-C and you want to copy Event C and name it C2. | ||
+ | |||
+ | < | ||
Event_Copy | Event_Copy | ||
/ | / | ||
/ | / | ||
!/ | !/ | ||
- | ! / | + | !/ |
/ | / | ||
- | ! / | + | !/ |
- | ! / | + | !/ |
/ | / | ||
- | ! / | + | !/ |
- | ! / | + | !/ |
- | ! / | + | !/ |
- | **;** | + | ; |
- | ==== Example - Create an Event based on a time threshold between 2 Events ==== | + | </ |
- | For example, create an event (BAD) if the time between two events (RHS to RHS) exceeds a threshold. | ||
+ | === Example 3: Create an Event based on a time threshold between 2 Events === | ||
+ | In this example, an event named BAD is created if the time between two events (RHS-> RHS) exceeds a threshold. The following is the breakdown of the command: | ||
+ | - Define a Stride: the time between two consecutive RHS. | ||
+ | - Measure Stride Time: Calculates the duration of each STRIDE. | ||
+ | - Identify Long Strides: Checks if any STRIDE duration is longer than 4 seconds, if this is the case, it is flagged. | ||
+ | - Mark as " | ||
+ | |||
+ | < | ||
! Define an Event Sequence | ! Define an Event Sequence | ||
- | **Event_Define_Event_Sequence** | + | Event_Define_Event_Sequence |
/ | / | ||
/ | / | ||
- | ! / | + | !/ |
- | ! / | + | !/ |
- | ! / | + | !/ |
- | ! / | + | !/ |
- | ! / | + | !/ |
/ | / | ||
- | **;** | + | ; |
! Compute the times of the Event_Sequence | ! Compute the times of the Event_Sequence | ||
- | **Metric_Time_Between_Events** | + | Metric_Time_Between_Events |
/ | / | ||
- | ! / | + | !/ |
/ | / | ||
/ | / | ||
/ | / | ||
- | ! / | + | !/ |
- | **;** | + | ; |
! Create a binary signal from the stride time and threshold (4 in this case) | ! Create a binary signal from the stride time and threshold (4 in this case) | ||
- | **Evaluate_Expression** | + | Evaluate_Expression |
/ | / | ||
- | ! / | + | !/ |
- | ! / | + | !/ |
- | ! / | + | !/ |
/ | / | ||
- | ! / | + | !/ |
/ | / | ||
- | ! / | + | !/ |
- | **;** | + | ; |
! Create a pipeline parameter from the binary signal | ! Create a pipeline parameter from the binary signal | ||
- | **Set_Pipeline_Parameter_To_Data_Value** | + | Set_Pipeline_Parameter_To_Data_Value |
/ | / | ||
/ | / | ||
/ | / | ||
- | ! / | + | !/ |
/ | / | ||
- | **;** | + | ; |
! Create indices for a for each loop | ! Create indices for a for each loop | ||
**Get_Pipeline_Parameter_Count** | **Get_Pipeline_Parameter_Count** | ||
/ | / | ||
/ | / | ||
- | **;** | + | ; |
- | **Set_Pipeline_Parameter_From_For_Loop** | + | |
+ | Set_Pipeline_Parameter_From_For_Loop | ||
/ | / | ||
/ | / | ||
/ | / | ||
/ | / | ||
- | ! / | + | !/ |
- | **;** | + | ; |
- | **For_Each** | + | |
+ | For_Each | ||
/ | / | ||
/ | / | ||
- | **;** | + | ; |
! If the binary signal is 1 execute event copy | ! If the binary signal is 1 execute event copy | ||
- | **Expression_Loop** | + | Expression_Loop |
/ | / | ||
/ | / | ||
/ | / | ||
- | **;** | + | ; |
- | **Event_Copy** | + | |
+ | Event_Copy | ||
/ | / | ||
/ | / | ||
- | ! / | + | !/ |
/ | / | ||
/ | / | ||
- | ! / | + | !/ |
- | ! / | + | !/ |
- | ! / | + | !/ |
/ | / | ||
- | ! / | + | !/ |
- | ! / | + | !/ |
- | **;** | + | ; |
- | **Expression_Loop_End** | + | |
+ | Expression_Loop_End | ||
/ | / | ||
- | **;** | + | ; |
- | **End_For_Each** | + | |
+ | End_For_Each | ||
/ | / | ||
- | **;** | + | ; |
+ | </ | ||
+ | |||
+ | ==== Notes ==== | ||
+ | | ||
+ | | ||
visual3d/documentation/pipeline/event_commands/event_copy.1720028371.txt.gz · Last modified: 2024/07/03 17:39 by sgranger