[GRASS-SVN] r29736 - grass/trunk/raster/r.neighbors

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jan 16 23:48:11 EST 2008


Author: hamish
Date: 2008-01-16 23:48:11 -0500 (Wed, 16 Jan 2008)
New Revision: 29736

Modified:
   grass/trunk/raster/r.neighbors/description.html
Log:
html fixes


Modified: grass/trunk/raster/r.neighbors/description.html
===================================================================
--- grass/trunk/raster/r.neighbors/description.html	2008-01-17 03:55:17 UTC (rev 29735)
+++ grass/trunk/raster/r.neighbors/description.html	2008-01-17 04:48:11 UTC (rev 29736)
@@ -50,8 +50,8 @@
 
 
 <P>
+<DL>
 
-
 <DT><B>average</B> 
 
 <DD>The average value within the neighborhood.
@@ -127,11 +127,12 @@
 The result is rounded to the nearest integer (in this case 64).
 ERROR .RE
 
-
+</DL>
 <P>
+<BR>
 
 <EM>Neighborhood Size:</EM>
-The neighborhood <EM>size</EM> specifies which cells surrounding any given
+<DD>The neighborhood <EM>size</EM> specifies which cells surrounding any given
 cell fall into the neighborhood for that cell.
 The size must be an odd integer.
 For example,
@@ -142,11 +143,11 @@
                              |_|_|_|
 
 </PRE>
-
+</DD>
 <P>
 
-<EM>Matrix weights: </EM>
-A custom matrix can be used if none of the neighborhood operation
+<EM>Matrix weights:</EM>
+<DD>A custom matrix can be used if none of the neighborhood operation
 methods are desirable by using the <EM>weight</EM>.  This option must
 be used in conjunction with the <EM>size</EM> option to specify the
 matrix size.  The weights desired are to be entered into a text file.
@@ -192,8 +193,8 @@
 <DD>If specified, <EM>r.neighbors</EM> will run relatively quietly
 (i.e., without printing to standard output notes on the program's progress).
 If unspecified, the program will print messages to standard output by default.
+</DD>
 
-</DL>
 <H2>NOTES</H2>
 
 The <EM>r.neighbors</EM> program works in the current geographic region



More information about the grass-commit mailing list