| NormR Algorithm Specification | ![]() |
The NormR operator algorithm computes the
Normalized Red from a given
product.
The NormR results from the following equation:
NormR = R / (N + G + R)
, where:
The bands are:
- G is the Green band
- R is the Red band
- N is the NIR band
Also the processor computes an additional flags band called 'normr_flags' with the following bit coding:
| Bit Position | Description |
|---|---|
| Bit 0 | The computed value for NormR is NAN or is Infinite |
| Bit 1 | The computed value for NormR is less than -1 (minus one) |
| Bit 2 | The computed value for NormR is greater than 1 (one) |