<div>Dear all,<br></div><div><br></div><p>I am trying to apply a high pass filter to a raster; following <a rel="nofollow noreferrer" href="https://books.google.ch/books?id=G20ECAAAQBAJ&pg=PA245&lpg=PA245&dq=grass+image+processing+high+pass+filter&source=bl&ots=2vRjTedatC&sig=d9v0nBMNVeysasmNs5YeZxn9D8Y&hl=en&sa=X&redir_esc=y#v=onepage&q=grass%20image%20processing%20high%20pass%20filter&f=false">Markus Neteler's book</a> I created a simple high-pass filter:<br></p><pre><code>> cat highpass9.txt
TITLE 3x3 High Pass
MATRIX 3
-1 -1 -1
-1  8 -1
-1 -1 -1
DIVISOR 9
TYPE S</code><br></pre><p>I then apply the filter:<br></p><pre><code>> r.mfilter input=blenddem output=blenddem.highpass filter=highpass9.txt
 100%
Writing raster map <blenddem.highpass>
</code><br></pre><div>Apparently everything went fine, but in the Map Display the resulting raster is entirely blank.<br></div><p>A quick check with the statistics shows that indeed the result is empty:<br></p><pre><code>> r.univar blenddem.highpass
 100%
</code><br></pre><p>What is going on here? I also tried the same filter in Markus' book 
and result is again a blank raster. Is there some operation missing?<br></p><div><br></div><div>More details on this issue at GIS.SE: <a href="https://gis.stackexchange.com/q/239556/21532">https://gis.stackexchange.com/q/239556/21532</a><br></div><div><br></div><div>Thank you.<br></div><div class="protonmail_signature_block "><div class="protonmail_signature_block-user "><div><br></div><div>-- <br></div><div>Luís Moreira de Sousa<br></div><div>Im Grund 6<br></div><div>CH-8600 Dübendorf<br></div><div>Switzerland<br></div><div><br></div><div>Phone: +41 (0)79 812 62 65<br></div><div>Email: <a href="mailto:luis.de.sousa@protonmail.ch">luis.de.sousa@protonmail.ch</a><br></div><div>URL: <a href="https://sites.google.com/site/luismoreiradesousa">https://sites.google.com/site/luismoreiradesousa</a><br></div></div><div class="protonmail_signature_block-proton protonmail_signature_block-empty"><br></div></div><div><br></div>