[GRASS-SVN] r73204 - grass/trunk/imagery/i.atcorr
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Aug 28 12:51:06 PDT 2018
Author: mmetz
Date: 2018-08-28 12:51:06 -0700 (Tue, 28 Aug 2018)
New Revision: 73204
Added:
grass/trunk/imagery/i.atcorr/BUGS
Log:
i.atcorr: add BUGS
Added: grass/trunk/imagery/i.atcorr/BUGS
===================================================================
--- grass/trunk/imagery/i.atcorr/BUGS (rev 0)
+++ grass/trunk/imagery/i.atcorr/BUGS 2018-08-28 19:51:06 UTC (rev 73204)
@@ -0,0 +1,23 @@
+results are not consistent
+==========================
+ results differ between different systems, depending on CPU and compiler
+
+ by now all calculations are done with double precision floating point,
+ but still results are not consistent
+
+ the code base is large, making it difficult to debug
+
+ for debugging, two different systems are needed that create different
+ results with identical input
+
+ functions causing problems are
+ compute() in 6s.cpp
+ particularly the loop over response values per wavelength
+ kernel() in computations.cpp
+ input/output array bp is not initialized
+ in the last loop, sbp must be > 0
+ the second last loop after "if(k != ip)" needs a closer look
+ [add more functions here]
+
+ the code base needs to be compared against the latest 6S code
+ requires comparing fortran with cpp
More information about the grass-commit
mailing list