[GRASS-SVN] r67004 - grass-addons/grass7/imagery/i.spec.sam

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 2 02:48:06 PST 2015


Author: ychemin
Date: 2015-12-02 02:48:06 -0800 (Wed, 02 Dec 2015)
New Revision: 67004

Modified:
   grass-addons/grass7/imagery/i.spec.sam/test1_spec_angle.py
Log:
Updated test data map generation based on python specangle test

Modified: grass-addons/grass7/imagery/i.spec.sam/test1_spec_angle.py
===================================================================
--- grass-addons/grass7/imagery/i.spec.sam/test1_spec_angle.py	2015-12-02 10:38:57 UTC (rev 67003)
+++ grass-addons/grass7/imagery/i.spec.sam/test1_spec_angle.py	2015-12-02 10:48:06 UTC (rev 67004)
@@ -63,3 +63,24 @@
 print(cls4_wannabe)
 print (specangle(cls4,cls4_wannabe))
 
+
+"""
+python test1_spec_angle.py 
+cls1
+[8.87, 13.14, 11.71, 35.85]
+[9, 14, 12, 36]
+1.06564745443
+cls2
+[13.59, 20.12, 19.61, 50.66]
+[14, 21, 20, 51]
+0.707938132625
+cls3
+[28.26, 34.82, 38.27, 40.1]
+[29, 35, 39, 41]
+0.422563007246
+cls4
+[10.54, 16.35, 23.7, 38.98]
+[11, 17, 24, 39]
+0.811223847592
+
+"""



More information about the grass-commit mailing list