[GRASS-SVN] r43800 -
grass/branches/develbranch_6/raster/r.mfilter.fp
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Oct 5 17:19:53 EDT 2010
Author: hamish
Date: 2010-10-05 21:19:53 +0000 (Tue, 05 Oct 2010)
New Revision: 43800
Modified:
grass/branches/develbranch_6/raster/r.mfilter.fp/description.html
Log:
html fixes
Modified: grass/branches/develbranch_6/raster/r.mfilter.fp/description.html
===================================================================
--- grass/branches/develbranch_6/raster/r.mfilter.fp/description.html 2010-10-05 13:48:22 UTC (rev 43799)
+++ grass/branches/develbranch_6/raster/r.mfilter.fp/description.html 2010-10-05 21:19:53 UTC (rev 43800)
@@ -24,6 +24,7 @@
The <b>repeat</b> parameter defines the number of times the <em>filter</em>
is to be applied to the <em>input</em> data.
+
<h2>FILTERS</h2>
The <em>filter</em> file is a normal UNIX ASCII file designed by the user.
@@ -47,7 +48,6 @@
layer. It should be a one-line description of the filter.
</dd>
-<dl>
<dt>MATRIX</dt>
<dd>The matrix (n x n) follows on the next n lines. <em>n</em> must be
an odd integer greater than or equal to 3.
@@ -55,7 +55,6 @@
The values must be separated from each other by at least 1 blank.
</dd>
-<dl>
<dt>DIVISOR</dt>
<dd>The filter divisor is <em>d</em>. If not specified, the default is 1.
If the divisor is zero (0), then the divisor is dependent on the
@@ -63,7 +62,6 @@
(see HOW THE FILTER WORKS below).
</dd>
-<dl>
<dt>TYPE</dt>
<dd>The filter type. <em>S</em> means sequential, while <em>P</em> mean parallel.
If not specified, the default is S.
@@ -71,15 +69,16 @@
Sequential filtering happens in place. As the filter is applied to the
raster map layer, the category values that were changed in neighboring
cells affect the resulting category value of the current
-cell being filtered.
+cell being filtered.</p>
<p>
Parallel filtering happens in such a way that the original raster
-map layer category values are used to produce the new category value.
+map layer category values are used to produce the new category value.</p>
<p>
More than one filter may be specified in the filter file.
The additional filter(s) are described just like the first.
-For example, the following describes two filters:
+For example, the following describes two filters:</p>
</dd>
+</dl>
<h2>EXAMPLE FILTER FILE</h2>
@@ -103,6 +102,7 @@
TYPE P
</pre>
+
<h2>HOW THE FILTER WORKS</h2>
The filter process produces a new category value for each cell
@@ -116,7 +116,6 @@
<p>
-
If more than one filter step is specified, either because the
repeat value was greater than one or because the filter file
contained more than one matrix, these steps are performed
@@ -126,6 +125,7 @@
produce another intermediate result; and so on, until the
final filter is applied. Then the output cell is written.
+
<h2>NOTES</h2>
If the resolution of the geographic region does not agree with the
@@ -133,6 +133,7 @@
data may occur. The user should be sure that the geographic region
is set properly.
+
<h2>SEE ALSO</h2>
<em><a href="g.region.html">g.region</a></em>,
@@ -140,6 +141,7 @@
<em><a href="r.neighbors.html">r.neighbors</a></em>
<em><a href="r.mfilter.html">r.mfilter</a></em>
+
<h2>AUTHOR</h2>
Glynn Clements.
More information about the grass-commit
mailing list