[GRASS-SVN] r46151 - grass-addons/imagery/i.landsat.toar

svn_grass at osgeo.org svn_grass at osgeo.org
Sun May 1 15:41:38 EDT 2011


Author: neteler
Date: 2011-05-01 12:41:38 -0700 (Sun, 01 May 2011)
New Revision: 46151

Modified:
   grass-addons/imagery/i.landsat.toar/main.c
Log:
ychemin: Added information to process Landsat 7 under MTL.txt flag as it was in Landsat 5 MTL

Modified: grass-addons/imagery/i.landsat.toar/main.c
===================================================================
--- grass-addons/imagery/i.landsat.toar/main.c	2011-05-01 16:13:06 UTC (rev 46150)
+++ grass-addons/imagery/i.landsat.toar/main.c	2011-05-01 19:41:38 UTC (rev 46151)
@@ -82,7 +82,7 @@
     metfn = G_define_standard_option(G_OPT_F_INPUT);
     metfn->key = "metfile";
     metfn->required = NO;
-    metfn->description = _("Name of Landsat ETM+ or TM5 header file (.met/.mtl)");
+    metfn->description = _("Name of Landsat ETM+ or TM5 header file (.met/MTL.txt)");
     metfn->guisection = _("Metadata");
 
     sensor = G_define_option();
@@ -190,7 +190,7 @@
 
     l5_mtl = G_define_flag();
     l5_mtl->key = 't';
-    l5_mtl->description = _("Landsat TM5 has a .mtl file instead of .met");
+    l5_mtl->description = _("Landsat ETM+/TM5 has a MTL.txt file instead of .met");
     l5_mtl->guisection = _("Metadata");
 
     /* options and afters parser */



More information about the grass-commit mailing list