SensorEOIRPattern#

class ansys.stk.core.stkobjects.SensorEOIRPattern#

Bases: ISensorPattern

Class defining the EOIR pattern for a Sensor.

Overview#

line_of_site_jitter

The standard deviation of the Gaussian model LineOfSiteJitter for the sensor in angular space for the specified integration time.

processing_level

The tap point output ProcessingLevel for the sensor specifying the stage in the imaging pipeline to produce simulated images and output files.

use_motion_blur

The status flag for determining if the sensor should apply coarse motion blur to the simulated images or not.

bands

Get the collection of Bands for the sensor.

jitter_type

Type of jitter specification.

jitter_data_filename

Jitter description data file.

jitter_data_file_spatial_sampling

Jitter data file spatial sampling.

jitter_data_file_frequency_sampling

Jitter data file frequency sampling.

along_scan_smear_rate

Get or set the along-scan smear rate of the EOIR sensor.

across_scan_smear_rate

Get or set the across-scan smear rate of the EOIR sensor.

scan_mode

Type of scan mode specification.

Import detail#

from ansys.stk.core.stkobjects import SensorEOIRPattern

Property detail#

property SensorEOIRPattern.line_of_site_jitter: float#

The standard deviation of the Gaussian model LineOfSiteJitter for the sensor in angular space for the specified integration time.

property SensorEOIRPattern.processing_level: SensorEOIRProcessingLevelType#

The tap point output ProcessingLevel for the sensor specifying the stage in the imaging pipeline to produce simulated images and output files.

property SensorEOIRPattern.use_motion_blur: bool#

The status flag for determining if the sensor should apply coarse motion blur to the simulated images or not.

property SensorEOIRPattern.bands: SensorEOIRBandCollection#

Get the collection of Bands for the sensor.

property SensorEOIRPattern.jitter_type: SensorEOIRJitterType#

Type of jitter specification.

property SensorEOIRPattern.jitter_data_filename: str#

Jitter description data file.

property SensorEOIRPattern.jitter_data_file_spatial_sampling: float#

Jitter data file spatial sampling.

property SensorEOIRPattern.jitter_data_file_frequency_sampling: float#

Jitter data file frequency sampling.

property SensorEOIRPattern.along_scan_smear_rate: float#

Get or set the along-scan smear rate of the EOIR sensor.

property SensorEOIRPattern.across_scan_smear_rate: float#

Get or set the across-scan smear rate of the EOIR sensor.

property SensorEOIRPattern.scan_mode: SensorEOIRScanMode#

Type of scan mode specification.