[GRASS-SVN] r29982 - grass/branches/releasebranch_6_3/scripts/r.mask
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Feb 6 13:07:37 EST 2008
Author: epatton
Date: 2008-02-06 13:07:37 -0500 (Wed, 06 Feb 2008)
New Revision: 29982
Modified:
grass/branches/releasebranch_6_3/scripts/r.mask/description.html
Log:
Backported manpage updates from TRUNK
Modified: grass/branches/releasebranch_6_3/scripts/r.mask/description.html
===================================================================
--- grass/branches/releasebranch_6_3/scripts/r.mask/description.html 2008-02-06 18:05:57 UTC (rev 29981)
+++ grass/branches/releasebranch_6_3/scripts/r.mask/description.html 2008-02-06 18:07:37 UTC (rev 29982)
@@ -7,7 +7,7 @@
The MASK is only applied when <em>reading</em> an existing GRASS raster map,
for example when used in a module as an input map.
-The MASK will block out certain areas of a raster map from analysis, by
+The MASK will block out certain areas of a raster map from analysis and/or display, by
"hiding" them from sight of other GRASS modules. Data falling within the bounaries of the MASK
can be modified and operated upon by other GRASS raster modules; data
falling outside the MASK is treated as if it were NULL.
@@ -46,9 +46,10 @@
<p>
<em>r.mask</em> uses <em>r.reclass</em> to create a reclassification of an
-existing raster map and name it MASK. The user can select category values to use
-in the MASK with the <em>maskcats</em> parameter; if <em>r.mask</em>
-is run from the command line, the category values listed in <em>maskcats</em>
+existing raster map and name it MASK. A reclass map takes up less space, but
+is affected by any changes to the underlying map from which it was created. The user
+can select category values from the input raster to use in the MASK with the <em>maskcats</em> parameter;
+if <em>r.mask</em> is run from the command line, the category values listed in <em>maskcats</em>
must be quoted (see example below).
<p>
More information about the grass-commit
mailing list