User Tools

Site Tools


visual3d:documentation:pipeline:event_commands:event_delete

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
visual3d:documentation:pipeline:event_commands:event_delete [2025/02/28 18:52] wikisysopvisual3d:documentation:pipeline:event_commands:event_delete [2025/02/28 19:00] (current) – [Examples] wikisysop
Line 79: Line 79:
 {{:visual3d:documentation:pipeline:event_commands:events_list_updated.png?300|}} {{:visual3d:documentation:pipeline:event_commands:events_list_updated.png?300|}}
  
 +=== Example 2: Deleting a Specific Instance of an Event ===
 +In this example, imagine analyzing a gait cycle where a participant takes two steps with their right foot and then two steps with their left foot.
  
 +If primarily interested in analyzing the first step taken with each foot, in this situation, only the second instance of toe-off for each foot should be deleted.
  
 +<code>
 +Event_Delete
 +/EVENT_NAME=LTO
 +! /EVENT_SEQUENCE=
 +! /EXCLUDE_EVENTS=
 +/EVENT_INSTANCE=2
 +! /TIME=
 +;
  
 +Event_Delete 
 +/EVENT_NAME=RTO 
 +! /EVENT_SEQUENCE= 
 +! /EXCLUDE_EVENTS= 
 +/EVENT_INSTANCE=2 
 +! /TIME= 
 +
 +</code>
  
  
  
  
visual3d/documentation/pipeline/event_commands/event_delete.1740768741.txt.gz · Last modified: 2025/02/28 18:52 by wikisysop