Skip to main content
Skip table of contents

MWIR

Introduction

Nova supports a Mid-Wave Infrared (MWIR) channel which represents a traditional thermal sensor on many sensor pod suites.

MWIR Cluster Configuration

The cluster configuration definition for a MWIR channel is similar to other sensors.

TEXT
##########################################
# MWIR Channel
##########################################
CH##_NAME                        MWIR
CH##_IGMODE                      SENSOR
CH##_WINSIZE_X                   1920
CH##_WINSIZE_Y                   1200

CH##_PIXEL_DEPTH                 32
CH##_ZBUFFER_DEPTH               32
CH##_STENCIL_DEPTH               0
CH##_MULTISAMPLE_MODE            8x

FOV_CH##_X_L                     20.00
FOV_CH##_X_R                     20.00
FOV_CH##_Y_T                     12.5
FOV_CH##_Y_B                     12.5

OFFSET_HOR_CH##                  0.0
OFFSET_VERT_CH##                 0.0
OFFSET_ROLL_CH##                 0.0

CH##_WEAPON_ID                   3

MWIR Weapon Definition

The following weapon definition is required for a MWIR channel assigned to Weapon ID 3. The configuration file config_sensorhost_if_combo_mwir.cfg referenced below can be found at E:\CM\software\<version>\data\versions\dlls\

CODE
##########################################
#Weapon 3 - MWIR Pod
##########################################
Weapon3_Name                                "MWIR Pod"
Weapon3_SensorIdList                        3
Weapon3_SensorHostDllList                   comboSensorHost.dll
Weapon3_ConfigSensorHostInterfaceFileList   config_sensorhost_if_combo_mwir.cfg
Weapon3_DigitalSensorResolutionX            2048
Weapon3_DigitalSensorResolutionY            2048
Weapon3_DigitalSensorNumSamples             4
Weapon3_DigitalSensorReadbackLevel          5
Weapon3_DigitalSensorPolygonAspect          1.6
Weapon3_DigitalSensorPreStabArrayAspect     1.0
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.