[GRASS-SVN] r31673 - grass/trunk/imagery/i.class

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jun 11 03:12:11 EDT 2008


Author: hamish
Date: 2008-06-11 03:12:10 -0400 (Wed, 11 Jun 2008)
New Revision: 31673

Modified:
   grass/trunk/imagery/i.class/description.html
Log:
say where the signature file will be saved to

Modified: grass/trunk/imagery/i.class/description.html
===================================================================
--- grass/trunk/imagery/i.class/description.html	2008-06-11 07:09:14 UTC (rev 31672)
+++ grass/trunk/imagery/i.class/description.html	2008-06-11 07:12:10 UTC (rev 31673)
@@ -51,10 +51,11 @@
 <P>
 
 The first screen in the program <EM>i.class</EM> asks the user for the
-<A HREF="i.group.html">imagery</A> <EM>group</EM> and <EM>subgroup</EM> to be analyzed:
+<A HREF="i.group.html">imagery</A> <EM>group</EM> and <EM>subgroup</EM>
+to be analyzed:
 
 
-<PRE>
+<div class="code"><PRE>
 LOCATION: location    SUPERVISED CLASSIFIER     MAPSET: demo
 
      Please select the group and subgroup to be analyzed
@@ -65,7 +66,7 @@
 
      AFTER COMPLETING ALL ANSWERS, HIT &lt;ESC&gt; TO CONTINUE
                    (OR &lt;Ctrl-C&gt; TO CANCEL)
-</PRE>
+</PRE></div>
 
 <P>
 
@@ -83,12 +84,12 @@
 
 After the first screen, the program asks the user for the name of the
 resulting signature file.  The signature file is both the output file for
-<EM>i.class</EM> and the required input file for the GRASS
-program 
-<EM><A HREF="i.maxlik.html">i.maxlik</A></EM>.  
-It contains the region means and
-covariance matrices that are used to classify an image in 
-<EM><A HREF="i.maxlik.html">i.maxlik</A></EM>.
+<EM>i.class</EM> and the required input file for the GRASS 
+<EM><A HREF="i.maxlik.html">i.maxlik</A></EM> module.
+It contains the region means and covariance matrices that are used to
+classify an image in  <EM><A HREF="i.maxlik.html">i.maxlik</A></EM>.
+The signature file will be saved in the
+<tt>$MAPSET/group/$GROUP/subgroup/$SUBGROUP/sig/</tt> directory.
 
 <P>
 
@@ -118,7 +119,7 @@
 The display frame layout that <EM>i.class</EM> uses is
 represented below for reference.
 
-<PRE>
+<div class="code"><PRE>
 +-----------------------+---------------------------+
 |                       |                           |
 |                       |    Map Display Frame      |
@@ -141,8 +142,9 @@
 +-----------------------+---------------------------+
 |        Menu Frame                                 |
 +---------------------------------------------------+
-</PRE>
+</PRE></div>
 
+
 <H2>THE MENUS</H2>
 
 All of the menus in the <EM>i.class</EM> program are
@@ -353,6 +355,7 @@
 
 </DL>
 
+
 <H2>NOTES</H2>
 
 <EM>i.class</EM> uses the current MASK to generate the



More information about the grass-commit mailing list