[GRASS-SVN] r70601 - grass/branches/releasebranch_7_2/imagery/i.cca

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Feb 16 04:51:15 PST 2017


Author: mlennert
Date: 2017-02-16 04:51:15 -0800 (Thu, 16 Feb 2017)
New Revision: 70601

Modified:
   grass/branches/releasebranch_7_2/imagery/i.cca/i.cca.html
   grass/branches/releasebranch_7_2/imagery/i.cca/main.c
Log:
i.cca: module supports many more bands than 2-8 since over 7 years ! (backport from trunk r70600)


Modified: grass/branches/releasebranch_7_2/imagery/i.cca/i.cca.html
===================================================================
--- grass/branches/releasebranch_7_2/imagery/i.cca/i.cca.html	2017-02-16 12:48:50 UTC (rev 70600)
+++ grass/branches/releasebranch_7_2/imagery/i.cca/i.cca.html	2017-02-16 12:51:15 UTC (rev 70601)
@@ -1,7 +1,7 @@
 <h2>DESCRIPTION</h2>
 
 
-<b>i.cca</b> is an image processing program that takes from two to eight
+<b>i.cca</b> is an image processing program that takes any number of
 (raster) band files and a signature file, and outputs the same number of
 raster band files transformed to provide maximum separability of the
 categories indicated by the signatures.  This implementation of the
@@ -31,12 +31,12 @@
 <dt><b>group=</b><em>name</em> 
 
 <dd>Name of the <a href="i.group.html">imagery</a> group
-to which the 2 to 8 raster band files used belong.
+to which the raster band files used belong.
 
 <dt><b>subgroup=</b><em>name</em> 
 
 <dd>Name of the <a href="i.group.html">imagery</a>
-subgroup to which the 2 to 8 raster band files used
+subgroup to which the raster band files used
 belong.
 
 <dt><b>signature=</b><em>name</em> 

Modified: grass/branches/releasebranch_7_2/imagery/i.cca/main.c
===================================================================
--- grass/branches/releasebranch_7_2/imagery/i.cca/main.c	2017-02-16 12:48:50 UTC (rev 70600)
+++ grass/branches/releasebranch_7_2/imagery/i.cca/main.c	2017-02-16 12:51:15 UTC (rev 70601)
@@ -9,7 +9,7 @@
  *               Brad Douglas <rez touchofmadness.com>, 
  *               Glynn Clements <glynn gclements.plus.com>, 
  *               Jan-Oliver Wagner <jan intevation.de>
- * PURPOSE:      canonical components transformation: takes from two to eight
+ * PURPOSE:      canonical components transformation: takes any number of
  *               (raster) band files and a signature file, and outputs the same
  *               number of raster band files transformed to provide maximum 
  *               separability of the categories indicated by the signatures.  



More information about the grass-commit mailing list