浏览代码

fix typo (patch from Nikos; trac bug https://trac.osgeo.org/grass/ticket/329); whitespace

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@33851 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 16 年之前
父节点
当前提交
c925e936ff
共有 1 个文件被更改,包括 25 次插入12 次删除
  1. 25 12
      scripts/i.oif/i.oif.html

+ 25 - 12
scripts/i.oif/i.oif.html

@@ -10,22 +10,30 @@ three color channels required for <EM><A HREF="d.rgb.html">d.rgb</A></EM> or
 <P>
 The analysis is saved to a file in the current directory called "i.oif.result".
 
+
 <H2>NOTES</H2>
 
-Colour Composits in BGR order: important band combinations (example: 
+Colour Composites in BGR order: important band combinations (example: 
 234 in BGR order means: B=2, G=3, R=4):
 
 <ul>
-<li> 123: near natural ("true") colour; however, because of correlation of the 3 bands in visible 
-      spectrum, this combination contains not much more info than is contained in single band.
-<li> 234: sensitive to green vegetation (portrayed as red), coniferous as distinctly darker
-      red than deciduous forests. Roads and water bodies are clear.
-<li> 243: green vegetation is green but coniferous forests aren't as clear as in the 234 combination
-<li> 247: one of the best for info pertaining to forestry. Good for operation scale mapping of
-      recent harvest areas and road construction.
-<li> 345: contains one band from each of the main reflective units (vis, nir, shortwave infra).
-      Green vegetation is green and the shortwave band shows vegetational stress and mortality.
-      Roads are less evident as band 3 is blue.
+<li> 123: near natural ("true") colour; however, because of correlation of
+the 3 bands in visible spectrum, this combination contains not much more
+info than is contained in single band.
+
+<li> 234: sensitive to green vegetation (portrayed as red), coniferous as
+distinctly darker red than deciduous forests. Roads and water bodies are clear.
+
+<li> 243: green vegetation is green but coniferous forests aren't as clear as
+the 234 combination.
+
+<li> 247: one of the best for info pertaining to forestry. Good for operation
+scale mapping of recent harvest areas and road construction.
+
+<li> 345: contains one band from each of the main reflective units (vis, nir,
+shortwave infra). Green vegetation is green and the shortwave band shows
+vegetational stress and mortality. Roads are less evident as band 3 is blue.
+
 <li> 347: similar to 345 but depicts burned areas better.
 <li> 354: appears more like a colour infrared photo.
 <li> 374: similar to 354.
@@ -37,14 +45,19 @@ Colour Composits in BGR order: important band combinations (example:
 
 Jensen, 1996. Introductory digital image processing, p.98. ISBN 0-13-205840-5
 
+
 <H2>SEE ALSO</H2>
 <EM><A HREF="d.rgb.html">d.rgb</A></EM><BR>
 <EM><A HREF="r.composite.html">r.composite</A></EM><BR>
 <EM><A HREF="r.covar.html">r.covar</A></EM><BR>
 <EM><A HREF="r.univar.html">r.univar</A></EM><BR>
 <BR>
+
+
 <H2>AUTHOR</H2>
 
 Markus Neteler, ITC-Irst, Trento, Italy<br>
 Updated to GRASS 5.7 by Michael Barton, Arizona State University
-<p><i>Last changed: $Date$</i>
+
+<p>
+<i>Last changed: $Date$</i>