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

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jun 12 11:43:51 EDT 2009


Author: ejtizado
Date: 2009-06-12 11:43:51 -0400 (Fri, 12 Jun 2009)
New Revision: 37849

Modified:
   grass-addons/imagery/i.landsat.toar/landsat_set.c
Log:
Update a reference

Modified: grass-addons/imagery/i.landsat.toar/landsat_set.c
===================================================================
--- grass-addons/imagery/i.landsat.toar/landsat_set.c	2009-06-12 14:58:55 UTC (rev 37848)
+++ grass-addons/imagery/i.landsat.toar/landsat_set.c	2009-06-12 15:43:51 UTC (rev 37849)
@@ -345,6 +345,8 @@
     /* Spectral radiances at detector */
     double Lmax[][7] = { { 152.10, 296.81, 204.30, 206.20, 27.19, 15.303,  14.38 },    /* before May 4, 2003 */
                          { 193.00, 365.00, 264.00, 221.00, 30.20, 15.303,  16.50 },    /* after May 4, 2003 */
+	/** Gyanesh Chander, Brian L. Markham, and Julia A. Barsi
+						 IEEE Geoscience And Remote Sensing Letters, Vol. 4, No. 3, July 2007 */
                          { 169.00, 333.00, 264.00, 221.00, 30.20, 15.303,  16.50 } };  /* after April 2, 2007 */
     double Lmin[][7] = { {  -1.52,  -2.84,  -1.17,  -1.51, -0.37,  1.2378, -0.15 },
                          {  -1.52,  -2.84,  -1.17,  -1.51, -0.37,  1.2378, -0.15 },



More information about the grass-commit mailing list