SensorEOIRBandSpatialInputMode ============================== .. py:class:: ansys.stk.core.stkobjects.SensorEOIRBandSpatialInputMode IntEnum .. py:currentmodule:: SensorEOIRBandSpatialInputMode Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~FIELD_OF_VIEW_AND_NUMBER_OF_PIXELS` - EOIR: Use the field-of-view and number of pixels to specify the spatial properties. * - :py:attr:`~FIELD_OF_VIEW_AND_PIXEL_PITCH` - EOIR: Use the field-of-view and the pixel pitch to specify the spatial properties. * - :py:attr:`~NUMBER_OF_PIXELS_AND_PIXEL_PITCH` - EOIR: Use the number of pixels and pixel pitch to specify the spatial properties. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import SensorEOIRBandSpatialInputMode