40 lines
1.4 KiB
Plaintext
40 lines
1.4 KiB
Plaintext
# ****************************************************************************
|
|
# 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.
|
|
# ****************************************************************************
|
|
# =============================================================================
|
|
# A generic EOIR sensor
|
|
#
|
|
# The user of this definition is responsible for setting the installation
|
|
# location and orientation using the 'location', 'yaw' and 'pitch' commands
|
|
# in the instantiation of the sensor on the platform(_type).
|
|
#
|
|
# sensor eoir GENERIC_EOIR
|
|
# location ...
|
|
# pitch ...
|
|
# yaw ...
|
|
# end_sensor
|
|
# =============================================================================
|
|
|
|
sensor GENERIC_EOIR WSF_EOIR_SENSOR
|
|
|
|
frame_time 2 sec # sample rate
|
|
|
|
slew_mode azimuth_and_elevation
|
|
azimuth_slew_limits -180 deg 180 deg
|
|
elevation_slew_limits -90 deg 10 deg
|
|
|
|
azimuth_field_of_view -1.58 deg 1.58 deg
|
|
elevation_field_of_view -1.58 deg 1.58 deg
|
|
maximum_range 200 km
|
|
|
|
angular_resolution 0.001 deg
|
|
|
|
reports_location
|
|
|
|
end_sensor
|