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/07/16 19:30] – 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. | + | ====Overview==== |
- | The command | + | 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 21: | Line 46: | ||
|**; | |**; | ||
- | \\ | + | ====Dialog==== |
- | The **Metric_Sum** command dialog is below: | + | |
- | {{Metric_Sum.jpg}} | + | 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. |
+ | |||
+ | {{:Metric_Sum.jpg}} | ||
+ | |||
+ | |||
+ | The dialog box allows you to assign values to the command parameters outlined above. | ||
==== 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.1721158203.txt.gz · Last modified: 2024/07/16 19:30 by sgranger