[GRASS-SVN] r44568 - grass/trunk/imagery/i.aster.toar
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Dec 9 01:26:18 EST 2010
Author: ychemin
Date: 2010-12-08 22:26:18 -0800 (Wed, 08 Dec 2010)
New Revision: 44568
Modified:
grass/trunk/imagery/i.aster.toar/i.aster.toar.html
grass/trunk/imagery/i.aster.toar/main.c
Log:
fixed input descriptions
Modified: grass/trunk/imagery/i.aster.toar/i.aster.toar.html
===================================================================
--- grass/trunk/imagery/i.aster.toar/i.aster.toar.html 2010-12-09 03:58:39 UTC (rev 44567)
+++ grass/trunk/imagery/i.aster.toar/i.aster.toar.html 2010-12-09 06:26:18 UTC (rev 44568)
@@ -1,7 +1,8 @@
<H2>DESCRIPTION</H2>
-<EM>i.aster.toar</EM> calculates the Top Of Atmosphere (TOA) reflectance for Terra-Aster L1B in the visible, NIR and SWIR bands (9 layers) and brigthness temperature for the TIR bands, all from L1B DN values.
+<EM>i.aster.toar</EM> calculates the Top Of Atmosphere (TOA) reflectance for Terra-Aster L1B in the visible, NIR and SWIR bands (9+1 bands) and brigthness temperature for the TIR bands (5 bands), all from L1B DN values.
It is useful after importing your Aster imagery from storage format that is generally in standard DN values range.
+The order of input bands is VNIR: 1,2,3N,3B, SWIR: 4,5,6,7,8,9 TIR: 10,11,12,13,14 in one comma-separated list.
<H2>NOTES</H2>
Internally, a gain code is defined to modify gains according to spectral bands following the GeoSystems GmbH ATCOR Ver. 2.0 Calibration Files. The function is defined in gain_aster.c file.
Modified: grass/trunk/imagery/i.aster.toar/main.c
===================================================================
--- grass/trunk/imagery/i.aster.toar/main.c 2010-12-09 03:58:39 UTC (rev 44567)
+++ grass/trunk/imagery/i.aster.toar/main.c 2010-12-09 06:26:18 UTC (rev 44568)
@@ -99,7 +99,7 @@
/* Define the different options */
input = G_define_standard_option(G_OPT_R_INPUTS);
- input->description = _("Names of ASTER DN layers (9 layers)");
+ input->description = _("Names of ASTER DN layers (15 layers)");
input1 = G_define_option();
input1->key = _("doy");
More information about the grass-commit
mailing list