visual3d:documentation:pipeline:metric_commands:metric_sum
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
visual3d:documentation:pipeline:metric_commands:metric_sum [2025/09/19 13:27] – wikisysop | visual3d:documentation:pipeline:metric_commands:metric_sum [2025/10/02 19:47] (current) – [Metric Sum Examples] wikisysop | ||
---|---|---|---|
Line 56: | Line 56: | ||
==== Metric Sum Examples ==== | ==== Metric Sum Examples ==== | ||
+ | In the example below the **Metric Sum** command is used to find the total work done by the right ankle by summing positive and negative work done between events. | ||
+ | |||
+ | < | ||
+ | ! Compute positive and negative work for each range of positive power. | ||
+ | !********************************************************************** | ||
+ | |||
+ | ! Calculate right ankle positive work by time integration of right ankle power from | ||
+ | ! PowerPos event to PowerNeg event | ||
+ | Metric_Integrate | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ; | ||
+ | |||
+ | ! Calculate right ankle negative work by time integration of right ankle power | ||
+ | ! from PowerNeg event to PowerPos event | ||
+ | Metric_Integrate | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ; | ||
+ | |||
+ | !************************************************************************ | ||
+ | ! Compute the total positive and total negative work by summing the work. | ||
+ | !************************************************************************ | ||
+ | |||
+ | !Compute total positive work for the right ankle | ||
+ | Metric_Sum | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ; | ||
+ | |||
+ | !Compute total negative work for the right ankle | ||
+ | Metric_Sum | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ; | ||
+ | </ | ||
+ | |||
+ | The result should look similar to this: | ||
+ | |||
+ | {{: | ||
- An example of the command **Metric_Sum** is found [[Visual3D: | - An example of the command **Metric_Sum** is found [[Visual3D: |
visual3d/documentation/pipeline/metric_commands/metric_sum.txt · Last modified: 2025/10/02 19:47 by wikisysop