Hello everyone,
I’m working with the PtDirectIllumination
annotator in Omniverse Simulation and need some clarification on how to interpret and convert its output.
Context:
- Annotator Output: The
PtDirectIllumination
annotator provides per-channel (RGB) values in units of nits (cd/m²). (Source: Obtaining Accurate Illuminance Values in IRay/RTX Accurate) - Measurement Location: The measurements are taken on the sensor, which suggests they should represent irradiance (W/m²) rather than luminance (cd/m²), as nits are units of luminance.
- Observation with White Light: When using a white light source, I notice that the annotator outputs equal RGB values. This seems counterintuitive because if the values are in nits (which are weighted by the human eye’s sensitivity), I would expect different values for each channel due to the photopic luminous efficiency function V(λ).
Questions:
- Unit Clarification: Does the
PtDirectIllumination
annotator output represent luminance (cd/m²) or irradiance (W/m²) per channel? If it represents irradiance, why are the units given in nits? - Conversion Method: How can I accurately convert the per-channel output from nits to W/m² per channel, considering the observations above?
- Equal RGB Values Explanation: Why does the annotator output equal RGB values with a white light source? Shouldn’t the values be different due to the varying sensitivity of the human eye across different wavelengths?
Thank you!