The ``parameters.py`` module ============================ .. py:module:: ansys.speos.core.generic.parameters Summary ------- .. py:currentmodule:: parameters .. tab-set:: .. tab-item:: Classes .. list-table:: :header-rows: 0 :widths: auto * - :py:obj:`~ansys.speos.core.generic.parameters.WavelengthsRangeParameters` - Wavelength parameters. * - :py:obj:`~ansys.speos.core.generic.parameters.DimensionsParameters` - Dimension Parameters. * - :py:obj:`~ansys.speos.core.generic.parameters.LayerBySequenceParameters` - Layer separation type Parameters for Sequence separation. * - :py:obj:`~ansys.speos.core.generic.parameters.GeometryLayerParameters` - Geometry layer parameters. * - :py:obj:`~ansys.speos.core.generic.parameters.LayerByFaceParameters` - Layer separation type Parameters for Face separation. * - :py:obj:`~ansys.speos.core.generic.parameters.LayerByIncidenceAngleParameters` - Layer separation type Parameters for Incidence angle separation. * - :py:obj:`~ansys.speos.core.generic.parameters.BalanceModeUserWhiteParameters` - Parameters for Balance mode: User White. * - :py:obj:`~ansys.speos.core.generic.parameters.BalanceModeDisplayPrimariesParameters` - Parameters for Balance mode: Display primaries. * - :py:obj:`~ansys.speos.core.generic.parameters.ColorParameters` - Color mode Camera Parameter. * - :py:obj:`~ansys.speos.core.generic.parameters.MonoChromaticParameters` - Monochromatic Camera Parameters. * - :py:obj:`~ansys.speos.core.generic.parameters.PhotometricCameraParameters` - Photometric Parameters for Camera. * - :py:obj:`~ansys.speos.core.generic.parameters.CameraSensorParameters` - Camera Sensor Parameters. * - :py:obj:`~ansys.speos.core.generic.parameters.ColorimetricParameters` - Colorimetric settings of the Sensor. * - :py:obj:`~ansys.speos.core.generic.parameters.SpectralParameters` - Colorimetric settings of the Sensor. * - :py:obj:`~ansys.speos.core.generic.parameters.MeasuresParameters` - Measurements for 3d Irradiance Sensor. * - :py:obj:`~ansys.speos.core.generic.parameters.IrradianceSensorParameters` - Irradiance Sensor Parameters. * - :py:obj:`~ansys.speos.core.generic.parameters.RadianceSensorParameters` - Radiance Sensor Constants. * - :py:obj:`~ansys.speos.core.generic.parameters.Irradiance3DSensorParameters` - Parameters class for 3D Irradiance Sensor. .. tab-item:: Enums .. list-table:: :header-rows: 0 :widths: auto * - :py:obj:`~ansys.speos.core.generic.parameters.LayerTypes` - Layer Separation types without parameters. * - :py:obj:`~ansys.speos.core.generic.parameters.SCAFilteringTypes` - Surface contribution analyser filtering types. * - :py:obj:`~ansys.speos.core.generic.parameters.SequenceTypes` - Sequence types to separate the sequence data. * - :py:obj:`~ansys.speos.core.generic.parameters.PngBits` - Bit resolution of create PNG image. * - :py:obj:`~ansys.speos.core.generic.parameters.ColorBalanceModeTypes` - Color Balance Mode types without parameters. * - :py:obj:`~ansys.speos.core.generic.parameters.IntegrationTypes` - Integration types without parameters. * - :py:obj:`~ansys.speos.core.generic.parameters.RayfileTypes` - Rayfile types without parameters. * - :py:obj:`~ansys.speos.core.generic.parameters.SensorTypes` - Sensor types without parameters. .. toctree:: :titlesonly: :maxdepth: 1 :hidden: WavelengthsRangeParameters DimensionsParameters LayerBySequenceParameters GeometryLayerParameters LayerByFaceParameters LayerByIncidenceAngleParameters BalanceModeUserWhiteParameters BalanceModeDisplayPrimariesParameters ColorParameters MonoChromaticParameters PhotometricCameraParameters CameraSensorParameters ColorimetricParameters SpectralParameters MeasuresParameters IrradianceSensorParameters RadianceSensorParameters Irradiance3DSensorParameters .. toctree:: :titlesonly: :maxdepth: 1 :hidden: LayerTypes SCAFilteringTypes SequenceTypes PngBits ColorBalanceModeTypes IntegrationTypes RayfileTypes SensorTypes Description ----------- Collection of all parameter dataclasses used in PySpeos. .. !! processed by numpydoc !!