: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. .. **************************************************************************** sensor_plot ----------- .. command:: sensor_plot :block: Overview ======== sensor_plot is a WSF application that is used to evaluate sensor characteristics and interactions with user-specified geometries. It has the ability to create files that produce plots of * :command:`Sensor vertical coverage ` * :command:`Sensor vertical map ` * :command:`Sensor horizontal coverage ` * :command:`Sensor horizontal map ` * :command:`Sensor spherical coverage ` * :command:`Flight path analysis ` * :command:`Clutter table ` * :command:`Defended area of a collection of sensors ` * :command:`Antenna patterns ` Command Line ============ Using the stand-alone sensor_plot.exe:: sensor_plot file 1 [ file2 ... filen ] For other WSF applications supporting sensor_plot:: wsf_application.exe --sensor_plot file 1 [ file2 ... filen ] Where the arguments are the names of files that contain: * A sensor_plot input block that defines the function to be performed. * Sensor and platform definitions required for the function to be performed. Commands ======== .. command:: antenna_plot :command:`Antenna_Plot_Commands` end_antenna_plot Generates files 2D constant azimuth or elevation or 3D polar plot files. .. parsed-literal:: antenna_plot ... :command:`Antenna Plot Commands` ... ... :ref:`sensor_plot.Stub_Definition_Commands` ... end_antenna_plot .. command:: clutter_table :command:`Clutter_Table_Commands` end_clutter_table Generates a radar clutter table that is used in an WSF simulation. .. parsed-literal:: clutter_table ... :command:`Clutter Table Commands` ... ... :ref:`sensor_plot.Stub_Definition_Commands` ... end_clutter_table .. command:: flight_path_analysis :command:`Flight_Path_Analysis_Commands` end_flight_path_analysis Generates a plot of variables along a flight path. .. parsed-literal:: flight_path_analysis ... :command:`Flight Path Analysis Commands` ... ... :ref:`sensor_plot.Stub_Definition_Commands` ... end_flight_path_analysis .. command:: horizontal_map :command:`Horizontal_Map_Commands` end_horizontal_map Generates a plot of variables over a matrix of down-range and cross-range values. .. parsed-literal:: horizontal_map ... :command:`Horizontal Map Commands` ... ... :ref:`sensor_plot.Stub_Definition_Commands` ... end_horizontal_map .. command:: horizontal_coverage :command:`Horizontal_Coverage_Commands` end_horizontal_coverage Generates a 'horizontal coverage diagram' (or 'horizontal coverage envelope') plot file. .. parsed-literal:: horizontal_coverage ... :command:`Horizontal Coverage Commands` ... ... :ref:`sensor_plot.Stub_Definition_Commands` ... end_horizontal_coverage .. command:: spherical_map :command:`Spherical_Map_Commands` end_spherical_map Generates a plot of variables at a specified range over a matrix of viewing angles. .. parsed-literal:: spherical_map ... :command:`Spherical Map Commands` ... ... :ref:`sensor_plot.Stub_Definition_Commands` ... end_spherical_map .. command:: vertical_map :command:`Vertical_Map_Commands` end_vertical_map Generates a plot of variables over a matrix of altitude and ground_range values. .. parsed-literal:: vertical_map ... :command:`Vertical Map Commands` ... ... :ref:`sensor_plot.Stub_Definition_Commands` ... end_vertical_map .. command:: vertical_coverage :command:`Vertical_Coverage_Commands` end_vertical_coverage Generates a 'vertical coverage diagram' (or 'vertical coverage envelope') plot file. .. parsed-literal:: vertical_coverage ... :command:`Vertical Coverage Commands` ... ... :ref:`sensor_plot.Stub_Definition_Commands` ... end_vertical_coverage .. _sensor_plot.Stub_Definition_Commands: Stub Definition Commands ======================== Existing scenarios are often used to create :command:`horizontal_map` plots. These scenarios may include platform or platform subsystem type definitions that use capabilities that are not provided in the :command:`sensor_plot` executable (e.g., weapon models). In order to allow the scenario to be used without alteration, commands and dummy type definitions have been provided to simulate the availability of the unimplemented features. The following commands provide mechanisms to ignore the specified global commands: .. command:: ignore_block Causes all data starting with the word **** up to the word **end_** to be ignored. .. command:: ignore_line Causes the word **** and all subsequent words on the same line to be ignored. .. command:: ignore_word Causes the word **** to be ignored. The following dummy types are provided: * **WSF_DUMMY_COMM** (a dummy :command:`comm` definition) * **WSF_DUMMY_MOVER** (a dummy :command:`mover` definition) * **WSF_DUMMY_PROCESSOR** (a dummy :command:`processor` definition) * **WSF_DUMMY_SENSOR** (a dummy :command:`sensor` definition) * **WSF_DUMMY_WEAPON** (a dummy :command:`weapon` definition) * **WSF_DUMMY_WEAPON_EFFECTS** (a dummy :command:`weapon_effects` definition).