User Tools

Site Tools


visual3d:documentation:pipeline:force_commands:fp_zero

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:force_commands:fp_zero [2026/06/09 20:36] – Added two general examples. wikisysopvisual3d:documentation:pipeline:force_commands:fp_zero [2026/06/09 20:38] (current) wikisysop
Line 29: Line 29:
 ==== Example 1: Using the last 10 frames for non-treadmill data ==== ==== Example 1: Using the last 10 frames for non-treadmill data ====
  
-For non-treadmill data we recommend that you choose the last 10 frames of the trial as almost every activity ends with the participant off of the force platform. This can be done using [[visual3d:documentation:pipeline:event_commands:event_explicit|Event_Explicit]] and then defining an [[visual3d:documentation:pipeline:event_commands:event_define_event_sequence|event sequence]]:+For non-treadmill data we recommend that you choose the last 10 frames of the trial as almost every activity ends with the participant off of the force platform.
  
 <code> <code>
-Event_Explicit 
-/EVENT_NAME=End 
-/FRAME=EOF 
-! /TIME= 
-; 
- 
-Set_Pipeline_Parameter_From_Expression 
-/PARAMETER_NAME=EOF_FRAME 
-/EXPRESSION=EVENT_LABEL::ORIGINAL::End*PARAMETERS::POINT::RATE 
-! /AS_INTEGER=TRUE 
-; 
- 
 Modify_Force_Platform_Parameters Modify_Force_Platform_Parameters
 /FP_USED=2 /FP_USED=2
-/FP_TYPE=1+1 +/FP_ZERO=EOF-10+EOF 
-/FP_ZERO=(&::EOF_FRAME&-10)+&::EOF_FRAME+/FP_ZEROS=EOF-10+EOF+EOF-10+EOF
 ; ;
- 
 </code> </code>
  
visual3d/documentation/pipeline/force_commands/fp_zero.1781037385.txt.gz · Last modified: by wikisysop