RadianceSensorParameters#
- class ansys.speos.core.generic.parameters.RadianceSensorParameters#
Radiance Sensor Constants.
Overview#
Dimensions of the sensor. |
|
Position of the sensor. |
|
Type of the sensor. |
|
Distance between observer point and sensor and axis-system, |
|
Integration angle. |
|
The position of the observer point. |
|
Type of layer separation used by the sensor. |
Import detail#
from ansys.speos.core.generic.parameters import RadianceSensorParameters
Attribute detail#
- RadianceSensorParameters.dimensions: DimensionsParameters#
Dimensions of the sensor.
- RadianceSensorParameters.axis_system: list[float] = [0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1]#
Position of the sensor.
- RadianceSensorParameters.sensor_type: SensorTypes | ColorimetricParameters | SpectralParameters | SensorTypes#
Type of the sensor.
- RadianceSensorParameters.focal_length: float = 250.0#
Distance between observer point and sensor and axis-system, will be ignored if observer is used.
- RadianceSensorParameters.layer_type: LayerTypes | LayerTypes | LayerByFaceParameters | LayerBySequenceParameters#
Type of layer separation used by the sensor.