[GRASS-SVN] r29798 - grass/branches/releasebranch_6_3/raster/r.circle

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jan 22 09:21:36 EST 2008


Author: epatton
Date: 2008-01-22 09:21:36 -0500 (Tue, 22 Jan 2008)
New Revision: 29798

Modified:
   grass/branches/releasebranch_6_3/raster/r.circle/description.html
Log:
Backported documentation updates from TRUNK

Modified: grass/branches/releasebranch_6_3/raster/r.circle/description.html
===================================================================
--- grass/branches/releasebranch_6_3/raster/r.circle/description.html	2008-01-22 14:19:33 UTC (rev 29797)
+++ grass/branches/releasebranch_6_3/raster/r.circle/description.html	2008-01-22 14:21:36 UTC (rev 29798)
@@ -6,11 +6,16 @@
 and <EM>max</EM> parameters control the inner and outer output raster map radii, respectively. 
 
 <p>
-
-Binary output raster values can be created with the <B>-b</B> flag. Raster maps so created
-can be used to create binary filters for use in <EM>i.ifft</EM> (inverse Fourier transformations;
+The <EM>mult</EM> parameter can be used to multiply the output raster cells by a common factor.
+Note that this parameter does not affect the output raster position or size; only the z-values
+are changed with this parameter. 
+<P>
+Binary-output raster maps (solid circles of one value) can be created
+with the <B>-b</B> flag. Raster maps so created can be used to create
+binary filters for use in <EM>i.ifft</EM> (inverse Fourier transformations;
 apply filter with <EM>r.mask</EM>).
 
+
 <H2>EXAMPLES</H2>
 
 Generate a raster circle at current map center with a radius of 300m and outwardly
@@ -31,16 +36,21 @@
 r.circle -b output=circle coordinate=${EASTCENTER},${NORTHCENTER} min=500 max=1000
 </PRE>	
 
+
 <H2>SEE ALSO</H2>
-<EM><A HREF="g.region.html">g.region</A></EM>,
-<EM><A HREF="g.remove.html">g.remove</A></EM>, 
-<EM><A HREF="g.rename.html">g.rename</A></EM>, 
-<EM><A HREF="i.fft.html">i.fft</A></EM>, 
-<EM><A HREF="i.ifft.html">i.ifft</A></EM>,
-<EM><A HREF="r.mask">r.mask</A></EM>
+<EM>
+<A HREF="g.region.html">g.region</A>,
+<A HREF="g.remove.html">g.remove</A>, 
+<A HREF="g.rename.html">g.rename</A>, 
+<A HREF="i.fft.html">i.fft</A>, 
+<A HREF="i.ifft.html">i.ifft</A>,
+<A HREF="r.mask">r.mask</A>
+</EM>
 
+
 <H2>AUTHOR</H2>
 Bill Brown, U.S. Army Construction Engineering Research Laboratory<br>
 Additional flag/min/max parameter by Markus Neteler, University of Hannover
 
-<p><i>Last changed: $Date$</i>
+<p>
+<i>Last changed: $Date$</i>



More information about the grass-commit mailing list