[GRASS-SVN] r52088 - grass/trunk/scripts/i.spectral

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jun 15 16:38:00 PDT 2012


Author: hamish
Date: 2012-06-15 16:38:00 -0700 (Fri, 15 Jun 2012)
New Revision: 52088

Modified:
   grass/trunk/scripts/i.spectral/i.spectral.py
Log:
fix east_north=

Modified: grass/trunk/scripts/i.spectral/i.spectral.py
===================================================================
--- grass/trunk/scripts/i.spectral/i.spectral.py	2012-06-15 23:26:13 UTC (rev 52087)
+++ grass/trunk/scripts/i.spectral/i.spectral.py	2012-06-15 23:38:00 UTC (rev 52088)
@@ -39,8 +39,10 @@
 #% description: Name for output PNG image
 #% required : no
 #%end
-#%option G_OPT_M_EN
-#% required : yes
+#%option G_OPT_M_COORDS
+#% multiple: yes
+#% required: yes
+### 
 #%end
 #%flag 
 #%key: c
@@ -155,7 +157,7 @@
     group = options['group']
     raster = options['raster']
     output = options['output']
-    coords = options['east_north']
+    coords = options['coordinates']
     label = flags['c']
     gnuplot = flags['g']
 



More information about the grass-commit mailing list