RadianceSensorParameters#

class ansys.speos.core.generic.parameters.RadianceSensorParameters#

Radiance Sensor Constants.

Overview#

dimensions

Dimensions of the sensor.

axis_system

Position of the sensor.

sensor_type

Type of the sensor.

focal_length

Distance between observer point and sensor and axis-system,

integration_angle

Integration angle.

observer

The position of the observer point.

layer_type

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.integration_angle: float = 5#

Integration angle.

RadianceSensorParameters.observer: None | list[float] = None#

The position of the observer point.

RadianceSensorParameters.layer_type: LayerTypes | LayerTypes | LayerByFaceParameters | LayerBySequenceParameters#

Type of layer separation used by the sensor.