SensorEOIRBandImageQuality ========================== .. py:class:: ansys.stk.core.stkobjects.SensorEOIRBandImageQuality IntEnum .. py:currentmodule:: SensorEOIRBandImageQuality Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~DIFFRACTION_LIMITED` - EOIR : Use diffraction limited model. * - :py:attr:`~NEGLIGIBLE_ABERRATIONS` - EOIR : Use the negligible aberrations image quality model. * - :py:attr:`~MILD_ABERRATIONS` - EOIR : Use the mild aberrations image quality model. * - :py:attr:`~MODERATE_ABERRATIONS` - EOIR : Use the Moderate Aberrations image quality model. * - :py:attr:`~CUSTOM_WAVEFRONT_ERROR` - EOIR : Use diffraction limited model. * - :py:attr:`~CUSTOM_PUPIL_FUNCTION` - EOIR : Use a custom wavefront error amount for the image quality model. * - :py:attr:`~CUSTOM_PSF` - EOIR : Use a custom spatial PSF file for the image quality model. * - :py:attr:`~CUSTOM_MTF` - EOIR : Use a custom OTF or MTF file for the image quality model. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import SensorEOIRBandImageQuality