From 631889c0b9390ee473f95d9a19c4670719317a3d Mon Sep 17 00:00:00 2001 From: John Hadish <35115540+JohnHadish@users.noreply.github.com> Date: Tue, 30 Jul 2024 16:53:23 -0700 Subject: [PATCH] Update multispectral.rst Mentioned NDVI (the most likely use for multispectral images) Added plug for qGIS --- source/multispectral.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/source/multispectral.rst b/source/multispectral.rst index 7d6fa2be5..6df6e77a2 100644 --- a/source/multispectral.rst +++ b/source/multispectral.rst @@ -21,6 +21,7 @@ Creating Orthophotos from Multispectral Data For supported sensors listed above (and likley other sensors), users can process multipsectral data in the same manner as visible light images. Images from all sensor bands should be processed at once (do not separate the bands into multiple folders). Users have the option to pass the ``--radiometric-calibration`` parameter with options ``camera`` or ``camera+sun`` to enable radiometric normalization. If the images are part of a multi-camera setup, the resulting orthophoto will have N bands, one for each camera (+ alpha). +NDVI and other vegetation indices can be calculated from these stitched orthophotos using software such as `qGIS `_ `Learn to edit `_ and help improve `this page `_!