Name |
Short Name |
Type |
Description |
LUT |
lut |
string |
Look Up Table: "Grayscale", "Red", "Green", "Blue", "Pseudocolor", "Intensity Gated Pseudocolor", "Fire", "ROI color", "Off" |
Scale type |
type |
string |
Image scaling is calculated based on: "Percentile", "Percentile by frame", "Percentile by reference", "Fixed value" |
Min percentile |
pmin |
real |
This percentile of the image histogram sets the intensity value where the minimum of the Look Up Table (LUT) is scaled. Use -1 to override this with fixed value set below at "Min value". |
Max percentile |
pmax |
real |
This percentile of the image histogram sets the intensity value where the maximum of the Look Up Table (LUT) is scaled. Use -1 to override this with fixed value set below at "Max value". |
Min value |
fmin |
real |
Pixel intensity for the minimum of the Look Up Table. |
Max value |
fmax |
real |
Pixel intensity for the maximum of the Look Up Table. |
Gamma |
gamma |
real |
A gamma value >1 makes image supralinearly brighter, a gamma value <1 makes the image sublinearly darker. |
Custom color |
color |
string |
Six-digit hex code for color, as RRGGBB, such as FFFFFF for white = Grayscale LUT. This value applies only if the "As recorded or custom" LUT is selected on the top. |