[GRASS-SVN] r46150 - grass/trunk/imagery/i.landsat.toar
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun May 1 12:13:06 EDT 2011
Author: ychemin
Date: 2011-05-01 09:13:06 -0700 (Sun, 01 May 2011)
New Revision: 46150
Modified:
grass/trunk/imagery/i.landsat.toar/main.c
Log:
Added information to process Landsat 7 under MTL.txt flag as it was in Landsat 5 MTL
Modified: grass/trunk/imagery/i.landsat.toar/main.c
===================================================================
--- grass/trunk/imagery/i.landsat.toar/main.c 2011-05-01 07:50:04 UTC (rev 46149)
+++ grass/trunk/imagery/i.landsat.toar/main.c 2011-05-01 16:13:06 UTC (rev 46150)
@@ -86,7 +86,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();
@@ -194,7 +194,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