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/17 18:20] – created sgranger | visual3d:documentation:pipeline:metric_commands:metric_sum [2025/10/02 19:47] (current) – [Metric Sum Examples] wikisysop | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Metric Sum ====== | ||
+ | ====Overview==== | ||
+ | The **Metric_Sum** command will sum the signal components over a range from a Start event to End event. It can be found in the **Pipeline Workshop** under **Metric**. | ||
+ | ====Pipeline Command==== | ||
- | The **Metric_Sum** | + | The command |
- | The command | + | < |
+ | Metric_Sum | ||
+ | ! / | ||
+ | / | ||
+ | ! / | ||
+ | / | ||
+ | ! / | ||
+ | ! / | ||
+ | ! / | ||
+ | / | ||
+ | / | ||
+ | ! / | ||
+ | ! / | ||
+ | ! / | ||
+ | ; | ||
+ | </ | ||
+ | |||
+ | ====Command Parameters==== | ||
+ | |||
+ | The following table shows the command | ||
|**Metric_Sum** | |**Metric_Sum** | ||
Line 23: | 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 Examples ===== | + | {{: |
- | - An example of the command **Metric_Sum** is found [[Visual3D: | ||
- | - An example can be found on [[Visual3D: | ||
- | - Another example can be found on [[Visual3D: | ||
+ | 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 | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ; | ||
+ | </ | ||
+ | |||
+ | The result should look similar to this: | ||
+ | |||
+ | {{: | ||
+ | |||
+ | - An example of the command **Metric_Sum** is found [[Visual3D: | ||
+ | - An example can be found on [[Visual3D: | ||
+ | - Another example can be found on [[Visual3D: | ||
visual3d/documentation/pipeline/metric_commands/metric_sum.1718648444.txt.gz · Last modified: 2024/06/17 18:20 by sgranger