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

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Sep 9 19:45:31 EDT 2010


Author: hamish
Date: 2010-09-09 23:45:31 +0000 (Thu, 09 Sep 2010)
New Revision: 43442

Modified:
   grass-addons/imagery/i.landsat.toar/description.html
   grass-addons/imagery/i.landsat.toar/landsat.c
   grass-addons/imagery/i.landsat.toar/main.c
Log:
spelling

Modified: grass-addons/imagery/i.landsat.toar/description.html
===================================================================
--- grass-addons/imagery/i.landsat.toar/description.html	2010-09-09 23:43:18 UTC (rev 43441)
+++ grass-addons/imagery/i.landsat.toar/description.html	2010-09-09 23:45:31 UTC (rev 43442)
@@ -4,7 +4,7 @@
 of Landsat imagery products to top-of-atmosphere radiance or
 top-of-atmosphere reflectance and temperature (band 6 of the sensors TM and
 ETM+). Optionally, it can be used to calculate the at-surface radiance or
-reflectance with atmosferic correction (DOS method).
+reflectance with atmospheric correction (DOS method).
 
 <p> Usually, to do so the production date, the acquisition date, and the
 solar elevation is needed. Moreover, for Landsat-7 ETM+ it is also needed

Modified: grass-addons/imagery/i.landsat.toar/landsat.c
===================================================================
--- grass-addons/imagery/i.landsat.toar/landsat.c	2010-09-09 23:43:18 UTC (rev 43441)
+++ grass-addons/imagery/i.landsat.toar/landsat.c	2010-09-09 23:45:31 UTC (rev 43442)
@@ -124,7 +124,7 @@
 		Edown = (Lp < 0. ? 0. : PI * Lp);
 		break;
 	    }
-	default:		/* DOS1 and Without atmosferic-correction */
+	default:		/* DOS1 and Without atmospheric-correction */
 	    TAUv = 1.;
 	    TAUz = 1.;
 	    Edown = 0.;
@@ -139,7 +139,7 @@
     }
 
 	/** Digital number to radiance coefficients.
-		Whitout atmosferic calibration for thermal bands.
+		Whitout atmospheric calibration for thermal bands.
 	*/
     lsat->band[i].gain = ((lsat->band[i].lmax - lsat->band[i].lmin) /
 			  (lsat->band[i].qcalmax - lsat->band[i].qcalmin));

Modified: grass-addons/imagery/i.landsat.toar/main.c
===================================================================
--- grass-addons/imagery/i.landsat.toar/main.c	2010-09-09 23:43:18 UTC (rev 43441)
+++ grass-addons/imagery/i.landsat.toar/main.c	2010-09-09 23:45:31 UTC (rev 43442)
@@ -111,8 +111,8 @@
     metho->type = TYPE_STRING;
     metho->required = NO;
     metho->options = "uncorrected,corrected,dos1,dos2,dos2b,dos3,dos4";
-    metho->gisprompt = _("atmosferic correction method");
-    metho->description = _("Atmosferic correction method");
+    metho->gisprompt = _("atmospheric correction method");
+    metho->description = _("Atmospheric correction method");
     metho->answer = "uncorrected";
 
     perc = G_define_option();



More information about the grass-commit mailing list