: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. .. **************************************************************************** WSF_OPTICAL_SIGNATURE --------------------- .. model:: optical_signature WSF_OPTICAL_SIGNATURE .. parsed-literal:: optical_signature ** (:model:`WSF_OPTICAL_SIGNATURE`) interpolate_tables_ interpolation_type_ [linear | logarithmic] state_ ** | default ... :ref:`Azimuth-elevation_Table_Definition` ... state_ ... end_optical_signature Overview ======== :model:`WSF_OPTICAL_SIGNATURE` provides the standard implementation used by :command:`optical_signature` if the user did not specify a different implementation model. This model implements the signature as one or more sets of tables that apply when the platform is in a particular 'state'. A 'state' represents a condition such as 'bay-doors-open'. The units for the dependent variable in the tables should be :argtype:`\ ` (square meters). **** is the name to be given to the signature. If the name specifies the name of an existing definition then the new definition will replace the current one (i.e. the last occurrence will be used for the simulation.) .. block:: WSF_OPTICAL_SIGNATURE Commands ======== .. command:: interpolate_tables Specifies whether to apply interpolation to the defined :ref:`Azimuth-elevation_Table_Definition`. The type of interpolation can be either linear or logarithmic (see interpolation_type_). **Default** true .. command:: interpolation_type Specifies whether to use linear or logarithmic interpolation when interpolating data in the azimuth elevation tables. **Default** linear .. command:: state [ | default ] Indicates that the following table definition will be used when the platform is in the signature state **. If **default** is specified then the subsequent table will be used if the platform is in a signature state that does not match any of the states defined in the signature. If a **state** command is not specified, then the signature has one table that applies to all signature states.