[GRASS-SVN] r62515 - in grass/trunk: imagery/i.gensig imagery/i.gensigset imagery/i.ifft raster raster/r.in.poly raster/r.le/r.le.setup

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Nov 1 03:07:51 PDT 2014


Author: neteler
Date: 2014-11-01 03:07:51 -0700 (Sat, 01 Nov 2014)
New Revision: 62515

Removed:
   grass/trunk/raster/r.digit/
Modified:
   grass/trunk/imagery/i.gensig/i.gensig.html
   grass/trunk/imagery/i.gensigset/i.gensigset.html
   grass/trunk/imagery/i.ifft/i.ifft.html
   grass/trunk/raster/r.in.poly/r.in.poly.html
   grass/trunk/raster/r.le/r.le.setup/r.le.setup.html
Log:
cleanup of unused r.digit

Modified: grass/trunk/imagery/i.gensig/i.gensig.html
===================================================================
--- grass/trunk/imagery/i.gensig/i.gensig.html	2014-11-01 00:19:38 UTC (rev 62514)
+++ grass/trunk/imagery/i.gensig/i.gensig.html	2014-11-01 10:07:51 UTC (rev 62515)
@@ -34,7 +34,9 @@
 for creating this training map - <em>i.gensig</em> makes no assumption
 about the origin of this map layer. It simply creates signatures for
 the classes defined in the training map for the image to be classified
-(the image is specified in other options - see below).
+(the image is specified in other options - see below). The
+<em><a href="wxGUI.vdigit.html">wxGUI vector digitizer</a></em> can be
+used for interactively creating the training map.
 
 <dt><b>group=</b><em>name</em> 
 <dd>imagery group
@@ -100,6 +102,7 @@
  9 0.561184 2.30762 5.18846 20.5364 20.4926 
 10 0.393218 1.2184 2.63628 9.61528 9.36025 5.85314 
 </pre></div>
+
 <ul>
 <li> Line 2: text label
 <li> Line 3: number of points in class
@@ -109,21 +112,14 @@
 
 <h2>SEE ALSO</h2>
 
-<em><a href="i.group.html">i.group</a></em>
-for creating groups and subgroups.
-<p>
-<em><a href="wxGUI.vdigit.html">wxGUI vector digitizer</a></em>
-and
-<em><a href="r.digit.html">r.digit</a></em>
-for interactively  creating the training map.
-<p>
-<em><a href="i.cluster.html">i.cluster</a></em>
-for unsupervised clustering as an alternative to 
-<em>i.gensig</em> to create signatures.
-<p>
-<em><a href="g.gui.iclass.html">g.gui.iclass</a></em>
-for a graphic/interactive as an alternative to 
-<em>i.gensig</em> to create signatures.
+<em>
+<a href="g.gui.iclass.html">g.gui.iclass</a>,
+<a href="i.group.html">i.group</a>,
+<a href="i.smap.html">i.smap</a>,
+<a href="r.info.html">r.info</a>,
+<a href="r.univar.html">r.univar</a>,
+<a href="wxGUI.vdigit.html">wxGUI vector digitizer</a>
+</em>
 
 <h2>AUTHOR</h2>
 

Modified: grass/trunk/imagery/i.gensigset/i.gensigset.html
===================================================================
--- grass/trunk/imagery/i.gensigset/i.gensigset.html	2014-11-01 00:19:38 UTC (rev 62514)
+++ grass/trunk/imagery/i.gensigset/i.gensigset.html	2014-11-01 10:07:51 UTC (rev 62515)
@@ -13,7 +13,6 @@
 these signatures available to
 <em><a href="i.smap.html">i.smap</a>.</em>
 
-
 <p>
 The user would then execute the GRASS program <em>
 <a href="i.smap.html">i.smap</a></em> to create the
@@ -37,20 +36,14 @@
 the pixel has a zero value.
 
 <p>
-This map must be prepared by the user in advance.
-The user must use
-
-<em><a href="r.digit.html">r.digit</a></em>,
-
+This map must be prepared by the user in advance by using
 a combination of
 <em><a href="wxGUI.vdigit.html">wxGUI vector digitizer</a></em>
 and 
 <em><a href="v.to.rast.html">v.to.rast</a></em>,
 or some other import/developement process (e.g.,
 <em><a href="v.in.transects.html">v.in.transects</a>)</em>
-to define the areas
-representative
-of the classes in the image.
+to define the areas representative of the classes in the image.
 
 <p>
 At present, there is no fully-interactive tool specifically
@@ -211,13 +204,13 @@
 <ul>
 <li><A NAME="rissanen83">J. Rissanen,</a>
 "A Universal Prior for Integers and Estimation by Minimum Description Length,"
-<em>Annals of Statistics,</em> vol. 11, no. 2, pp. 417-431, 1983.
+<em>Annals of Statistics,</em> vol. 11, no. 2, pp. 417-431, 1983.</li>
 <li><A NAME="dempster77">A. Dempster, N. Laird and D. Rubin,</a>
 "Maximum Likelihood from Incomplete Data via the EM Algorithm,"
-<em>J. Roy. Statist. Soc. B,</em> vol. 39, no. 1, pp. 1-38, 1977.
+<em>J. Roy. Statist. Soc. B,</em> vol. 39, no. 1, pp. 1-38, 1977.</li>
 <li><A NAME="redner84">E. Redner and H. Walker,</a>
 "Mixture Densities, Maximum Likelihood and the EM Algorithm,"
-<em>SIAM Review,</em> vol. 26, no. 2, April 1984.
+<em>SIAM Review,</em> vol. 26, no. 2, April 1984.</li>
 </ul>
 
 <h2>SEE ALSO</h2>

Modified: grass/trunk/imagery/i.ifft/i.ifft.html
===================================================================
--- grass/trunk/imagery/i.ifft/i.ifft.html	2014-11-01 00:19:38 UTC (rev 62514)
+++ grass/trunk/imagery/i.ifft/i.ifft.html	2014-11-01 10:07:51 UTC (rev 62515)
@@ -7,44 +7,46 @@
 
 <h2>NOTES</h2>
 
-The current mask is respected when reading the real and
-imaginary component files;  thus, creating a mask is a 
-primary step for
-selecting the portion of the frequency space data to be included in the
-inverse transform.  The GRASS program <em>r.digit</em> can be used to create
-masks while viewing the real or imaginary component image. Alternatively
-<em>r.circle</em> can be used to generate high-, low- and donut filters
-specifying the DC point as circle/ring center.
-When <em>i.ifft</em> is executed, it (automatically) uses the same GRASS
-region definition setting that was used during the original transformation
-done with <em><a href="i.fft.html">i.fft</a></em>.
+The current mask is respected when reading the real and imaginary 
+component files;  thus, creating a mask is a primary step for selecting 
+the portion of the frequency space data to be included in the inverse 
+transform.  The module <em><a href="wxGUI.vdigit.html">wxGUI vector digitizer</a></em>
+can be used to create masks while viewing the real 
+or imaginary component image. Alternatively <em>r.circle</em> can be 
+used to generate high-, low- and donut filters specifying the DC point 
+as circle/ring center. When <em>i.ifft</em> is executed, it 
+(automatically) uses the same GRASS region definition setting that was 
+used during the original transformation done with
+<em><a href="i.fft.html">i.fft</a></em>.
 
+
 <h2>SEE ALSO</h2>
 
-M. Frigo and S. G. Johnson (1998): "FFTW: An Adaptive Software Architecture
-for the FFT". See <a href="http://www.fftw.org/">www.fftw.org</a>: FFTW is a C subroutine library
-for computing the Discrete Fourier Transform (DFT) in one or more
-dimensions, of both real and complex data, and of arbitrary input size.
+<em>
+<a href="i.cca.html">i.cca</a>,
+<a href="g.gui.iclass.html">g.gui.iclass</a>,
+<a href="i.fft.html">i.fft</a>,
+<a href="i.pca.html">i.pca</a>,
+<a href="r.circle.html">r.circle</a>,
+<a href="wxGUI.vdigit.html">wxGUI vector digitizer</a>
+</em>
 
-<p>
-<b>Remote Sensing Digital Image Analysis</b>,
-by John A. Richards,
-Springer-Verlag, 1986.
+<h2>REFERENCES</h2>
 
-<p>
-Personal communication,
-between program author and Ali R. Vali, Space Research Center,
-University of Texas, Austin, 1990.
+<ul>
+<li> M. Frigo and S. G. Johnson (1998): "FFTW: An Adaptive Software 
+Architecture for the FFT". See <a href="http://www.fftw.org/">www.fftw.org</a>:
+FFTW is a C subroutine library for computing the Discrete Fourier 
+Transform (DFT) in one or more dimensions, of both real and complex 
+data, and of arbitrary input size.</li>
+<li> Richards, J.A (1986): <b>Remote Sensing Digital Image 
+Analysis</b>, Springer-Verlag, 1986.</li>
+<li> Personal communication, between program author and Ali R. Vali, 
+Space Research Center, University of Texas, Austin, 1990.</li>
+</ul>
+	
+<h2>AUTHORS</h2>
 
-<p>
-<em><a href="i.cca.html">i.cca</a></em>, 
-<em><a href="g.gui.iclass.html">g.gui.iclass</a></em>, 
-<em><a href="i.fft.html">i.fft</a></em>, 
-<em><a href="i.pca.html">i.pca</a></em>, 
-<em><a href="r.circle.html">r.circle</a></em>
-
-<h2>AUTHOR</h2>
-
 David Satnik, GIS Laboratory, 
 Central Washington University
 <br>

Modified: grass/trunk/raster/r.in.poly/r.in.poly.html
===================================================================
--- grass/trunk/raster/r.in.poly/r.in.poly.html	2014-11-01 00:19:38 UTC (rev 62514)
+++ grass/trunk/raster/r.in.poly/r.in.poly.html	2014-11-01 10:07:51 UTC (rev 62515)
@@ -93,14 +93,13 @@
 <h2>SEE ALSO</h2>
 
 <em>
-  <a href="r.digit.html">r.digit</a>
-  <a href="r.colors.html">r.colors</a>,
-  <a href="d.rast.edit.html">d.rast.edit</a>,
-  <a href="g.region.html">g.region</a>,
-  <a href="r.in.xyz.html">r.in.xyz</a>,
-  <a href="r.patch.html">r.patch</a>,
-  <a href="v.in.ascii.html">v.in.ascii</a>,
-  <a href="wxGUI.vdigit.html">wxGUI vector digitizer</a>
+<a href="r.colors.html">r.colors</a>,
+<a href="d.rast.edit.html">d.rast.edit</a>,
+<a href="g.region.html">g.region</a>,
+<a href="r.in.xyz.html">r.in.xyz</a>,
+<a href="r.patch.html">r.patch</a>,
+<a href="v.in.ascii.html">v.in.ascii</a>,
+<a href="wxGUI.vdigit.html">wxGUI vector digitizer</a>
 </em>
 
 <h2>AUTHOR</h2>

Modified: grass/trunk/raster/r.le/r.le.setup/r.le.setup.html
===================================================================
--- grass/trunk/raster/r.le/r.le.setup/r.le.setup.html	2014-11-01 00:19:38 UTC (rev 62514)
+++ grass/trunk/raster/r.le/r.le.setup/r.le.setup.html	2014-11-01 10:07:51 UTC (rev 62515)
@@ -92,9 +92,9 @@
 
 <p>
 
-The user can also use the GRASS <em>r.digit</em> or <em><a href="wxGUI.vdigit.html">wxGUI vector digitizer</a></em> 
-programs to digitize circular or polygonal regions and to create a 
-sampling regions map without using <em>r.le.setup</em>.  Or, as mention 
+The user can also use the GRASS <em><a href="wxGUI.vdigit.html">wxGUI vector digitizer</a></em> 
+to digitize circular or polygonal regions and to create a 
+sampling regions map without using <em>r.le.setup</em>.  Or, as mentioned
 above, an existing raster map can be used as a regions map.
 
 <p>
@@ -442,7 +442,6 @@
 <em>r.le</em> programs.
 
 
-
 <h2>REFERENCES</h2>
 
 Baker, W.L. and Y. Cai. 1992. The r.le programs for multiscale analysis of



More information about the grass-commit mailing list