PhotometricCameraParameters#

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

Photometric Parameters for Camera.

Overview#

color_mode

Color mode of the Camera Sensor.

layer_type

Layer separation parameter.

png_bits

PNG bit resolution of the Camera Sensor.

wavelength_range

Wavelength range of the Camera Sensor.

acquisition_integration_time

Integration Time value for the Camera Sensor.

acquisition_lag_time

Acquisition lag time for the Camera Sensor.

gamma_correction

Gamma correction Value for the Camera Sensor.

transmittance_file_uri

Transmittance spectrum location

Import detail#

from ansys.speos.core.generic.parameters import PhotometricCameraParameters

Attribute detail#

PhotometricCameraParameters.color_mode: MonoChromaticParameters | ColorParameters#

Color mode of the Camera Sensor.

PhotometricCameraParameters.layer_type: LayerTypes | LayerTypes#

Layer separation parameter.

PhotometricCameraParameters.png_bits: PngBits#

PNG bit resolution of the Camera Sensor.

PhotometricCameraParameters.wavelength_range: WavelengthsRangeParameters#

Wavelength range of the Camera Sensor.

PhotometricCameraParameters.acquisition_integration_time: float = 0.01#

Integration Time value for the Camera Sensor.

PhotometricCameraParameters.acquisition_lag_time: float = 0#

Acquisition lag time for the Camera Sensor.

PhotometricCameraParameters.gamma_correction: float = 2.2#

Gamma correction Value for the Camera Sensor.

PhotometricCameraParameters.transmittance_file_uri: str | pathlib.Path = ''#

Transmittance spectrum location