| MCARI2 Algorithm Specification | ![]() |
The MCARI2 operator algorithm computes the
Modified Chlorophyll
Absorption in Reflectance
Index 2 from a given product.
The MCARI2 results from the following equation:
MCARI2 = (1.5 * (2.5 * (N - R) - 1.3 * (N - G))) /
pow((pow((2.0 * N + 1) , 2) - (6.0 * N - 5 * pow(R , 0.5)) - 0.5) ,
0.5)
, 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 'mcari2_flags' with the following bit coding:
| Bit Position | Description |
|---|---|
| Bit 0 | The computed value for MCARI2 is NAN or is Infinite |
| Bit 1 | The computed value for MCARI2 is less than -1 (minus one) |
| Bit 2 | The computed value for MCARI2 is greater than 1 (one) |