Browse Source

update manuals - note g.gui.iclass

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@54395 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 12 years ago
parent
commit
e675ad253b

+ 1 - 1
gui/wxpython/Makefile

@@ -1,6 +1,6 @@
 MODULE_TOPDIR = ../..
 
-SUBDIRS = docs animation mapswipe gmodeler rlisetup psmap dbmgr vdigit
+SUBDIRS = docs animation mapswipe gmodeler rlisetup psmap dbmgr vdigit iclass
 EXTRA_CLEAN_FILES = menustrings.py build_ext.pyc
 
 include $(MODULE_TOPDIR)/include/Make/Dir.make

+ 1 - 0
gui/wxpython/animation/g.gui.animation.html

@@ -56,6 +56,7 @@ To display 3D view animation follow these steps:
   <a href="g.gui.html">g.gui</a>,
   <a href="g.gui.dbmgr.html">g.gui.dbmgr</a>,
   <a href="g.gui.gmodeler.html">g.gui.gmodeler</a>,
+  <a href="g.gui.iclass.html">g.gui.iclass</a>,
   <a href="g.gui.mapswipe.html">g.gui.mapswipe</a>,
   <a href="g.gui.psmap.html">g.gui.psmap</a>,
   <a href="g.gui.rlisetup.html">g.gui.rlisetup</a>,

+ 1 - 0
gui/wxpython/dbmgr/g.gui.dbmgr.html

@@ -62,6 +62,7 @@ module <em>g.gui.dbmgr</em>.
   <a href="g.gui.html">g.gui</a>,
   <a href="g.gui.animation.html">g.gui.animation</a>,
   <a href="g.gui.gmodeler.html">g.gui.gmodeler</a>,
+  <a href="g.gui.iclass.html">g.gui.iclass</a>,
   <a href="g.gui.mapswipe.html">g.gui.mapswipe</a>,
   <a href="g.gui.psmap.html">g.gui.psmap</a>,
   <a href="g.gui.rlisetup.html">g.gui.rlisetup</a>,

+ 2 - 1
gui/wxpython/docs/wxGUI.Components.html

@@ -14,7 +14,8 @@ List of available <em><a href="wxGUI.html">wxGUI</a></em> components:
   <li><a href="wxGUI.GCP_Manager.html">Ground Control Points Manager</a></li>
   <li><a href="wxGUI.mapswipe.html">Map Swipe</a>
     available also as a command line tool <em><a href="g.gui.mapswipe.html">g.gui.mapswipe</a></em></li>
-  <li><a href="wxGUI.IClass.html">Supervised Classification Tool</a></li>
+  <li><a href="wxGUI.iclass.html">Supervised Classification Tool</a>
+     available also as a command line tool <em><a href="g.gui.iclass.html">g.gui.iclass</a></em></li>
   <li><a href="wxGUI.vdigit.html">Vector Digitizer</a>
      available also as a command line tool <em><a href="g.gui.vdigit.html">g.gui.vdigit</a></em></li>
 </ul>

+ 1 - 0
gui/wxpython/gmodeler/g.gui.gmodeler.html

@@ -44,6 +44,7 @@ The modeler currently allows to:
   <a href="g.gui.html">g.gui</a>,
   <a href="g.gui.animation.html">g.gui.animation</a>,
   <a href="g.gui.dbmgr.html">g.gui.dbmgr</a>,
+  <a href="g.gui.iclass.html">g.gui.iclass</a>,
   <a href="g.gui.mapswipe.html">g.gui.mapswipe</a>,
   <a href="g.gui.psmap.html">g.gui.psmap</a>,
   <a href="g.gui.rlisetup.html">g.gui.rlisetup</a>,

+ 8 - 6
gui/wxpython/iclass/g.gui.iclass.html

@@ -3,22 +3,24 @@
 <h2>DESCRIPTION</h2>
 
 <p>
-<b>WxIClass</b> is
+<b>Supervised Classification Tool</b> (wxIClass) is
 a <em><a href="wxGUI.html">wxGUI</a></em> compoment which allows the
-user to create training areas and generate spectral signatures.
-The resulting signature file can be used as input for
+user to create training areas and generate spectral signatures.  The
+resulting signature file can be used as input for
 <em><a href="i.maxlik.html">i.maxlik</a></em>
 or as a seed signature file for
 <em><a href="i.cluster.html">i.cluster</a></em>.
-<em>WxIClass</em> can be launched
-from the menu <tt>Imagery -> Classify image -> Interactive input for supervised classification</tt>.
+<em>WxIClass</em> can be launched from the Layer Manager
+menu <i>Imagery &rarr; Classify image &rarr; Interactive input for
+supervised classification</i> or via command line
+as <em>g.gui.iclass</em>.
 
 <p>
 <em>wxIClass</em> currently allows to:
 
 <ul>
   <li>create training areas
-  (using <em><a href="wxGUI.Vector_Digitizer.html">vector
+  (using customized <em><a href="wxGUI.vdigit.html">vector
   digitizer</a></em>)</li>
   <li>show histograms for each band and class (category)</li>
   <li>show coincidence plots for each band</li>

+ 1 - 0
gui/wxpython/mapswipe/g.gui.mapswipe.html

@@ -46,6 +46,7 @@ Source: <a href="http://earthobservatory.nasa.gov/NaturalHazards/view.php?id=496
   <a href="g.gui.animation.html">g.gui.animation</a>,
   <a href="g.gui.dbmgr.html">g.gui.dbmgr</a>,
   <a href="g.gui.gmodeler.html">g.gui.gmodeler</a>,
+  <a href="g.gui.iclass.html">g.gui.iclass</a>,
   <a href="g.gui.psmap.html">g.gui.psmap</a>,
   <a href="g.gui.rlisetup.html">g.gui.rlisetup</a>,
   <a href="g.gui.vdigit.html">g.gui.vdigit</a>

+ 1 - 0
gui/wxpython/psmap/g.gui.psmap.html

@@ -201,6 +201,7 @@ See also <a href="http://grass.osgeo.org/wiki/WxGUI_Cartographic_Composer">wiki<
   <a href="g.gui.animation.html">g.gui.animation</a>,
   <a href="g.gui.dbmgr.html">g.gui.dbmgr</a>,
   <a href="g.gui.gmodeler.html">g.gui.gmodeler</a>,
+  <a href="g.gui.iclass.html">g.gui.iclass</a>,
   <a href="g.gui.mapswipe.html">g.gui.mapswipe</a>,
   <a href="g.gui.rlisetup.html">g.gui.rlisetup</a>,
   <a href="g.gui.vdigit.html">g.gui.vdigit</a>

+ 1 - 0
gui/wxpython/rlisetup/g.gui.rlisetup.html

@@ -19,6 +19,7 @@ for <em>r.li</em> modules.
   <a href="g.gui.animation.html">g.gui.animation</a>,
   <a href="g.gui.dbmgr.html">g.gui.dbmgr</a>,
   <a href="g.gui.gmodeler.html">g.gui.gmodeler</a>,
+  <a href="g.gui.iclass.html">g.gui.iclass</a>,
   <a href="g.gui.mapswipe.html">g.gui.mapswipe</a>,
   <a href="g.gui.psmap.html">g.gui.psmap</a>,
   <a href="g.gui.vdigit.html">g.gui.vdigit</a>

+ 1 - 0
gui/wxpython/vdigit/g.gui.vdigit.html

@@ -263,6 +263,7 @@ the <em><a href="v.build.html">v.build</a></em> module.
   <a href="g.gui.animation.html">g.gui.animation</a>,
   <a href="g.gui.dbmgr.html">g.gui.dbmgr</a>,
   <a href="g.gui.gmodeler.html">g.gui.gmodeler</a>,
+  <a href="g.gui.iclass.html">g.gui.iclass</a>,
   <a href="g.gui.mapswipe.html">g.gui.mapswipe</a>,
   <a href="g.gui.psmap.html">g.gui.psmap</a>,
   <a href="g.gui.rlisetup.html">g.gui.rlisetup</a>