:orphan: .. **************************************************************************** .. CUI .. .. The Advanced Framework for Simulation, Integration, and Modeling (AFSIM) .. .. The use, dissemination or disclosure of data in this file is subject to .. limitation or restriction. See accompanying README and LICENSE for details. .. **************************************************************************** .. _fusion_methods: Fusion Methods -------------- .. parsed-literal:: fusion_method :ref:`<fusion-type-name> <fusion_methods.available_fusion_methods>` ... commands ... end_fusion_method Specifies the fusion algorithms used by the track manager. A fusion algorithm combines information about a single entity from two or more sources into a coherent information set, or :command:`track`. **<fusion-method>** can be: .. include:: fusion_types.txt Each type has its own unique input keywords. .. _fusion_methods.available_fusion_methods: Available Fusion Methods ========================= .. _fusion_methods.replacement: replacement *********** .. parsed-literal:: fusion_method replacement end_fusion_method .. block:: fusion_method.replacement Correlated measurements and tracks are fused according to a standard set of algorithms. Local track positions are replaced by nonlocal track positions. .. end:: .. _fusion_methods.weighted_average: weighted_average **************** .. parsed-literal:: fusion_method weighted_average end_fusion_method .. block:: fusion_method.replacement Correlated measurements and tracks are fused according to a standard set of algorithms. Local track positions are combined with nonlocal track positions using the covariance matrices of the local and nonlocal tracks. .. note:: If there is no covariance matrix associated with a nonlocal track, the track manager will attempt to use a measurement covariance matrix, generated from the track's measurement errors in range, elevation, and bearing. .. end:: .. include:: _fusion_methods.wsf_space.txt .. include:: _fusion_methods.wsf_mtt.txt