From 866a3122d05e59c797421e42672c1d8d068dfee8 Mon Sep 17 00:00:00 2001 From: Jeffrey Warren Date: Sun, 11 Mar 2018 23:10:07 -0400 Subject: [PATCH] Update info.json --- src/modules/NdviRed/info.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/NdviRed/info.json b/src/modules/NdviRed/info.json index d3e4521b..20d29bd5 100644 --- a/src/modules/NdviRed/info.json +++ b/src/modules/NdviRed/info.json @@ -1,5 +1,6 @@ { - "name": "NDVI Red", + "name": "NDVI for red filters", + "description": "Normalized Difference Vegetation Index, or NDVI, is an image analysis technique used with aerial photography. It's a way to visualize the amounts of infrared and other wavelengths of light reflected from vegetation. Because both these methods compare ratios of blue and red light absorbed versus green and IR light reflected, they can be used to evaluate the health of vegetation. It's a snapshot of how much photosynthesis is happening. This is helpful in assessing vegetative health or stress. Read more.

This is designed for use with red-filtered single camera DIY Infragram cameras.", "inputs": { } }