diff --git a/imagery/i.vi/i.vi.html b/imagery/i.vi/i.vi.html index a001c8b2589..7e600600678 100644 --- a/imagery/i.vi/i.vi.html +++ b/imagery/i.vi/i.vi.html @@ -262,14 +262,11 @@

Vegetation Indices

PVI: Perpendicular Vegetation Index
-pvi( redchan, nirchan )
+pvi( redchan, nirchan, soil_line_slope )
 
 PVI = sin(a)NIR-cos(a)red
 
-for a isovegetation lines (lines of equal vegetation) -would all be parallel to the soil line therefore a=1. -

SAVI: Soil Adjusted Vegetation Index @@ -437,7 +434,7 @@

Calculation of PVI

 g.region raster=band.3 -p
-i.vi red=band.3 nir=band.4 viname=pvi output=pvi
+i.vi red=band.3 nir=band.4 soil_line_slope=0.45 viname=pvi output=pvi
 r.univar -e pvi