[GRASS-SVN] r72100 - grass/trunk/imagery/i.atcorr

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jan 19 13:34:50 PST 2018


Author: mmetz
Date: 2018-01-19 13:34:50 -0800 (Fri, 19 Jan 2018)
New Revision: 72100

Modified:
   grass/trunk/imagery/i.atcorr/iwave.cpp
Log:
i.atcorr: adjust spectral response threshold

Modified: grass/trunk/imagery/i.atcorr/iwave.cpp
===================================================================
--- grass/trunk/imagery/i.atcorr/iwave.cpp	2018-01-19 17:51:04 UTC (rev 72099)
+++ grass/trunk/imagery/i.atcorr/iwave.cpp	2018-01-19 21:34:50 UTC (rev 72100)
@@ -7877,7 +7877,7 @@
 
 	    imax = -1;
 	    smax = 0;
-	    sthreshold = 0.005; /* low threshold for filter functions */
+	    sthreshold = 0.01; /* low threshold for filter functions */
 
 	    /* find maximum response */
 	    for(i = 0; i <= 1500; i++) {



More information about the grass-commit mailing list