[GRASS-SVN] r61736 - in grass/trunk/imagery: i.cluster i.maxlik
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Aug 25 13:14:28 PDT 2014
Author: neteler
Date: 2014-08-25 13:14:28 -0700 (Mon, 25 Aug 2014)
New Revision: 61736
Modified:
grass/trunk/imagery/i.cluster/i.cluster.html
grass/trunk/imagery/i.maxlik/i.maxlik.html
Log:
i.cluster, i.maxlik manuals: example fixes
Modified: grass/trunk/imagery/i.cluster/i.cluster.html
===================================================================
--- grass/trunk/imagery/i.cluster/i.cluster.html 2014-08-25 20:14:08 UTC (rev 61735)
+++ grass/trunk/imagery/i.cluster/i.cluster.html 2014-08-25 20:14:28 UTC (rev 61736)
@@ -64,7 +64,7 @@
classify. Note that this subgroup must contain more than
one band file. The purpose of the group and subgroup is to
collect map layers for classification or analysis. The
-<em>sigfile</em> is the file to contain result signatures
+<em>signaturefile</em> is the file to contain result signatures
which can be used as input for
<em><a href="i.maxlik.html">i.maxlik</a></em>.
@@ -93,7 +93,7 @@
before
running <em>i.cluster</em>.
-<dt><b>sigfile=</b><em>name</em>
+<dt><b>signaturefile=</b><em>name</em>
<dd>The name assigned to output signature file which
contains signatures of classes and can be used as the input
@@ -225,15 +225,16 @@
i.group group=my_lsat7_2002 subgroup=my_lsat7_2002 \
input=lsat7_2002_10,lsat7_2002_20,lsat7_2002_30,lsat7_2002_40,lsat7_2002_50,lsat7_2002_70
-i.cluster group=my_lsat7_2002 subgroup=my_lsat7_2002 sigfile=sig_clust_lsat2002 \
- classes=10 report=rep_clust_lsat2002.txt
+i.cluster group=my_lsat7_2002 subgroup=my_lsat7_2002 \
+ signaturefile=sig_clust_lsat2002 \
+ classes=10 report=rep_clust_lsat2002.txt
</pre></div>
To complete the unsupervised classification, <em>i.maxlik</em> is subsequently used.
<h2>SEE ALSO</h2>
-The GRASS 4 <em>
+The GRASS GIS 4 <em>
<a href="http://grass.osgeo.org/gdp/imagery/grass4_image_processing.pdf">Image
Processing manual</a></em>
Modified: grass/trunk/imagery/i.maxlik/i.maxlik.html
===================================================================
--- grass/trunk/imagery/i.maxlik/i.maxlik.html 2014-08-25 20:14:08 UTC (rev 61735)
+++ grass/trunk/imagery/i.maxlik/i.maxlik.html 2014-08-25 20:14:28 UTC (rev 61736)
@@ -83,8 +83,9 @@
(see <em><a href="i.cluster.html">i.cluster</a></em> manual page for the first part):
<div class="code"><pre>
-i.maxlik group=my_lsat7_2002 subgroup=my_lsat7_2002 sigfile=sig_clust_lsat2002 \
- class=lsat7_2002_clust_classes reject=lsat7_2002_clust_classes.rej
+i.maxlik group=my_lsat7_2002 subgroup=my_lsat7_2002 \
+ signaturefile=sig_clust_lsat2002 \
+ class=lsat7_2002_clust_classes reject=lsat7_2002_clust_classes.rej
# Visually check result
d.mon wx0
@@ -94,7 +95,7 @@
<h2>SEE ALSO</h2>
-The GRASS 4 <em>
+The GRASS GIS 4 <em>
<a href="http://grass.osgeo.org/gdp/imagery/grass4_image_processing.pdf">Image
Processing manual</a></em>
More information about the grass-commit
mailing list