Introduction | Intro to stray light testing and normalized stray light | Outputs from Imatest stray light analysis | History Background | Examples of stray light | Root Causes | Test overview | Test factors | Test Considerations | Glossary Calculations | Metric image calculations | Normalization methods | Light source mask methods Instructions | High-level Imatest analysis instructions (Master and IT) | Computing normalized stray light with Imatest | Motorized Gimbal instructions Settings | Settings list and INI keys/values | Configuration file input Stray light (flare) documentation pages
Page Contents
This page provides a description of the analysis channel options.
Channel Groups
Channel groups describe which groups of channels to analyze.
Name | # Input Channels | Description | INI Value |
---|---|---|---|
Automatic | Any | Automatically choose what analysis channels to use based on the provided image(s).
| 0 |
Each Channel | Any | Analyze each input channel | 1 |
RGB | 3 | Analyze each of the three provided channels as red, green, blue. | 2 |
Monochrome | 1 | Analyze the single provided channel as monochrome. | 3 |
Mean | Any | Analyze the mean of all provided channels. | 4 |
Luminance | 3 | Analyze the luminance channel. Data are assumed to be 3 channel in (red, green, blue) order. | 5 |
RGB + Luminance | 3 | Analyze the three (red, green, blue) channels and the computed luminance channel. | 6 |
Luminance Channels
The following weights are available for computing a luminance channel via
\(\text{Luminance} = w_{red}\cdot \text{Red} + w_{green} \cdot \text{Green} + w_{blue} \cdot \text{Blue} \)
Name | Red | Green | Blue | INI Value |
---|---|---|---|---|
IEC 61966-2-1 | 0.2126 | 0.7152 | 0.0722 | 1 |
ITU-R BT.601-7 | 0.299 | 0.587 | 0.114 | 2 |
Notes
Normalization Factor Analysis Channel
For Direct Reference Image
and/or Lambertian Reference Image
normalization, if the Channel Group is Luminance
or RGB + Luminance
, then the Luminance
channel of the reference image is used. Otherwise the Mean
of the reference image is used.
Coloring and Data Labeling
The choice of analysis channels controls how the data are labeled and colored in plots and results.
Image/Settings Mismatches
Imatest will not run if there is a mismatch between the selected settings and the provided image (e.g., trying to analyze a monochrome image as RGB
or Luminance
, each of which requires three input channels).