visual3d:documentation:pipeline:metric_commands:metric_sum
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
visual3d:documentation:pipeline:metric_commands:metric_sum [2024/06/19 14:01] – created sgranger | visual3d:documentation:pipeline:metric_commands:metric_sum [2025/10/02 19:47] (current) – [Metric Sum Examples] wikisysop | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | The **Metric_Sum** command will sum the signal components over a range from a Start event to End event. | + | ====== Metric Sum ====== |
- | The command | + | ====Overview==== |
+ | |||
+ | The **Metric_Sum** | ||
+ | |||
+ | ====Pipeline Command==== | ||
+ | |||
+ | The command syntax is as follows: | ||
+ | |||
+ | < | ||
+ | Metric_Sum | ||
+ | ! / | ||
+ | / | ||
+ | ! / | ||
+ | / | ||
+ | ! / | ||
+ | ! / | ||
+ | ! / | ||
+ | / | ||
+ | / | ||
+ | ! / | ||
+ | ! / | ||
+ | ! / | ||
+ | ; | ||
+ | </ | ||
+ | |||
+ | ====Command Parameters==== | ||
+ | |||
+ | The following table shows the command parameters seen above and their descriptions: | ||
|**Metric_Sum** | |**Metric_Sum** | ||
Line 19: | Line 46: | ||
|**; | |**; | ||
- | \\ | + | ====Dialog==== |
- | The **Metric_Sum** command dialog is below: | + | |
+ | 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 | ||
+ | |||
+ | {{:Metric_Sum.jpg}} | ||
+ | |||
+ | |||
+ | The dialog box allows you to assign values to the command parameters outlined above. | ||
+ | |||
+ | ==== 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 | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ; | ||
+ | </ | ||
- | {{Metric_Sum.jpg}} | + | The result should look similar to this: |
- | ===== Metric Sum Examples ===== | + | {{: |
- | - An example of the command **Metric_Sum** is found [[Visual3D: | + | - An example of the command **Metric_Sum** is found [[Visual3D: |
- An example can be found on [[Visual3D: | - An example can be found on [[Visual3D: | ||
- Another example can be found on [[Visual3D: | - Another example can be found on [[Visual3D: |
visual3d/documentation/pipeline/metric_commands/metric_sum.1718805689.txt.gz · Last modified: 2024/06/19 14:01 by sgranger