[GRASS-SVN] r32349 - grass-addons/gipe

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jul 28 03:41:14 EDT 2008


Author: ychemin
Date: 2008-07-28 03:41:13 -0400 (Mon, 28 Jul 2008)
New Revision: 32349

Modified:
   grass-addons/gipe/gmmenu.tcl
   grass-addons/gipe/menudata.py
Log:
Added MODIS QC extractor

Modified: grass-addons/gipe/gmmenu.tcl
===================================================================
--- grass-addons/gipe/gmmenu.tcl	2008-07-28 00:11:40 UTC (rev 32348)
+++ grass-addons/gipe/gmmenu.tcl	2008-07-28 07:41:13 UTC (rev 32349)
@@ -560,6 +560,8 @@
 	{separator}
 	{cascad {[G_msg "GIPE"]} {} "" $tmenu {
 		{cascad {[G_msg "DN2Rad2Ref"]} {} "" $tmenu {
+				{command {[G_msg "MODIS QC extrator"]} {} "i.qc.modis" {} -command {execute i.qc.modis }}
+				{separator}
 				{command {[G_msg "Landsat 7 ETM+"]} {} "i.dn2ref.l7" {} -command {execute i.dn2ref.l7 }}
 				{command {[G_msg "Landsat 7 ETM+ (from .met)"]} {} "i.dn2full.l7" {} -command {execute i.dn2full.l7 }}
 				{command {[G_msg "Landsat 5 TM (from NLAPS report .txt)"]} {} "i.dn2full.l5" {} -command {execute i.dn2full.l5 }}

Modified: grass-addons/gipe/menudata.py
===================================================================
--- grass-addons/gipe/menudata.py	2008-07-28 00:11:40 UTC (rev 32348)
+++ grass-addons/gipe/menudata.py	2008-07-28 07:41:13 UTC (rev 32349)
@@ -1384,6 +1384,11 @@
                          ),
                         ("","","", ""),
                         (_("RS Pre-Processing (DN->Rad->Ref)"), (
+                         (_("MODIS QC extractor"),
+                          _("MODIS Quality Assessment extractor"), 
+                          "self.RunMenuCmd",
+                          "i.qc.modis"),
+                         ("","","", ""),
                          (_("Landsat 7 ETM+"),
                           _("Landsat 7 ETM+"), 
                           "self.RunMenuCmd",



More information about the grass-commit mailing list