ImmersiveSensorParameters#
- class ansys.speos.core.generic.parameters.ImmersiveSensorParameters#
Parameters for
SensorImmersive.- Parameters:
- sampling
int,optional Horizontal and vertical number of pixels for a face. By default,
600.- integration_angle
float,optional Integration angle in degrees for direct simulations. By default,
5.0.- wavelengths_range
ansys.speos.core.generic.parameters.WavelengthsRangeParameters,optional Spectral range to use for simulation. By default, a range from 400nm to 700nm with sampling of 13.
- axis_system
list[float],optional Position of the sensor (Ox Oy Oz Xx Xy Xz Yx Yy Yz Zx Zy Zz). X corresponds to Front direction. Y corresponds to Top direction. By default,
[0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1].- layer_type
Union[LayerTypes.none,LayerTypes.by_source],optional Layer separation type. By default,
LayerTypes.none.- exclude_frontbool,
optional Exclude front face. By default,
False.- exclude_backbool,
optional Exclude back face. By default,
False.- exclude_leftbool,
optional Exclude left face. By default,
False.- exclude_rightbool,
optional Exclude right face. By default,
False.- exclude_topbool,
optional Exclude top face. By default,
False.- exclude_bottombool,
optional Exclude bottom face. By default,
False.- interocular_distance
float,optional Distance between the left and right eyes, in millimeters. By default, None.
- sampling
Overview#
Horizontal and vertical pixel count per face. |
|
Integration angle in degrees. |
|
Spectral range. |
|
Position of the sensor. |
|
Layer separation type. |
|
Exclude front face. |
|
Exclude back face. |
|
Exclude left face. |
|
Exclude right face. |
|
Exclude top face. |
|
Exclude bottom face. |
|
Distance between viewpoints in mm. |
Import detail#
from ansys.speos.core.generic.parameters import ImmersiveSensorParameters
Attribute detail#
- ImmersiveSensorParameters.wavelengths_range: WavelengthsRangeParameters#
Spectral range.
- ImmersiveSensorParameters.axis_system: list[float] = [0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1]#
Position of the sensor.
- ImmersiveSensorParameters.layer_type: LayerTypes#
Layer separation type.