<div dir="ltr"><div><div><div><br><br>On Fri, Jan 12, 2018 at 8:58 AM, Markus Neteler <<a href="mailto:neteler@osgeo.org">neteler@osgeo.org</a>> wrote:<br>><br>> Hi Florian,<br>><br>> On Tue, May 23, 2017 at 11:45 AM, Florian Detsch<br>> <<a href="mailto:florian.detsch@staff.uni-marburg.de">florian.detsch@staff.uni-marburg.de</a>> wrote:<br>> > Hi Markus,<br>> ><br>> > Thanks for your suggestion. I've installed the latest version of "trunk"<br>> > (code revision r71101, build date 2017-05-22). However, while at least one<br>> > of the two bands that I included in my initial example seemed to work at<br>> > that time using GRASS's release version, now with "trunk" both bands contain<br>> > 'no data' values only after running i.atcorr.<br>><br>> Recently Markus Metz has identified internal precision problems in<br>> i.atcorr on certain systems which have been addressed in GRASS GIS<br>> 7.4.0RC2. Perhaps some more improvements are needed but probably also<br>> your problem is already solved.<br>> Please consider to update to GRASS GIS 7.4.0RC2 (the final 7.4.0 will<br>> be out soon, your feedback would be interesting before that release).<br><br></div>The spectral filter functions for RapidEye in i.atcorr are strange. E.g. band 2 (green) is supposed to cover the range 520 - 590 nm, but in iwave.cpp this band covers the range 424 - 876 nm. Further on, the file rapideye.csv and the values in IWave::rapideye() do not match, a lot of 0.001 values have been inserted where there should be zero. In rapideye.csv, there are gaps in filter functions, e.g. for green from 598 to 763 nm, then again from 773 to 876 nm. In the range 424 - 508 nm, there are also a few small blocks with values > 0 separated by large blocks of missing values.<br><br></div>In short, there are too many too small values in the rapideye filter functions, causing numerical instability. This could be fixed upon initialization.<br><br></div>Markus M<br><div><div><div><br>><br>> Best,<br>> Markus<br>> _______________________________________________<br>> grass-dev mailing list<br>> <a href="mailto:grass-dev@lists.osgeo.org">grass-dev@lists.osgeo.org</a><br>> <a href="https://lists.osgeo.org/mailman/listinfo/grass-dev">https://lists.osgeo.org/mailman/listinfo/grass-dev</a><br><br></div></div></div></div>