visual3d:documentation:pipeline:metric_commands:metric_event_count
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_event_count [2024/07/16 16:59] – removed sgranger | visual3d:documentation:pipeline:metric_commands:metric_event_count [2025/05/12 20:43] (current) – Cleaned up page with section headers. wikisysop | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Metric Event Count ====== | ||
+ | This command creates a [[visual3d: | ||
+ | |||
+ | < | ||
+ | Metric_Event_Count | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ; | ||
+ | </ | ||
+ | |||
+ | {{: | ||
+ | |||
+ | ==== Parameters ==== | ||
+ | |||
+ | If the user specifies an **Event_Sequence/ | ||
+ | |||
+ | If **Time_Interval**, | ||
+ | |||
+ | As of Visual3D v5.00.29, the user can select both an **Event_Sequence/ | ||
+ | |||
+ | ===== Example 1: Basic Metric Event Count ===== | ||
+ | |||
+ | < | ||
+ | Select_Active_File | ||
+ | /FILE_NAME= ALL_FILES | ||
+ | ! /QUERY= | ||
+ | ; | ||
+ | |||
+ | Metric_Event_Count | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ; | ||
+ | </ | ||
+ | |||
+ | This command will count all events in the file and a metric value LON_COUNT will be created in the METRIC:: | ||
+ | |||
+ | ===== Example 2: Multiple Files ===== | ||
+ | |||
+ | This example shows three ways the Metric_Event_Count command can be used. All three consider a set of 5 files containing the following event LHS.** | ||
+ | |||
+ | ^ File ^ LHS Event Times ^ | ||
+ | | mvc004.c3d | 0.960000 | | ||
+ | | | 2.240000 | | ||
+ | | | 3.500000 | | ||
+ | | mvc003.c3d | 0.980000 | | ||
+ | | | 2.260000 | | ||
+ | | | 3.560000 | | ||
+ | | mvc002.c3d | 1.000000 | | ||
+ | | | 2.260000 | | ||
+ | | | 3.600000 | | ||
+ | | mvc005.c3d | 0.920000 | | ||
+ | | | 2.140000 | | ||
+ | | | 3.360000 | | ||
+ | |||
+ | ==== Example 2A: Count events across entire file ==== | ||
+ | |||
+ | This example counts events on a per-file basis. | ||
+ | |||
+ | < | ||
+ | Metric_Event_Count | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ; | ||
+ | </ | ||
+ | |||
+ | The result of this command will be: | ||
+ | |||
+ | < | ||
+ | mvc005.c3d | ||
+ | Event_Count= 3 | ||
+ | mvc002.c3d | ||
+ | Event_Count= 3 | ||
+ | mvc003.c3d | ||
+ | Event_Count= 3 | ||
+ | mvc004.c3d | ||
+ | Event_Count= 3 | ||
+ | Global_Event_Count= 12 | ||
+ | </ | ||
+ | |||
+ | ==== Example 2B: Count events across entire file in time intervals ==== | ||
+ | |||
+ | This example counts events according to time intervals over entire files and also calculates global counts. | ||
+ | |||
+ | < | ||
+ | Metric_Event_Count | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ; | ||
+ | </ | ||
+ | |||
+ | The result of this command will be: | ||
+ | |||
+ | < | ||
+ | mvc005.c3d | ||
+ | Interval= 0.000000 to 1.000000 Event_Count= 1 | ||
+ | Interval= 1.000000 to 2.000000 Event_Count= 0 | ||
+ | Interval= 2.000000 to 3.000000 Event_Count= 1 | ||
+ | Interval= 3.000000 to 4.000000 Event_Count= 1 | ||
+ | Interval= 4.000000 to 4.200000 Event_Count= 0 | ||
+ | mvc002.c3d | ||
+ | Interval= 0.000000 to 1.000000 Event_Count= 0 | ||
+ | Interval= 1.000000 to 2.000000 Event_Count= 1 | ||
+ | Interval= 2.000000 to 3.000000 Event_Count= 1 | ||
+ | Interval= 3.000000 to 4.000000 Event_Count= 1 | ||
+ | Interval= 4.000000 to 4.580000 Event_Count= 0 | ||
+ | mvc003.c3d | ||
+ | Interval= 0.000000 to 1.000000 Event_Count= 1 | ||
+ | Interval= 1.000000 to 2.000000 Event_Count= 0 | ||
+ | Interval= 2.000000 to 3.000000 Event_Count= 1 | ||
+ | Interval= 3.000000 to 4.000000 Event_Count= 1 | ||
+ | Interval= 4.000000 to 4.600000 Event_Count= 0 | ||
+ | mvc004.c3d | ||
+ | Interval= 0.000000 to 1.000000 Event_Count= 1 | ||
+ | Interval= 1.000000 to 2.000000 Event_Count= 0 | ||
+ | Interval= 2.000000 to 3.000000 Event_Count= 1 | ||
+ | Interval= 3.000000 to 4.000000 Event_Count= 1 | ||
+ | Interval= 4.000000 to 4.380000 Event_Count= 0 | ||
+ | Global_Event_Counts | ||
+ | Global_Event_Count= 3 | ||
+ | Global_Event_Count= 1 | ||
+ | Global_Event_Count= 4 | ||
+ | Global_Event_Count= 4 | ||
+ | Global_Event_Count= 0 | ||
+ | </ | ||
+ | |||
+ | ==== Example 2C: Count events in a set number of intervals across entire file ==== | ||
+ | |||
+ | This example counts events over 5 intervals from the event_sequence START+END, where START=1.0 and END=4.0 for all files. | ||
+ | |||
+ | < | ||
+ | Metric_Event_Count | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ; | ||
+ | </ | ||
+ | |||
+ | The result for this command will be: | ||
+ | |||
+ | < | ||
+ | mvc005.c3d | ||
+ | Interval= 1.000000 to 1.600000 Event_Count= 0 | ||
+ | Interval= 1.600000 to 2.200000 Event_Count= 1 | ||
+ | Interval= 2.200000 to 2.800000 Event_Count= 0 | ||
+ | Interval= 2.800000 to 3.400000 Event_Count= 1 | ||
+ | Interval= 3.400000 to 4.000000 Event_Count= 0 | ||
+ | mvc002.c3d | ||
+ | Interval= 1.000000 to 1.600000 Event_Count= 1 | ||
+ | Interval= 1.600000 to 2.200000 Event_Count= 0 | ||
+ | Interval= 2.200000 to 2.800000 Event_Count= 1 | ||
+ | Interval= 2.800000 to 3.400000 Event_Count= 0 | ||
+ | Interval= 3.400000 to 4.000000 Event_Count= 1 | ||
+ | mvc003.c3d | ||
+ | Interval= 1.000000 to 1.600000 Event_Count= 0 | ||
+ | Interval= 1.600000 to 2.200000 Event_Count= 0 | ||
+ | Interval= 2.200000 to 2.800000 Event_Count= 1 | ||
+ | Interval= 2.800000 to 3.400000 Event_Count= 0 | ||
+ | Interval= 3.400000 to 4.000000 Event_Count= 1 | ||
+ | mvc004.c3d | ||
+ | Interval= 1.000000 to 1.600000 Event_Count= 0 | ||
+ | Interval= 1.600000 to 2.200000 Event_Count= 0 | ||
+ | Interval= 2.200000 to 2.800000 Event_Count= 1 | ||
+ | Interval= 2.800000 to 3.400000 Event_Count= 0 | ||
+ | Interval= 3.400000 to 4.000000 Event_Count= 1 | ||
+ | Global_Event_Counts | ||
+ | Global_Event_Count= 1 | ||
+ | Global_Event_Count= 1 | ||
+ | Global_Event_Count= 3 | ||
+ | Global_Event_Count= 1 | ||
+ | Global_Event_Count= 3 | ||
+ | </ |
visual3d/documentation/pipeline/metric_commands/metric_event_count.1721149147.txt.gz · Last modified: 2024/07/16 16:59 by sgranger