[GRASS-SVN] r57726 - grass/branches/develbranch_6/imagery/i.pca
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Sep 17 03:53:51 PDT 2013
Author: neteler
Date: 2013-09-17 03:53:51 -0700 (Tue, 17 Sep 2013)
New Revision: 57726
Modified:
grass/branches/develbranch_6/imagery/i.pca/description.html
Log:
i.pca manual: NC example from trunk; refer to Wiki article
Modified: grass/branches/develbranch_6/imagery/i.pca/description.html
===================================================================
--- grass/branches/develbranch_6/imagery/i.pca/description.html 2013-09-17 10:51:10 UTC (rev 57725)
+++ grass/branches/develbranch_6/imagery/i.pca/description.html 2013-09-17 10:53:51 UTC (rev 57726)
@@ -52,16 +52,20 @@
<h2>EXAMPLE</h2>
-Using the Spearfish Imagery sample dataset
+Using Landsat imagery in the North Carolina sample dataset:
<div class="code"><pre>
-i.pca in=spot.ms.1,spot.ms.2,spot.ms.3 out=spot_pca
+i.pca in=lsat7_2002_10,lsat7_2002_20,lsat7_2002_30,lsat7_2002_40,lsat7_2002_50,lsat7_2002_70 \
+ out=lsat7_2002_pca
-r.info -h spot_pca.1
+r.info -h lsat7_2002_pca.1
Eigen values, (vectors), and [percent importance]:
- PC1 1159.75 ( 0.6237, 0.6503, 0.4337) [88.38%]
- PC2 146.50 ( 0.2403, 0.3685,-0.8981) [11.16%]
- PC3 5.97 (-0.7438, 0.6643, 0.0735) [ 0.45%]
+ PC1 4334.35 ( 0.2824, 0.3342, 0.5092,-0.0087, 0.5264, 0.5217) [83.04%]
+ PC2 588.31 ( 0.2541, 0.1885, 0.2923,-0.7428,-0.5110,-0.0403) [11.27%]
+ PC3 239.22 ( 0.3801, 0.3819, 0.2681, 0.6238,-0.4000,-0.2980) [ 4.58%]
+ PC4 32.85 ( 0.1752,-0.0191,-0.4053, 0.1593,-0.4435, 0.7632) [ 0.63%]
+ PC5 20.73 (-0.6170,-0.2514, 0.6059, 0.1734,-0.3235, 0.2330) [ 0.40%]
+ PC6 4.08 (-0.5475, 0.8021,-0.2282,-0.0607,-0.0208, 0.0252) [ 0.08%]
</pre></div>
@@ -79,13 +83,17 @@
<p>
<em>
-<a href="i.cca.html">i.cca</a><br>
-<a href="i.class.html">i.class</a><br>
-<a href="i.fft.html">i.fft</a><br>
-<a href="i.ifft.html">i.ifft</a><br>
-<a href="m.eigensystem.html">m.eigensystem</a><br>
-<a href="r.covar.html">r.covar</a><br>
+<a href="i.cca.html">i.cca</a>,
+<a href="i.class.html">i.class</a>,
+<a href="i.fft.html">i.fft</a>,
+<a href="i.ifft.html">i.ifft</a>,
+<a href="m.eigensystem.html">m.eigensystem</a>,
+<a href="r.covar.html">r.covar</a>,
<a href="r.mapcalc.html">r.mapcalc</a>
+<p>
+<em>
+<a href="http://grasswiki.osgeo.org/wiki/Principal_Components_Analysis">Principal Components Analysis article</a>
+(GRASS Wiki)
</em>
More information about the grass-commit
mailing list