SetDescription("Compute radimetric indices based Red and NIT channels.");
SetDescription("Compute radiometric indices based on Red and NIT channels.");
// Documentation
SetDocName("Images Concatenation Application");
SetDocName("Radiometric Vegetation Application");
SetDocLongDescription("This application computes radiometric indices that uses red and NIR channels of the input image. The output image is a multi channel one which each channel is one of the selected index. The channel order is the one of the selected indices.");
SetParameterDescription("index.laindviformo","Leaf Area Index from reflectances using using formula a*(exp(nir-red)/((red+nir)*b)-exp(c*b)), with a = 0.1519 b = 3.9443 c = 0.13. This formula is only valid for Formosat 2 reflectance TOCa linear relationship");
SetParameterDescription("index.laindviformo","Leaf Area Index from reflectance using using formula a*(exp(nir-red)/((red+nir)*b)-exp(c*b)), with a = 0.1519 b = 3.9443 c = 0.13. This formula is only valid for Formosat 2 reflectance TOCa linear relationship.");