From e807732b3ca113b120c6464b0418b25dd9f94ce7 Mon Sep 17 00:00:00 2001 From: Pamela Dyer <pamela.dyer@uconn.edu> Date: Thu, 23 Sep 2021 11:25:41 -0700 Subject: [PATCH] Update models/Application_examples/Correlation_and_Fusion_Process_Ungoverned.mp --- ...rrelation_and_Fusion_Process_Ungoverned.mp | 23 +++++++++++-------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/models/Application_examples/Correlation_and_Fusion_Process_Ungoverned.mp b/models/Application_examples/Correlation_and_Fusion_Process_Ungoverned.mp index 89cd49d..5e51d09 100644 --- a/models/Application_examples/Correlation_and_Fusion_Process_Ungoverned.mp +++ b/models/Application_examples/Correlation_and_Fusion_Process_Ungoverned.mp @@ -9,6 +9,7 @@ data path behaviors. Description: Models the data flow from sensors all the way to the human analyst at a tactical location. + Details AIS_Sensor: represents an example AIS GPS SENSOR Aggregation_Service: Represents a local AIS Aggregator like a "Radar" system or local AIS Broadcast @@ -16,18 +17,22 @@ to the human analyst at a tactical location. multiple aggregation services, coalates the data, and rebroadcasts the data globally. - Source A: Represents raw AIS tracks that have not been modified in any way prior to dissemination - Source B: Represents raw AIS tracks grouped into geographic areas for limited broadcast - Source C: Represents Custom filtering and combining of AIS tracks based on unique fields + Source A: Represents raw AIS tracks that have not been + modified in any way prior to dissemination + Source B: Represents raw AIS tracks grouped into + geographic areas for limited broadcast + Source C: Represents Custom filtering and combining + of AIS tracks based on unique fields Correlator functions: Receive_Source_Status - Process_Source_Status - Evaluate_Source_Status - Display_Correlated_Tracks + Process_Source_Status + Evaluate_Source_Status + Display_Correlated_Tracks Analyst functions: View_Correlated_Tracks - Analyze_Tracks_Position_Accuracy - Correct_Track_Positions + Analyze_Tracks_Position_Accuracy + Correct_Track_Positions - The events are representative of actual AIS data report flow to operational analysts in the Fleet today. + The events are representative of actual AIS data report + flow to operational analysts in the Fleet today. References: Watson, Frank. "Design Methodologies for 21st Century -- GitLab