User Tools

Site Tools


visual3d:documentation:reports:computing_a_time_normalized_average_event

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
visual3d:documentation:reports:computing_a_time_normalized_average_event [2024/06/14 17:30] – created sgrangervisual3d:documentation:reports:computing_a_time_normalized_average_event [2024/07/17 15:46] (current) – created sgranger
Line 1: Line 1:
-|**Language:**|** English**  • [[index.php?title=Reporting_Example_3/fr&action=edit&redlink=1|français]] • [[index.php?title=Reporting_Example_3/it&action=edit&redlink=1|italiano]] • [[Reporting_Example_3/pt|português]] • [[index.php?title=Reporting_Example_3/es&action=edit&redlink=1|español]] ****|+====== Computing a Time Normalized Average Event ======
  
-|===== Contents =====\\ \\ \\ \\ * [[#Introduction|1 Introduction]]\\ * [[#Create_Event_stored_in_P2D|2 Create Event stored in P2D]]\\   * [[#Option_1:_Explicit|2.1 Option 1: Explicit]]\\   * [[#Option_2:_Calculate_from_database|2.2 Option 2: Calculate from database]]\\   * [[#Save_P2D_File|2.3 Save P2D File]]\\ * [[#Plot_Event_stored_in_P2D|3 Plot Event stored in P2D]]\\   * [[#Getting_Started|3.1 Getting Started]]\\   * [[#Load_the_P2D_Data|3.2 Load the P2D Data]]\\   * [[#Option_1:_Manually_Graph_Event|3.3 Option 1: Manually Graph Event]]\\   * [[#Option_2:_Pipeline_Graph_Event|3.4 Option 2: Pipeline Graph Event]]\\   * [[#Final|3.5 Final]]| +===== Introduction =====
- +
-====== Introduction ======+
  
 \\ \\
Line 12: Line 10:
 [[https://www.has-motion.com/download/examples/Reporting/Annotation_From_P2D.zip|You can download the sample files for this tutorial here]]. [[https://www.has-motion.com/download/examples/Reporting/Annotation_From_P2D.zip|You can download the sample files for this tutorial here]].
  
-====== Create Event stored in P2D ======+===== Create Event stored in P2D =====
  
 The first step is to store the value we want to create the annotation at. In this tutorial, the value is going to be stored GLOBAL::P2D::NORM_EVENTS::LTO. The first step is to store the value we want to create the annotation at. In this tutorial, the value is going to be stored GLOBAL::P2D::NORM_EVENTS::LTO.
Line 19: Line 17:
   * Option 2: Calculate the average time toe off occurs from a normal databse   * Option 2: Calculate the average time toe off occurs from a normal databse
  
-==== Option 1: Explicit ====+=== Option 1: Explicit ===
  
 Explicitly define the value: Explicitly define the value:
Line 36: Line 34:
 </code> </code>
  
-==== Option 2: Calculate from database ====+=== Option 2: Calculate from database ===
  
 Calculate the average value from the normal database: Calculate the average value from the normal database:
Line 75: Line 73:
 </code> </code>
  
-==== Save P2D File ====+=== Save P2D File ===
  
-|You can then export the P2D data as a Normal Database (Normal_Data_Events.vnd)  |  [[File:Annotation_ExportP2D.png|{{/images/thumb/0/0e/Annotation_ExportP2D.png/350px-Annotation_ExportP2D.png?350x155}}]]|+|You can then export the P2D data as a Normal Database (Normal_Data_Events.vnd)  |  {{:Annotation_ExportP2D.png}}|
  
-====== Plot Event stored in P2D ======+===== Plot Event stored in P2D =====
  
-==== Getting Started ====+=== Getting Started ===
  
 [[Visual3D:Documentation:Reports:Plotting_P2D_Data#Plot_P2D_Data|It's assumed that you have followed the steps described here]]. [[Visual3D:Documentation:Reports:Plotting_P2D_Data#Plot_P2D_Data|It's assumed that you have followed the steps described here]].
  
-|If you followed the steps correctly, you would be starting with a graph that looks like this.  |  [[File:P2D_2DGraph.png|{{/images/thumb/0/0e/P2D_2DGraph.png/550px-P2D_2DGraph.png?550x266}}]]|+|If you followed the steps correctly, you would be starting with a graph that looks like this.  |  {{:P2D_2DGraph.png}}|
  
-==== Load the P2D Data ====+=== Load the P2D Data ===
  
 Loads the P2D file which contains the average events: Loads the P2D file which contains the average events:
Line 94: Line 92:
     - Select the **Normal_Data_Events.vnd** file     - Select the **Normal_Data_Events.vnd** file
  
-==== Option 1: Manually Graph Event ====+=== Option 1: Manually Graph Event ===
  
-|* Annotation Style: **Vertical Line**\\ * Color: **Black**\\ * Size: **Normal**\\ * Event Name or Numeric Value: **GLOBAL::P2D::NORM_EVENTS::LTO**\\ * Check **"Average Event or Numeric Value"**  |  [[File:P2D_Annotation_Define.png|{{/images/a/ac/P2D_Annotation_Define.png?550x219}}]]|+|* Annotation Style: **Vertical Line**\\ * Color: **Black**\\ * Size: **Normal**\\ * Event Name or Numeric Value: **GLOBAL::P2D::NORM_EVENTS::LTO**\\ * Check **"Average Event or Numeric Value"**  |  {{:P2D_Annotation_Define.png}}|
  
-==== Option 2: Pipeline Graph Event ====+=== Option 2: Pipeline Graph Event ===
  
 <code> <code>
Line 115: Line 113:
 </code> </code>
  
-==== Final ===+=== Final ===
- +
-|If everything is correct, you should see a black vertical line.  |  [[File:P2D_Annotation_2DGraphFinal.png|{{/images/thumb/5/56/P2D_Annotation_2DGraphFinal.png/550px-P2D_Annotation_2DGraphFinal.png?550x257}}]]|+
  
 +|If everything is correct, you should see a black vertical line.  |  {{:P2D_Annotation_2DGraphFinal.png}}|
  
-Retrieved from "" 
  
  
visual3d/documentation/reports/computing_a_time_normalized_average_event.1718386245.txt.gz · Last modified: 2024/06/14 17:30 by sgranger