| NormG Algorithm Specification | ![]() |
The NormG operator algorithm computes the
Normalized Green from a given
product.
The NormG results from the following equation:
NormG = G / (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 'normg_flags' with the following bit coding:
| Bit Position | Description |
|---|---|
| Bit 0 | The computed value for NormG is NAN or is Infinite |
| Bit 1 | The computed value for NormG is less than -1 (minus one) |
| Bit 2 | The computed value for NormG is greater than 1 (one) |