SensorEOIRPattern#
- class ansys.stk.core.stkobjects.SensorEOIRPattern#
Bases:
ISensorPattern
Class defining the EOIR pattern for a Sensor.
Overview#
The standard deviation of the Gaussian model LineOfSiteJitter for the sensor in angular space for the specified integration time. |
|
The tap point output ProcessingLevel for the sensor specifying the stage in the imaging pipeline to produce simulated images and output files. |
|
The status flag for determining if the sensor should apply coarse motion blur to the simulated images or not. |
|
Get the collection of Bands for the sensor. |
|
Type of jitter specification. |
|
Jitter description data file. |
|
Jitter data file spatial sampling. |
|
Jitter data file frequency sampling. |
|
Get or set the along-scan smear rate of the EOIR sensor. |
|
Get or set the across-scan smear rate of the EOIR sensor. |
|
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_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.